Get Account
/accounts/{id}
A single account.
Get Account [GET]
Get the account.
Authorization: Admin, Web, Mobile
Parameters
- includeLocations =
false
(optional, boolean,includeLocations=true
) ... Whether to include the account's locations as a list. - includeAssetsCount =
false
(optional, boolean,include=true
) ... Whether to include the account's number of assets - includeFoldersCount =
false
(optional, boolean,include=true
) ... Whether to include the account's number of total folders - includeOpenFoldersCount =
false
(optional, boolean,include=true
) ... Whether to include the account's number of open folders - includeContactsCount =
false
(optional, boolean,include=true
) ... Whether to include the account's number of contacts
Response 200
Body
{ "item": { "id": 9082, "num": "SNP190", "name": "Springfield Nuclear Plant", "address": "123 Springfield Street", "city": "Springfield", "state": "", "zip": "80982", "country": "US", "rowStatus": 1, "createdBy": "290", "createdAt": "2015-05-19T16:37:19.827Z", "modifiedAt": "2015-05-19T16:37:19.827Z", "reference1Value": "ref1value", "reference2Value": "ref2value", "reference3Value": "", "teamIds": [ 1, 2, 3 ] } }