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": "ae4f3314-e83a-4e93-8f0a-48b2913f7a2b",
"ParentId": "0598b90a-5ca4-4937-92b7-678b653e3f33",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"65d207ec-478d-4a58-90d8-d39636cc275a",
"9f734e21-b1ab-4233-9a73-47a2f42ec596"
],
"Companies": [
"4fcfaf32-39cf-40ed-9a50-609ea382b7b4",
"f7fafa3a-fe1f-4d64-837a-12607db02e5d"
],
"Groups": [
"b62f612b-fdb6-47ad-9fe5-4d6be92a9160",
"0283782e-8bbf-4a55-81d1-a4f89fe33c19"
],
"Opportunities": [
"0a4ca6cd-d5d6-43e1-9608-ff7f73289d42",
"0bd2ba17-0ee3-4fd5-b0de-d3adacd619af"
]
}
},
{
"Id": "ae4f3314-e83a-4e93-8f0a-48b2913f7a2b",
"ParentId": "0598b90a-5ca4-4937-92b7-678b653e3f33",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"65d207ec-478d-4a58-90d8-d39636cc275a",
"9f734e21-b1ab-4233-9a73-47a2f42ec596"
],
"Companies": [
"4fcfaf32-39cf-40ed-9a50-609ea382b7b4",
"f7fafa3a-fe1f-4d64-837a-12607db02e5d"
],
"Groups": [
"b62f612b-fdb6-47ad-9fe5-4d6be92a9160",
"0283782e-8bbf-4a55-81d1-a4f89fe33c19"
],
"Opportunities": [
"0a4ca6cd-d5d6-43e1-9608-ff7f73289d42",
"0bd2ba17-0ee3-4fd5-b0de-d3adacd619af"
]
}
}
]