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": "558cd07c-f9f5-43d4-8a76-952a8311e427",
"ParentId": "81f2ddbe-f6e7-43be-b039-2e1fdda77882",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5b0c6d61-ab7e-4af8-9ee0-930832cec004",
"3f8373ba-56a2-484a-a676-2455965a854b"
],
"Companies": [
"da529704-84ce-44d0-983c-bd98d6ef365b",
"e102f67a-5b2d-4dda-9b86-08796b1b1ef0"
],
"Groups": [
"c6edd118-dd47-42e6-86de-090ad6208a56",
"1d353001-1161-4bff-a335-f864c38a1a35"
],
"Opportunities": [
"eb647925-41f1-44d1-81f2-6ae35d196572",
"ae6fd216-cea9-4864-b192-47214790e63f"
]
}
},
{
"Id": "558cd07c-f9f5-43d4-8a76-952a8311e427",
"ParentId": "81f2ddbe-f6e7-43be-b039-2e1fdda77882",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5b0c6d61-ab7e-4af8-9ee0-930832cec004",
"3f8373ba-56a2-484a-a676-2455965a854b"
],
"Companies": [
"da529704-84ce-44d0-983c-bd98d6ef365b",
"e102f67a-5b2d-4dda-9b86-08796b1b1ef0"
],
"Groups": [
"c6edd118-dd47-42e6-86de-090ad6208a56",
"1d353001-1161-4bff-a335-f864c38a1a35"
],
"Opportunities": [
"eb647925-41f1-44d1-81f2-6ae35d196572",
"ae6fd216-cea9-4864-b192-47214790e63f"
]
}
}
]