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": "2fde2c4b-5387-406b-9025-a029498df382", "ParentId": "a70e3676-18c5-4cd6-9426-6dad30064dd6", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d9964c6e-4966-4014-9103-4a871e6b451a", "587abc2f-8539-4a05-89bc-59ce45a8006b" ], "Companies": [ "3200f515-5ad5-44b7-97e9-7e2a013d6bc7", "60b6f381-d2ac-49ac-ad65-b2de09f9750c" ], "Groups": [ "bfcc92db-ba2f-476c-9ed4-8588f9e7d282", "68d728fe-c80d-4946-a15b-956a986615af" ], "Opportunities": [ "c820bae5-9281-4018-81b4-4cd32ab5c285", "29bc37c1-d62b-455d-862b-63f1a8b1f2bb" ] } }, { "Id": "2fde2c4b-5387-406b-9025-a029498df382", "ParentId": "a70e3676-18c5-4cd6-9426-6dad30064dd6", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d9964c6e-4966-4014-9103-4a871e6b451a", "587abc2f-8539-4a05-89bc-59ce45a8006b" ], "Companies": [ "3200f515-5ad5-44b7-97e9-7e2a013d6bc7", "60b6f381-d2ac-49ac-ad65-b2de09f9750c" ], "Groups": [ "bfcc92db-ba2f-476c-9ed4-8588f9e7d282", "68d728fe-c80d-4946-a15b-956a986615af" ], "Opportunities": [ "c820bae5-9281-4018-81b4-4cd32ab5c285", "29bc37c1-d62b-455d-862b-63f1a8b1f2bb" ] } } ]