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": "200c0337-ecb7-437e-9e9f-f36dd23ef926",
"ParentId": "6ba0af34-80e7-42b2-b0a2-f7c571f46ac0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"73067384-0c5d-45fb-b65a-0ba27aad08e1",
"70aa6520-4c6d-4213-828c-ef48626b26a9"
],
"Companies": [
"37c2e9d1-13ed-4ce1-b394-2cd0c10bd7b9",
"f63d77ba-5756-4c4b-a90e-f4ab77e120ff"
],
"Groups": [
"71408eaa-41f5-4aa4-af2f-59eb75dc9112",
"c922202f-af7e-4841-855b-01cb31f133da"
],
"Opportunities": [
"25f2404b-37a8-4f1d-b86d-31890f226beb",
"7c6b2458-30cb-49d0-ab46-a939a6e765e5"
]
}
},
{
"Id": "200c0337-ecb7-437e-9e9f-f36dd23ef926",
"ParentId": "6ba0af34-80e7-42b2-b0a2-f7c571f46ac0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"73067384-0c5d-45fb-b65a-0ba27aad08e1",
"70aa6520-4c6d-4213-828c-ef48626b26a9"
],
"Companies": [
"37c2e9d1-13ed-4ce1-b394-2cd0c10bd7b9",
"f63d77ba-5756-4c4b-a90e-f4ab77e120ff"
],
"Groups": [
"71408eaa-41f5-4aa4-af2f-59eb75dc9112",
"c922202f-af7e-4841-855b-01cb31f133da"
],
"Opportunities": [
"25f2404b-37a8-4f1d-b86d-31890f226beb",
"7c6b2458-30cb-49d0-ab46-a939a6e765e5"
]
}
}
]