GET api/User/GetAllGroupChanges
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GroupChange| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupUserID | integer |
None. |
|
| GroupID | integer |
None. |
|
| Code | string |
None. |
|
| Label | string |
None. |
|
| Type | byte |
None. |
|
| Dates | Collection of date |
None. |
|
| From | date |
None. |
|
| To | date |
None. |
|
| Weekdays | byte |
None. |
|
| StartTime | date |
None. |
|
| StopTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"GroupUserID": 1,
"GroupID": 1,
"Code": "sample string 2",
"Label": "sample string 3",
"Type": 64,
"Dates": [
"2025-12-14T09:38:11.7012582+01:00",
"2025-12-14T09:38:11.7012582+01:00"
],
"From": "2025-12-14T09:38:11.7012582+01:00",
"To": "2025-12-14T09:38:11.7012582+01:00",
"Weekdays": 64,
"StartTime": "2025-12-14T09:38:11.7012582+01:00",
"StopTime": "2025-12-14T09:38:11.7012582+01:00"
},
{
"$ref": "1"
}
]