ResourceURLs
URL/api/v2/urls
Supported Standard Operations
  • Add
  • Delete
  • Edit
  • View (one)
  • View (all)

Attributes

See urls for definitions of attributes.

Sample Record

{    
  "type_id": 1452,
  "person_id": 2400,
  "external_identity_id": null,
  "source_url_id": null,
  "url": "https://site.org",
  "description": ""
}

Supported Filters

(warning) Viewing all URLs without an additional filter is not supported.

View (all)

Additional filters:

Example: Obtain URLs for the specified Person

GET /registry/api/v2/urls?person_id=2400

Implementation Notes