get contact
GET/org/:orgId/contact/:contactId
Get the Contact by the given contact ID.
Request
Path Parameters
orgId stringrequired
Organization ID
contactId stringrequired
Contact ID
Responses
- 200
- 400
- 500
the Contact Object
- application/json
- Schema
- Example (from schema)
Schema
creationTime string
emailAddress string
id string
This is generated by Suger. When you create a new contact, do not provide.
info
object
companyLocation string
companyName string
lastModifiedBy string
phoneNumber string
role string
lastUpdateTime string
name string
organizationID string
{
"creationTime": "string",
"emailAddress": "string",
"id": "string",
"info": {
"companyLocation": "string",
"companyName": "string",
"lastModifiedBy": "string",
"phoneNumber": "string",
"role": "string"
},
"lastUpdateTime": "string",
"name": "string",
"organizationID": "string"
}
Bad request error description
- application/json
- Schema
Schema
string
internal error description
- application/json
- Schema
Schema
string
Loading...