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
MutableEntityExtended| Name | 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": "ae3da2e9-82cc-4cc4-9f27-d42b9f89b826",
"ParentId": "73154452-be37-403c-aaf6-e601102625ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a5805fba-5ada-4843-8555-6faa9c49164f",
"a383d0a8-e316-4bbe-872e-f7bbcaac576b"
],
"Companies": [
"5098b1a5-bafc-4f5b-812f-d25e68c92d44",
"51f155c2-0525-4d30-820e-b04f97a00ea7"
],
"Groups": [
"f80db1bb-c498-4cf8-bd6c-c0c1f883dcba",
"2f92ea0a-ca37-40e4-a8bc-2714bcc8e0a9"
],
"Opportunities": [
"ec157835-f494-41be-8a6b-5b65b2f6260f",
"455b1189-0173-4231-aac1-a290fe3971e4"
]
}
}