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": "fc062080-0f24-4ccf-b6bc-b77b16de6b62",
"ParentId": "b59d58b4-5b98-49d1-9677-34e029edde25",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5c5282d7-42f8-44f6-b05c-8a6815284030",
"91ccf38f-1669-4f03-9304-f97cbd1be3fc"
],
"Companies": [
"a13b155a-2305-477b-aa85-676fe2840f5c",
"fc938f01-fbeb-4050-b12a-6824343cd19f"
],
"Groups": [
"c41d7e73-464c-425d-89c9-511d64719513",
"7abc8829-52ea-44a9-aa34-3af4799c68a4"
],
"Opportunities": [
"4f35e375-dc4a-4eb7-ba90-261dd7e17624",
"cd9f1708-232a-4d82-9a86-f41d975f47ff"
]
}
},
{
"Id": "fc062080-0f24-4ccf-b6bc-b77b16de6b62",
"ParentId": "b59d58b4-5b98-49d1-9677-34e029edde25",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5c5282d7-42f8-44f6-b05c-8a6815284030",
"91ccf38f-1669-4f03-9304-f97cbd1be3fc"
],
"Companies": [
"a13b155a-2305-477b-aa85-676fe2840f5c",
"fc938f01-fbeb-4050-b12a-6824343cd19f"
],
"Groups": [
"c41d7e73-464c-425d-89c9-511d64719513",
"7abc8829-52ea-44a9-aa34-3af4799c68a4"
],
"Opportunities": [
"4f35e375-dc4a-4eb7-ba90-261dd7e17624",
"cd9f1708-232a-4d82-9a86-f41d975f47ff"
]
}
}
]