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": "6a0a133a-d3f2-4b1b-870e-1c47ce1267bd",
"ParentId": "6cc9c67b-8518-421c-ab0a-4ccbfa9886cb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1e196e6b-b3c0-4f26-9c71-7f3ae04b367d",
"a2b2ba86-f465-43fc-8c94-846639495c60"
],
"Companies": [
"c364e559-a44d-4105-aa7a-6b165d24b311",
"fc8e9e58-fff5-43de-8247-36495d28c0d8"
],
"Groups": [
"8e644bba-3116-45fd-a6d7-d7fd6fb0d268",
"c60d750c-fefc-474a-9dac-b3179b02a9dd"
],
"Opportunities": [
"a6525ae1-7866-46f4-94c2-c54fb6b9e062",
"019cd237-ea98-4df0-ac6e-98057e6e1996"
]
}
},
{
"Id": "6a0a133a-d3f2-4b1b-870e-1c47ce1267bd",
"ParentId": "6cc9c67b-8518-421c-ab0a-4ccbfa9886cb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1e196e6b-b3c0-4f26-9c71-7f3ae04b367d",
"a2b2ba86-f465-43fc-8c94-846639495c60"
],
"Companies": [
"c364e559-a44d-4105-aa7a-6b165d24b311",
"fc8e9e58-fff5-43de-8247-36495d28c0d8"
],
"Groups": [
"8e644bba-3116-45fd-a6d7-d7fd6fb0d268",
"c60d750c-fefc-474a-9dac-b3179b02a9dd"
],
"Opportunities": [
"a6525ae1-7866-46f4-94c2-c54fb6b9e062",
"019cd237-ea98-4df0-ac6e-98057e6e1996"
]
}
}
]