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": "0972b679-be9c-4e45-a1b3-db1c38511267", "ParentId": "07076c22-0c78-4ff9-b56a-a72a624b9f59", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "340018b7-3274-4260-a141-8f9112f679f8", "41a013ab-fe78-4e2e-8c32-64d7ea718a45" ], "Companies": [ "78d39e5f-638a-403c-837e-842f98c69d66", "fbd26f38-2d53-4a93-b788-0910def1d2f0" ], "Groups": [ "5f58bafe-9b6b-4cd8-bfb3-e0deae3c143d", "fdfbb136-ad4d-49dc-8554-4c03e059525b" ], "Opportunities": [ "aa092134-6821-4625-8408-6ae65bb29e87", "68da9bea-38ed-4444-8fae-145d0083e28a" ] } }