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": "bccd0401-d3ad-47a1-8f75-8bc71b50812c", "ParentId": "9206bd4e-d37b-4a2c-a2b1-c1173822fe33", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "c7e5f0fc-edee-4ab4-ad8a-65493dab87ec", "93c86ec4-5769-4721-9b5f-ec96c14c4cf5" ], "Companies": [ "31ba1381-cf0c-4cc4-8d96-1fdce924e44c", "445826ac-5cf7-46ed-8f2c-586c1c2ec768" ], "Groups": [ "94cbe952-facd-4df9-8c0d-74e3b66c91d9", "2c60e9fa-49ca-4657-a65d-86e9d03ee4ac" ], "Opportunities": [ "d7f22fbf-c034-4db6-a913-89cfeb52ce71", "3438389a-09f5-440c-97d9-87194b4c53f9" ] } }