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": "efbe8504-6d79-4045-9ba0-bbdaab18faf2",
"ParentId": "1a6af0e3-7c30-4e49-bbe5-1e1cbdd8d230",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"eccb21f0-145d-4196-b317-dab08c560afd",
"5927b1a2-b729-4b67-aa62-f12ee9e0414c"
],
"Companies": [
"dc171476-dc21-49fb-91e7-10dfb94fef5d",
"05850dbd-a99f-4da7-bb8d-b56a1a519fe0"
],
"Groups": [
"88c7d813-918a-43c1-ab93-231e6717afa9",
"96827a05-759a-4ca4-943e-9f6e7089e429"
],
"Opportunities": [
"37037a0d-e98f-42b1-8d3b-37cf7259df9c",
"a554d2db-d89b-48e2-99f7-99aeba97a372"
]
}
},
{
"Id": "efbe8504-6d79-4045-9ba0-bbdaab18faf2",
"ParentId": "1a6af0e3-7c30-4e49-bbe5-1e1cbdd8d230",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"eccb21f0-145d-4196-b317-dab08c560afd",
"5927b1a2-b729-4b67-aa62-f12ee9e0414c"
],
"Companies": [
"dc171476-dc21-49fb-91e7-10dfb94fef5d",
"05850dbd-a99f-4da7-bb8d-b56a1a519fe0"
],
"Groups": [
"88c7d813-918a-43c1-ab93-231e6717afa9",
"96827a05-759a-4ca4-943e-9f6e7089e429"
],
"Opportunities": [
"37037a0d-e98f-42b1-8d3b-37cf7259df9c",
"a554d2db-d89b-48e2-99f7-99aeba97a372"
]
}
}
]