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": "b48e1f34-f514-462b-9ea9-5b3e9f65be8c",
"ParentId": "491d5144-c946-4b11-b05a-c4775b45f803",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3a19ad17-f644-4b78-85d6-d02b3fc34b22",
"c701bc0a-ee50-4bc6-8724-451242470a99"
],
"Companies": [
"8fd07418-202d-481d-88be-b18853c92cc7",
"a8ab7759-d265-4e8d-ad8f-80affe33bcb0"
],
"Groups": [
"ca5cb5a3-eda2-460e-bff5-475c27f5d02b",
"8c636f85-9777-4295-a3f0-df2f6d93bdd8"
],
"Opportunities": [
"54598c01-d6d2-408d-8113-170e45c3d106",
"5f9d7c72-7a21-47e3-a819-156b729e7abc"
]
}
},
{
"Id": "b48e1f34-f514-462b-9ea9-5b3e9f65be8c",
"ParentId": "491d5144-c946-4b11-b05a-c4775b45f803",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3a19ad17-f644-4b78-85d6-d02b3fc34b22",
"c701bc0a-ee50-4bc6-8724-451242470a99"
],
"Companies": [
"8fd07418-202d-481d-88be-b18853c92cc7",
"a8ab7759-d265-4e8d-ad8f-80affe33bcb0"
],
"Groups": [
"ca5cb5a3-eda2-460e-bff5-475c27f5d02b",
"8c636f85-9777-4295-a3f0-df2f6d93bdd8"
],
"Opportunities": [
"54598c01-d6d2-408d-8113-170e45c3d106",
"5f9d7c72-7a21-47e3-a819-156b729e7abc"
]
}
}
]