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": "d76cdfaf-2b72-4234-92e6-2f5c6d5c30d7",
"ParentId": "5e908065-25f3-4359-bd91-33fb02752ce1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6af8da50-f59a-4666-9d75-dd924faeb20b",
"37de2df6-17f9-4869-adf1-6c3e329e1084"
],
"Companies": [
"dece8080-74d3-489b-a0f5-2779451c65fa",
"1e34949f-f2d2-4f2d-b6d7-7dc38bcc2c47"
],
"Groups": [
"f9fa76e7-13e6-413a-8bad-9f475fbc48c7",
"e7a37fc7-baf4-4d0f-b5eb-07b2cab561cf"
],
"Opportunities": [
"0a73848b-fde5-4706-b81b-2b14c6681c96",
"d3a0959d-4e1f-4a9e-a29e-3ef8292e47aa"
]
}
},
{
"Id": "d76cdfaf-2b72-4234-92e6-2f5c6d5c30d7",
"ParentId": "5e908065-25f3-4359-bd91-33fb02752ce1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6af8da50-f59a-4666-9d75-dd924faeb20b",
"37de2df6-17f9-4869-adf1-6c3e329e1084"
],
"Companies": [
"dece8080-74d3-489b-a0f5-2779451c65fa",
"1e34949f-f2d2-4f2d-b6d7-7dc38bcc2c47"
],
"Groups": [
"f9fa76e7-13e6-413a-8bad-9f475fbc48c7",
"e7a37fc7-baf4-4d0f-b5eb-07b2cab561cf"
],
"Opportunities": [
"0a73848b-fde5-4706-b81b-2b14c6681c96",
"d3a0959d-4e1f-4a9e-a29e-3ef8292e47aa"
]
}
}
]