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": "c79e5962-927f-4b87-bab6-c9acc9d189a0",
"ParentId": "67340a2b-9ca4-47b7-94c9-14bca1a2d731",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"dcce0d8b-6310-4590-a6b9-28d630185714",
"794029b4-14f8-4d38-8665-d8bbef5194cf"
],
"Companies": [
"9d538426-c3eb-4283-8562-1f21ae62b166",
"bcfad21f-bd00-4b18-af0c-002ead200d74"
],
"Groups": [
"4e9e16a9-2d2b-40d3-9691-a0dab74404da",
"c4d9afd9-128b-4be3-8b73-02067162ce78"
],
"Opportunities": [
"c3934acc-b615-45c0-a5f9-1099a0fdbb54",
"1fca85f3-b89c-45d5-9fa6-136b97ffd13a"
]
}
},
{
"Id": "c79e5962-927f-4b87-bab6-c9acc9d189a0",
"ParentId": "67340a2b-9ca4-47b7-94c9-14bca1a2d731",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"dcce0d8b-6310-4590-a6b9-28d630185714",
"794029b4-14f8-4d38-8665-d8bbef5194cf"
],
"Companies": [
"9d538426-c3eb-4283-8562-1f21ae62b166",
"bcfad21f-bd00-4b18-af0c-002ead200d74"
],
"Groups": [
"4e9e16a9-2d2b-40d3-9691-a0dab74404da",
"c4d9afd9-128b-4be3-8b73-02067162ce78"
],
"Opportunities": [
"c3934acc-b615-45c0-a5f9-1099a0fdbb54",
"1fca85f3-b89c-45d5-9fa6-136b97ffd13a"
]
}
}
]