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": "0ee12f66-5884-4591-8be2-fb7a1bb57d40",
"ParentId": "d3c17d57-721b-44a4-ab9c-6f681c9c2fcf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d7fd2095-a03b-49c7-a5ba-f17ba7d0908b",
"33731bc1-daec-4399-b5f7-0cc038659061"
],
"Companies": [
"be04f421-d4d8-4dac-a691-7d6b2c69ccfe",
"b02f9e1c-933a-42ce-98e5-29e26abc70c5"
],
"Groups": [
"5253b429-c6ac-48bf-99e1-31efa49c1e9e",
"42087b18-ff48-489d-949e-2a53bf2b7d94"
],
"Opportunities": [
"50fe89ce-60ea-4658-916d-b8df710e7df1",
"3c8e651c-513f-4355-8d7b-289c829b3322"
]
}
},
{
"Id": "0ee12f66-5884-4591-8be2-fb7a1bb57d40",
"ParentId": "d3c17d57-721b-44a4-ab9c-6f681c9c2fcf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d7fd2095-a03b-49c7-a5ba-f17ba7d0908b",
"33731bc1-daec-4399-b5f7-0cc038659061"
],
"Companies": [
"be04f421-d4d8-4dac-a691-7d6b2c69ccfe",
"b02f9e1c-933a-42ce-98e5-29e26abc70c5"
],
"Groups": [
"5253b429-c6ac-48bf-99e1-31efa49c1e9e",
"42087b18-ff48-489d-949e-2a53bf2b7d94"
],
"Opportunities": [
"50fe89ce-60ea-4658-916d-b8df710e7df1",
"3c8e651c-513f-4355-8d7b-289c829b3322"
]
}
}
]