GET api/Groups/{id}
Get a Group by ID. Supported Headers: SelectField
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "9fd75d8a-3c3f-4e59-aaf4-e0e3f93df672", "ParentId": "391e67d6-9e8c-4db7-9262-23506bf652b4", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "a7d6a252-741e-4d19-8624-17bdbf5ca23b", "0e133ff8-68a8-48f6-a573-3669c589936b" ], "Companies": [ "5385c760-59ec-4461-929a-9f067774fab2", "0f55f5f0-55f4-409e-8193-80b820529926" ], "Groups": [ "d5a3a660-c0ac-4754-b60e-17a3639d6800", "f6bb79f1-6633-4845-8825-1353883e0683" ], "Opportunities": [ "6c323609-b656-4c46-87be-48a402806ee8", "910265ff-3f3d-4965-9419-d9a6a9d2313c" ] } }