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": "351397ce-4fe1-437a-b189-406b9e506735",
"ParentId": "220fbaad-d235-4365-97b2-6be76589a77b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9bbbbfe6-ed6a-4316-91d7-9d1061c22f6e",
"57dfe517-9620-49e4-9d0b-0c56dc986cb8"
],
"Companies": [
"1fe393f0-6aba-425c-b8f2-eab5f25d498d",
"c27db68d-505a-4e9b-a313-e43bf5a513d9"
],
"Groups": [
"c293cae4-af57-4ed1-b1fb-e023cb67593a",
"f919efaa-dca3-4d25-b30a-7e93cfbea207"
],
"Opportunities": [
"440a9e49-247d-48e5-83cc-77ff31daf828",
"65bb0a6c-dee3-41d6-9e46-9af235962840"
]
}
},
{
"Id": "351397ce-4fe1-437a-b189-406b9e506735",
"ParentId": "220fbaad-d235-4365-97b2-6be76589a77b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9bbbbfe6-ed6a-4316-91d7-9d1061c22f6e",
"57dfe517-9620-49e4-9d0b-0c56dc986cb8"
],
"Companies": [
"1fe393f0-6aba-425c-b8f2-eab5f25d498d",
"c27db68d-505a-4e9b-a313-e43bf5a513d9"
],
"Groups": [
"c293cae4-af57-4ed1-b1fb-e023cb67593a",
"f919efaa-dca3-4d25-b30a-7e93cfbea207"
],
"Opportunities": [
"440a9e49-247d-48e5-83cc-77ff31daf828",
"65bb0a6c-dee3-41d6-9e46-9af235962840"
]
}
}
]