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": "b9042531-c831-4840-9491-16baac335fbb",
"ParentId": "00b06ace-8618-4ba7-87d3-e391545faf59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5ad76e7c-d3cb-4d1d-b708-b26a05260d62",
"e979c785-96b5-4dfe-a719-8924133077dd"
],
"Companies": [
"986cc0f2-05c5-4487-a4b7-110b50d75b88",
"cf268ad1-02e7-453f-9fbf-b989f7a0b73b"
],
"Groups": [
"7f6a9c3f-5c58-485f-9e16-4482d5d8a9d0",
"5fb63e70-ce8c-4cce-9503-73614cea299b"
],
"Opportunities": [
"69ac7907-b4a3-4935-be70-d321fa1a8e24",
"da7b75a4-0cbf-4d5d-a772-68e304fda1fc"
]
}
},
{
"Id": "b9042531-c831-4840-9491-16baac335fbb",
"ParentId": "00b06ace-8618-4ba7-87d3-e391545faf59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5ad76e7c-d3cb-4d1d-b708-b26a05260d62",
"e979c785-96b5-4dfe-a719-8924133077dd"
],
"Companies": [
"986cc0f2-05c5-4487-a4b7-110b50d75b88",
"cf268ad1-02e7-453f-9fbf-b989f7a0b73b"
],
"Groups": [
"7f6a9c3f-5c58-485f-9e16-4482d5d8a9d0",
"5fb63e70-ce8c-4cce-9503-73614cea299b"
],
"Opportunities": [
"69ac7907-b4a3-4935-be70-d321fa1a8e24",
"da7b75a4-0cbf-4d5d-a772-68e304fda1fc"
]
}
}
]