v1
latestOpenAPI 3.0.02026-07-26550199.6 KBcontact
Get a single contact
Get contact data by id
get/contacts/{id}
Path parameters
idinteger required
Example:1
Response
Object with contact data.
Example response
{
"id": 1,
"type": "Standard",
"name": "Plan Manager",
"title": "Mr.",
"firstName": "Harry",
"lastName": "Potter",
"preferredName": "Harry",
"occupation": "Contractor",
"companyName": "splose",
"providerNumber": "12345678",
"doctorType": "GP",
"email": "harry@hogwarts.edu",
"addressL1": "123 King William Street",
"suburb": "Adelaide",
"state": "SA",
"postalCode": "5000",
"country": "Australia",
"phoneNumbers": [
{
"type": "Mobile",
"code": "+61",
"phoneNumber": "401234567"
}
]
}