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": "5d7d6880-1174-4220-8e22-b4b6e3f2857d",
"ParentId": "310a866b-cae4-435a-82a3-556b68334035",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"37f29a87-18be-4e2d-b645-bf5544248ebf",
"c774c76e-9f5d-4b2b-9afb-5c197bc8a25d"
],
"Companies": [
"e40e5b1f-6439-4c6a-87f8-751bd090b1c4",
"47902218-0c25-4a5e-86bd-aa2de7e505ba"
],
"Groups": [
"c8fab191-e1e5-4329-8a4d-9d23c71f19b5",
"b9f7bd61-be17-46a7-b9ef-1c86bb5cec3b"
],
"Opportunities": [
"a47378ee-b881-42e1-9bcd-d2ea7a944d6b",
"98f750be-dfe3-4da6-a2cb-27ef3ca405f5"
]
}
}