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": "57b44cbb-99a3-4960-b4db-851b24de7576",
"ParentId": "72f9cdce-9727-4663-9aa8-b9b4c6f9ba2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f425ff0c-083c-4178-9a48-0b32a5d0d26f",
"7aaada81-fc26-4e1c-85dd-7bb34eb861eb"
],
"Companies": [
"41496c9c-d40c-4051-8579-28604346fd41",
"5765b22d-df32-494d-83e0-13a3000daf3f"
],
"Groups": [
"e9540768-4b85-4eb6-99c8-8f57ebed75c9",
"9662923c-7a1e-48ea-91c3-2ce7a7585aaa"
],
"Opportunities": [
"e6db77d0-a353-41fd-800b-277140d164b1",
"207a4602-0d3a-421d-ae02-481870104ad0"
]
}
},
{
"Id": "57b44cbb-99a3-4960-b4db-851b24de7576",
"ParentId": "72f9cdce-9727-4663-9aa8-b9b4c6f9ba2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f425ff0c-083c-4178-9a48-0b32a5d0d26f",
"7aaada81-fc26-4e1c-85dd-7bb34eb861eb"
],
"Companies": [
"41496c9c-d40c-4051-8579-28604346fd41",
"5765b22d-df32-494d-83e0-13a3000daf3f"
],
"Groups": [
"e9540768-4b85-4eb6-99c8-8f57ebed75c9",
"9662923c-7a1e-48ea-91c3-2ce7a7585aaa"
],
"Opportunities": [
"e6db77d0-a353-41fd-800b-277140d164b1",
"207a4602-0d3a-421d-ae02-481870104ad0"
]
}
}
]