List Contacts
/accounts/{accountid}/contacts
Get a list of contacts in an account.
Get Canned Comments [GET]
Authorization: Admin, Web, Mobile
Response 200
Body
{
"page": 1,
"pages": 1,
"count": 1,
"items": [
{
"id": 5092,
"firstName": "Frank",
"lastName": "Grimes",
"rowStatus": 1,
"phone": "678-555-9089",
"mobilePhone": "678-555-8837",
"email": "frank.grimes@nuclearplant.com",
"title": "Safety Inspector",
"department": "Safety",
"notes": null,
"address": "123 Elm Street",
"city": "Simpson",
"state": null,
"zip": "80982",
"country": "US",
"createdAt": "2014-05-06T19:20:39.773Z",
"createdBy": {
"id": 1902,
"firstName": "Homer",
"lastName": "Simpson"
},
"accountId": 908,
"loationsId": null
}
]
}