A list of valid nationality values. A single nationaility can be attributed to a Person
Nationalities Response - Array
Bad Request
Unauthorized - Authorization Required
Unprocessable Entity
General Error
{- "data": [
- {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "type": "nationalities",
- "attributes": {
- "name": "British"
},
}
]
}
Get Nationality by ID
Nationality Response
Bad Request
Unauthorized - Authorization Required
Not Found
Unprocessable Entity
General Error
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "nationalities",
- "attributes": {
- "name": "British"
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}