Resource | URLs |
---|---|
URL | /api/v2/urls |
Supported Standard Operations |
|
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
Viewing all URLs without an additional filter is not supported.
View (all)
Additional filters:
external_id
person_id
person_role_id
Example: Obtain URLs for the specified Person
GET /registry/api/v2/urls?person_id=2400
Implementation Notes
- The record is read only if
source_url_id
is not null.