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": "c611c842-73c1-4c37-9c6b-3911032dbde0",
"ParentId": "02c712e6-3dcd-42e2-ace5-2afdc01ff78e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"bd670e5f-3494-4305-b54d-ac6d45719985",
"30d38670-f308-4491-80a9-978c6c1a9fd6"
],
"Companies": [
"e5dab65e-2807-4feb-8040-5dfea4afaaec",
"904773cd-622c-4f54-a78c-01fa8e3ef896"
],
"Groups": [
"7acf7a85-08f8-403b-b23c-c8f619012dcd",
"ae80a9f3-9ef2-4e63-87ec-f5f80553d2ce"
],
"Opportunities": [
"b12fdc9c-5c6b-48a6-9c4b-6db4805faf00",
"a3145bd4-863b-4500-924f-aaa072f388c4"
]
}
},
{
"Id": "c611c842-73c1-4c37-9c6b-3911032dbde0",
"ParentId": "02c712e6-3dcd-42e2-ace5-2afdc01ff78e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"bd670e5f-3494-4305-b54d-ac6d45719985",
"30d38670-f308-4491-80a9-978c6c1a9fd6"
],
"Companies": [
"e5dab65e-2807-4feb-8040-5dfea4afaaec",
"904773cd-622c-4f54-a78c-01fa8e3ef896"
],
"Groups": [
"7acf7a85-08f8-403b-b23c-c8f619012dcd",
"ae80a9f3-9ef2-4e63-87ec-f5f80553d2ce"
],
"Opportunities": [
"b12fdc9c-5c6b-48a6-9c4b-6db4805faf00",
"a3145bd4-863b-4500-924f-aaa072f388c4"
]
}
}
]