| Resource | Person Roles |
|---|---|
| URL | /api/v2/person_roles |
| Supported Standard Operations |
|
Attributes
See person_roles for definitions of attributes.
Sample Record
{
"person_id": 22,
"cou_id": 4,
"affiliation_type_id": 85,
"title": "Systems Analyst",
"organization": null,
"department": null,
"manager_person_id": 199,
"sponsor_person_id": null,
"valid_from": "2019-06-01T00:00:00+00:00",
"valid_through": "2024-05-31T23:59:59+00:00",
"status": "A",
"ordr": 1
}
Supported Filters
Viewing all person roles without an additional filter is not supported.
View (all)
Additional filters:
person_id
Example: Obtain Person Roles for the specified Person
GET /registry/api/v2/person_roles?person_id=22