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": "d7f56858-800d-4c12-b1df-92b163f1a8c1",
"ParentId": "fd6c5743-fd36-490f-bc45-16c798530e5f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"72ab3c59-a931-46fa-b68b-471dce5a9c69",
"7d055517-8f95-473e-b491-c4fafa7140d7"
],
"Companies": [
"02f09829-9f29-4ba5-a2df-f4e101a802e0",
"6c8e3709-0600-4339-a34c-36361fe7d803"
],
"Groups": [
"ab704004-5a68-411e-b22e-74f740c62039",
"a3a7ddc0-3180-4d40-bd84-5663ab07abb8"
],
"Opportunities": [
"66f0c6ba-dedd-459c-8553-c8f345ba40c0",
"4f45d6b8-8af7-43a4-9b59-92d438faa179"
]
}
},
{
"Id": "d7f56858-800d-4c12-b1df-92b163f1a8c1",
"ParentId": "fd6c5743-fd36-490f-bc45-16c798530e5f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"72ab3c59-a931-46fa-b68b-471dce5a9c69",
"7d055517-8f95-473e-b491-c4fafa7140d7"
],
"Companies": [
"02f09829-9f29-4ba5-a2df-f4e101a802e0",
"6c8e3709-0600-4339-a34c-36361fe7d803"
],
"Groups": [
"ab704004-5a68-411e-b22e-74f740c62039",
"a3a7ddc0-3180-4d40-bd84-5663ab07abb8"
],
"Opportunities": [
"66f0c6ba-dedd-459c-8553-c8f345ba40c0",
"4f45d6b8-8af7-43a4-9b59-92d438faa179"
]
}
}
]