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": "62a84717-58eb-4250-b606-d7e938defb5c",
"ParentId": "0a43adb5-9e6e-4271-9adb-4e2e3030921c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"79733c67-a99d-4c24-867a-d0a5d7359dd3",
"c5a90be0-12eb-471f-b2b6-8d4b7677b84b"
],
"Companies": [
"8a6fdcf9-0891-4fd5-8d1e-8e1e738a3ddd",
"ee2a6e36-300b-4937-83cd-61d0670c88ab"
],
"Groups": [
"e3e9266d-7cb2-4fac-b667-471a9cfb63aa",
"208cbb6a-053b-452d-a841-a756b9c98995"
],
"Opportunities": [
"bb925417-9599-486b-b7f9-9a60b3868ef7",
"cc9f1f53-124a-41fc-bca1-83546eb3c18a"
]
}
}