GET {orgno}/profile/contactinformation/{id}
Get the details for a specified contact from the list of contacts.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| orgno | The organization number of the unit to look at. |
Define this parameter in the request URI. |
| id | The id of the contact to get details for. |
Define this parameter in the request URI. |
Response Information
Profile for the requested contact.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{
"Id": 1,
"Name": "sample string 41",
"Email": "sample string 84",
"MobileNumber": "sample string 66",
"IsSelectedForNotification": true,
"_links": {
"self": {
"href": "sample string 57"
}
}
}
