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": "31c9bccb-28ba-4349-ac4d-07859039f9eb",
"ParentId": "cbef31f0-087b-4303-a541-ba2f6bc6e523",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"481126f0-cd88-4543-8e26-d3b0f419384f",
"760de6a1-6aba-4e85-bafd-64d14c6e1dca"
],
"Companies": [
"c38c965f-d635-43ba-b4c5-d48411168cb5",
"eab423b3-f50a-471a-84d7-f07b900f76ee"
],
"Groups": [
"259c4a1a-4bfa-4d67-bd8d-a57cf4e1d089",
"8014b0a4-bf37-4df0-b8bd-50ae28aedd02"
],
"Opportunities": [
"da851883-799f-46ce-a0df-9830cb4eb0b9",
"a094b8f6-e979-4f03-b70d-cfafdc286d02"
]
}
},
{
"Id": "31c9bccb-28ba-4349-ac4d-07859039f9eb",
"ParentId": "cbef31f0-087b-4303-a541-ba2f6bc6e523",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"481126f0-cd88-4543-8e26-d3b0f419384f",
"760de6a1-6aba-4e85-bafd-64d14c6e1dca"
],
"Companies": [
"c38c965f-d635-43ba-b4c5-d48411168cb5",
"eab423b3-f50a-471a-84d7-f07b900f76ee"
],
"Groups": [
"259c4a1a-4bfa-4d67-bd8d-a57cf4e1d089",
"8014b0a4-bf37-4df0-b8bd-50ae28aedd02"
],
"Opportunities": [
"da851883-799f-46ce-a0df-9830cb4eb0b9",
"a094b8f6-e979-4f03-b70d-cfafdc286d02"
]
}
}
]