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": "10efcd09-b0f9-43b9-b138-92c91f38541f",
"ParentId": "fe029641-20ea-4dea-9639-44ae01b09d3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0fe437ad-173f-4e33-a883-bf296acfecb6",
"511508af-8e40-41de-badf-d05c551b9d17"
],
"Companies": [
"52080ae2-2c01-41e8-8c84-de9c4cc9570a",
"24517bdc-cd82-48de-8921-976346165201"
],
"Groups": [
"17388ab7-7a2c-4ec6-a6a7-66bc6b4d918d",
"cb3093cc-f9d1-4e1b-aa99-9799cc89c86f"
],
"Opportunities": [
"7f54de81-5cc5-4c0c-98d6-2bf86052b5c9",
"1efb8a09-e336-4b79-83c4-ada00014a6e4"
]
}
},
{
"Id": "10efcd09-b0f9-43b9-b138-92c91f38541f",
"ParentId": "fe029641-20ea-4dea-9639-44ae01b09d3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0fe437ad-173f-4e33-a883-bf296acfecb6",
"511508af-8e40-41de-badf-d05c551b9d17"
],
"Companies": [
"52080ae2-2c01-41e8-8c84-de9c4cc9570a",
"24517bdc-cd82-48de-8921-976346165201"
],
"Groups": [
"17388ab7-7a2c-4ec6-a6a7-66bc6b4d918d",
"cb3093cc-f9d1-4e1b-aa99-9799cc89c86f"
],
"Opportunities": [
"7f54de81-5cc5-4c0c-98d6-2bf86052b5c9",
"1efb8a09-e336-4b79-83c4-ada00014a6e4"
]
}
}
]