GET api/Companies
Get Company records. Supported Headers: Filter, Sort, SortDesc, SelectField
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MutableEntityExtended| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ParentId |
This field will only include data when working with Group records. |
globally unique identifier |
None. |
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| LinkedEntities | LinkedEntities |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "b92ac170-b865-4ee7-ad72-e404d07fb89a",
"ParentId": "b7a69eb6-79c4-4d41-ad49-c080624cb6d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"47d66e40-c897-4056-862b-92f5117796de",
"0f9da3ca-4d7f-4990-b3a6-b47f54881339"
],
"Companies": [
"e3c380f4-673f-464a-aa12-1e113e3e537d",
"9058a26a-2faa-4b06-8593-4aef97c4c0e0"
],
"Groups": [
"f96ed86e-aea4-4b8d-99a6-18c1b6e24eab",
"27b76ba9-1722-47df-a0b7-31401e3f9513"
],
"Opportunities": [
"fe949468-b34c-4497-bd6c-a94d401a59e9",
"4f20e156-c65c-4b63-9038-f8b790c9c55b"
]
}
},
{
"Id": "b92ac170-b865-4ee7-ad72-e404d07fb89a",
"ParentId": "b7a69eb6-79c4-4d41-ad49-c080624cb6d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"47d66e40-c897-4056-862b-92f5117796de",
"0f9da3ca-4d7f-4990-b3a6-b47f54881339"
],
"Companies": [
"e3c380f4-673f-464a-aa12-1e113e3e537d",
"9058a26a-2faa-4b06-8593-4aef97c4c0e0"
],
"Groups": [
"f96ed86e-aea4-4b8d-99a6-18c1b6e24eab",
"27b76ba9-1722-47df-a0b7-31401e3f9513"
],
"Opportunities": [
"fe949468-b34c-4497-bd6c-a94d401a59e9",
"4f20e156-c65c-4b63-9038-f8b790c9c55b"
]
}
}
]