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": "b0cfe738-7e8b-4172-9579-c2d567211f58",
"ParentId": "1c8066d9-3860-43db-8836-2244ae138e5b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4579c4e9-3f6a-486a-8182-750855548a35",
"ad91cea5-76da-490e-8242-19be01bafeda"
],
"Companies": [
"e9c0fdac-27e9-4d6b-b305-40de191dcea1",
"cc10d7a6-49eb-4480-91ab-a4c78770260a"
],
"Groups": [
"5ff1a6f2-629b-4734-b02c-dd39e04d85d4",
"92caa3fd-f3c9-46cc-a9b1-4c13f59e02b0"
],
"Opportunities": [
"c9662adb-f027-4177-b6dd-3b96bea5675c",
"d55207f2-3377-42e9-90b2-9c22adace7ca"
]
}
},
{
"Id": "b0cfe738-7e8b-4172-9579-c2d567211f58",
"ParentId": "1c8066d9-3860-43db-8836-2244ae138e5b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4579c4e9-3f6a-486a-8182-750855548a35",
"ad91cea5-76da-490e-8242-19be01bafeda"
],
"Companies": [
"e9c0fdac-27e9-4d6b-b305-40de191dcea1",
"cc10d7a6-49eb-4480-91ab-a4c78770260a"
],
"Groups": [
"5ff1a6f2-629b-4734-b02c-dd39e04d85d4",
"92caa3fd-f3c9-46cc-a9b1-4c13f59e02b0"
],
"Opportunities": [
"c9662adb-f027-4177-b6dd-3b96bea5675c",
"d55207f2-3377-42e9-90b2-9c22adace7ca"
]
}
}
]