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": "91662296-70c5-4bec-a278-95f60d541067",
"ParentId": "6fcba460-81dc-491d-94b1-aed259bb50ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1170f581-5756-4867-9d12-f7736ed20cf8",
"a27c5f78-4f84-4ce0-a366-5732448e2f5c"
],
"Companies": [
"8b02002f-f5a4-4b0b-9328-63b6709b8fef",
"9f96e99c-c6e1-4b5c-aef7-00f4eca795ce"
],
"Groups": [
"5b9953b2-6f18-4aa3-bce0-632375d0067b",
"cf8435b1-2cf2-47b3-8069-400d92a63476"
],
"Opportunities": [
"3adf372e-c6d5-4d7c-bc98-0b298ad7eab8",
"ed1b7d82-b9f4-4aee-8265-c6e7ed8d49ad"
]
}
},
{
"Id": "91662296-70c5-4bec-a278-95f60d541067",
"ParentId": "6fcba460-81dc-491d-94b1-aed259bb50ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1170f581-5756-4867-9d12-f7736ed20cf8",
"a27c5f78-4f84-4ce0-a366-5732448e2f5c"
],
"Companies": [
"8b02002f-f5a4-4b0b-9328-63b6709b8fef",
"9f96e99c-c6e1-4b5c-aef7-00f4eca795ce"
],
"Groups": [
"5b9953b2-6f18-4aa3-bce0-632375d0067b",
"cf8435b1-2cf2-47b3-8069-400d92a63476"
],
"Opportunities": [
"3adf372e-c6d5-4d7c-bc98-0b298ad7eab8",
"ed1b7d82-b9f4-4aee-8265-c6e7ed8d49ad"
]
}
}
]