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": "98cacbf4-be1f-4238-85d7-f8c03135afe8", "ParentId": "876e2efe-254d-4719-a361-a28df767d0ce", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "a2d9f650-b85b-43b2-9fb8-b20980ad5f1f", "332aeb1e-d497-48a7-8302-ab59d713c906" ], "Companies": [ "93b40f72-94a2-432a-97ff-2ebfa5574449", "66965d9a-3db1-4352-90c0-ebb327deccc5" ], "Groups": [ "ec6344ce-3556-4c9e-9a07-7f1f21e9072a", "8050ec15-7a12-4359-8298-7ea94d01de08" ], "Opportunities": [ "00f7b077-ef33-4ce3-9ab6-238f6ed8e128", "499556fb-a85e-4967-97bb-ce33c5e294ac" ] } }, { "Id": "98cacbf4-be1f-4238-85d7-f8c03135afe8", "ParentId": "876e2efe-254d-4719-a361-a28df767d0ce", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "a2d9f650-b85b-43b2-9fb8-b20980ad5f1f", "332aeb1e-d497-48a7-8302-ab59d713c906" ], "Companies": [ "93b40f72-94a2-432a-97ff-2ebfa5574449", "66965d9a-3db1-4352-90c0-ebb327deccc5" ], "Groups": [ "ec6344ce-3556-4c9e-9a07-7f1f21e9072a", "8050ec15-7a12-4359-8298-7ea94d01de08" ], "Opportunities": [ "00f7b077-ef33-4ce3-9ab6-238f6ed8e128", "499556fb-a85e-4967-97bb-ce33c5e294ac" ] } } ]