Querying for contacts
You can retrieve a single contact by its id using the following endpoint:
- GET
/common/v1/contacts/{contactId}
For example:
Command
GET /common/v1/contacts/pc:83
Response
{
"data": {
"attributes": {
"authorizationID": "wrightauthorizationid",
"companyName": "Wright Construction",
"displayName": "Wright Construction",
"emailAddress1": "5678@guidewire.com",
"emailAddress2": "5678@hotmail.com",
"externalId": "pcext:53",
"id": "test_pc:1",
...
}
}
}