GET api/Groups
Get Group records. Supported Headers: Filter, Sort, SortDesc, SelectField
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "b5f625c1-6235-48d7-b77d-28d9b7b5ce7a",
"ParentId": "de5dcb80-0d2c-43be-acfb-0d185d57e3d3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b2805586-a7b5-4d27-b584-0706695bf348",
"83765b67-c7f6-4f65-8724-fa26f428c551"
],
"Companies": [
"abb15ae6-19c2-444d-8cde-4d4f93810961",
"2e5fed95-c20e-4baf-ae31-e6d93a7a6157"
],
"Groups": [
"e94366bc-de9c-4b40-99d2-b0ab0bb489ff",
"0514f03c-1be8-4197-aebe-687c8fde76d1"
],
"Opportunities": [
"2b65a87d-069b-4bbd-add8-8f4b06ec02ab",
"9508fb84-abda-469e-b8c2-d4d368db40bd"
]
}
},
{
"Id": "b5f625c1-6235-48d7-b77d-28d9b7b5ce7a",
"ParentId": "de5dcb80-0d2c-43be-acfb-0d185d57e3d3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b2805586-a7b5-4d27-b584-0706695bf348",
"83765b67-c7f6-4f65-8724-fa26f428c551"
],
"Companies": [
"abb15ae6-19c2-444d-8cde-4d4f93810961",
"2e5fed95-c20e-4baf-ae31-e6d93a7a6157"
],
"Groups": [
"e94366bc-de9c-4b40-99d2-b0ab0bb489ff",
"0514f03c-1be8-4197-aebe-687c8fde76d1"
],
"Opportunities": [
"2b65a87d-069b-4bbd-add8-8f4b06ec02ab",
"9508fb84-abda-469e-b8c2-d4d368db40bd"
]
}
}
]