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": "a9a5d977-4254-47d5-b6dc-5d64085931ba",
"ParentId": "20aa77fe-f9bd-4df9-a024-f2c96e7a73c3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"207c4b3c-65d5-40c0-8b75-d45419f645de",
"6bf8472e-3763-4d5b-9c6b-f056a64e73bb"
],
"Companies": [
"881785af-7776-4a72-8aba-ffab57fda0ec",
"bf4a0545-fa52-4bda-a56d-90d15848f8be"
],
"Groups": [
"e2fb5fa1-60c1-4afe-8a77-b0fb94db5955",
"430d3507-6783-48a4-a419-42d7107dac2b"
],
"Opportunities": [
"d7a64be6-ab35-4e7a-ba7f-93bb77678db8",
"5205ab3b-ccd5-4efb-bebd-28589805dc0a"
]
}
},
{
"Id": "a9a5d977-4254-47d5-b6dc-5d64085931ba",
"ParentId": "20aa77fe-f9bd-4df9-a024-f2c96e7a73c3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"207c4b3c-65d5-40c0-8b75-d45419f645de",
"6bf8472e-3763-4d5b-9c6b-f056a64e73bb"
],
"Companies": [
"881785af-7776-4a72-8aba-ffab57fda0ec",
"bf4a0545-fa52-4bda-a56d-90d15848f8be"
],
"Groups": [
"e2fb5fa1-60c1-4afe-8a77-b0fb94db5955",
"430d3507-6783-48a4-a419-42d7107dac2b"
],
"Opportunities": [
"d7a64be6-ab35-4e7a-ba7f-93bb77678db8",
"5205ab3b-ccd5-4efb-bebd-28589805dc0a"
]
}
}
]