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 MutableEntityExtendedName | 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": "7cfe68e8-8e63-4c51-998c-0eb768f7f364", "ParentId": "6049a3d3-53b0-4e92-8182-9994fff8a0be", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "fa1505cd-d386-4bbc-b2af-8f29ddd0a1a8", "fca645ed-e211-435e-8fdb-e146286f961c" ], "Companies": [ "0fa41347-e3dc-45c1-9607-a6c5f3a38c5d", "f15228bf-6fcd-4a76-a650-8b7b070fe794" ], "Groups": [ "66722ce5-8770-49ef-b1bd-913c674dd2ef", "6d0e891d-2ecc-45cf-bd47-df3467ce2292" ], "Opportunities": [ "998514fb-11cb-46fa-9842-6b55814f8bfa", "e9a163a7-cc3a-4338-b0be-9c7af464ac39" ] } }, { "Id": "7cfe68e8-8e63-4c51-998c-0eb768f7f364", "ParentId": "6049a3d3-53b0-4e92-8182-9994fff8a0be", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "fa1505cd-d386-4bbc-b2af-8f29ddd0a1a8", "fca645ed-e211-435e-8fdb-e146286f961c" ], "Companies": [ "0fa41347-e3dc-45c1-9607-a6c5f3a38c5d", "f15228bf-6fcd-4a76-a650-8b7b070fe794" ], "Groups": [ "66722ce5-8770-49ef-b1bd-913c674dd2ef", "6d0e891d-2ecc-45cf-bd47-df3467ce2292" ], "Opportunities": [ "998514fb-11cb-46fa-9842-6b55814f8bfa", "e9a163a7-cc3a-4338-b0be-9c7af464ac39" ] } } ]