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": "bc813e6f-d9ab-440b-9d64-efd4cbe1c634",
"ParentId": "3a1964dd-1efa-4e1e-84eb-b9138dd64556",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"80997c44-e795-4aec-8658-ca485e24fd29",
"a11f452d-d1fd-4d2c-bcf6-0df7359ba60b"
],
"Companies": [
"4855acf7-5d3f-4088-a17d-86f0b4657a63",
"8209670c-b4e4-4272-a139-db45324c8aaa"
],
"Groups": [
"18c419bb-b35e-441f-98c9-ed61092af2db",
"11baf8c6-ae32-409f-8d06-91da85f212b8"
],
"Opportunities": [
"422e4ecc-05dd-476a-8bf9-e2cd48e52159",
"fce77c62-d165-40c7-82ba-6ecfc5b62bd3"
]
}
},
{
"Id": "bc813e6f-d9ab-440b-9d64-efd4cbe1c634",
"ParentId": "3a1964dd-1efa-4e1e-84eb-b9138dd64556",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"80997c44-e795-4aec-8658-ca485e24fd29",
"a11f452d-d1fd-4d2c-bcf6-0df7359ba60b"
],
"Companies": [
"4855acf7-5d3f-4088-a17d-86f0b4657a63",
"8209670c-b4e4-4272-a139-db45324c8aaa"
],
"Groups": [
"18c419bb-b35e-441f-98c9-ed61092af2db",
"11baf8c6-ae32-409f-8d06-91da85f212b8"
],
"Opportunities": [
"422e4ecc-05dd-476a-8bf9-e2cd48e52159",
"fce77c62-d165-40c7-82ba-6ecfc5b62bd3"
]
}
}
]