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": "1f11e6b8-13c5-4eae-8f68-e09c7c75378c", "ParentId": "65b608d1-eb98-4263-91ae-1459894cb99b", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "01131042-83e0-4df6-921a-5d8da285e09d", "38504e09-2a23-40cb-bcef-4dc16e0797bb" ], "Companies": [ "f6a66959-af17-4587-9704-0921e0e3412b", "1bb48554-002d-45a8-a9f0-ebf8919262c6" ], "Groups": [ "0cece242-13e8-4a82-b9e5-bc4002aa2712", "743fc1cf-0ea1-492c-aadc-194960cc4803" ], "Opportunities": [ "14844118-14a8-4172-beed-5e265d068cd4", "d1a9e5a7-def2-4c45-a8f5-6b5ef5783738" ] } }