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": "144161f4-f4b7-40d2-a091-63ffc1bafe84", "ParentId": "c00fda04-e760-48e8-947b-6dc92a97e87c", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "711f46dd-eafa-4c44-aca5-f86d62811437", "0ae4a13d-2180-41f6-a2a2-7e9585132839" ], "Companies": [ "f1fad814-79c4-434d-a457-2510e89d1c0e", "ce09580b-e902-4c96-8853-1f83f28c342c" ], "Groups": [ "efdd420d-2509-4895-bd54-effb941d80d3", "627746fe-e9ae-4bab-b5bf-b8e5728c6659" ], "Opportunities": [ "8fb3722d-ecc7-4fba-9208-3b8dc13b61e6", "506a9a8a-86ad-452d-8bcc-8e63d1b3afeb" ] } }