v1.0
OAS 3.0.3
Universal CRM API Documentation
Development documentation
Client Libraries
Development documentation
curl https://crm.universal.rollout.com/api/people
{
"_metadata": {
"collection": "…",
"offset": 1,
"limit": 1,
"total": 1,
"next": "…",
"nextLink": "…"
},
"people": [
{
"id": "…",
"name": "…",
"firstName": "…",
"lastName": "…",
"background": "…",
"stage": "…",
"tags": [
"…"
],
"originalIds": {
"^(.*)$": 1
},
"original": {
"^(.*)$": {
"^(.*)$": null
}
},
"created": "…",
"updated": "…",
"addresses": [
{
"type": "…",
"street": "…",
"city": "…",
"state": "…",
"code": "…",
"country": "…"
}
],
"emails": [
{
"value": "…",
"type": "…",
"status": "…",
"isPrimary": true
}
],
"phones": [
{
"value": "…",
"type": "…",
"isPrimary": true
}
],
"source": "…",
"ANY_ADDITIONAL_PROPERTY": "anything"
}
]
}