GET api/User/GetGroupChange

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GroupChange
NameDescriptionTypeAdditional 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:
{
  "GroupUserID": 1,
  "GroupID": 1,
  "Code": "sample string 2",
  "Label": "sample string 3",
  "Type": 64,
  "Dates": [
    "2025-05-27T21:21:06.8962143+02:00",
    "2025-05-27T21:21:06.8962143+02:00"
  ],
  "From": "2025-05-27T21:21:06.8962143+02:00",
  "To": "2025-05-27T21:21:06.8962143+02:00",
  "Weekdays": 64,
  "StartTime": "2025-05-27T21:21:06.8962143+02:00",
  "StopTime": "2025-05-27T21:21:06.8962143+02:00"
}