GET api/User/GetUserInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

User
NameDescriptionTypeAdditional information
UserID

integer

None.

HomeNodeID

integer

None.

FullName

string

None.

LangID

integer

None.

NotAvailable

boolean

None.

NotAvailableTimestamp

date

None.

NotAvailalbeScheduled

boolean

None.

NoOccupancy

boolean

None.

Homescreen

string

None.

AppNotifications

byte

None.

MaxVersionAllowed

integer

None.

SoundAlarm

string

None.

SoundInfo

string

None.

SoundUnderstaffing

string

None.

SoundOccupancy

string

None.

SoundProposal

string

None.

CriticalAlertsAlarm

boolean

None.

CriticalAlertsInfo

boolean

None.

CriticalAlertsUnderstaffing

boolean

None.

CriticalAlertsOccupancy

boolean

None.

CriticalAlertsProposal

boolean

None.

Geofence

Geofence

None.

SchedulerDays

Dictionary of date [key] and Day [value]

None.

ConsignmentAppointments

Collection of Appointment

None.

Response Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "HomeNodeID": 2,
  "FullName": "sample string 3",
  "LangID": 4,
  "NotAvailable": true,
  "NotAvailableTimestamp": "2025-05-27T11:53:36.4478814+02:00",
  "NotAvailalbeScheduled": true,
  "NoOccupancy": true,
  "Homescreen": "sample string 9",
  "AppNotifications": 64,
  "MaxVersionAllowed": 11,
  "SoundAlarm": "sample string 12",
  "SoundInfo": "sample string 13",
  "SoundUnderstaffing": "sample string 14",
  "SoundOccupancy": "sample string 15",
  "SoundProposal": "sample string 16",
  "CriticalAlertsAlarm": true,
  "CriticalAlertsInfo": true,
  "CriticalAlertsUnderstaffing": true,
  "CriticalAlertsOccupancy": true,
  "CriticalAlertsProposal": true,
  "Geofence": {
    "$id": "2",
    "Selectable": true,
    "Address": "sample string 2",
    "Latitude": 1.1,
    "Longitude": 1.1,
    "Distance": 1
  },
  "SchedulerDays": {
    "$id": "3",
    "2025-05-27T11:53:36.4634974+02:00": {
      "$id": "4",
      "Hour0": true,
      "Hour1": true,
      "Hour2": true,
      "Hour3": true,
      "Hour4": true,
      "Hour5": true,
      "Hour6": true,
      "Hour7": true,
      "Hour8": true,
      "Hour9": true,
      "Hour10": true,
      "Hour11": true,
      "Hour12": true,
      "Hour13": true,
      "Hour14": true,
      "Hour15": true,
      "Hour16": true,
      "Hour17": true,
      "Hour18": true,
      "Hour19": true,
      "Hour20": true,
      "Hour21": true,
      "Hour22": true,
      "Hour23": true
    }
  },
  "ConsignmentAppointments": [
    {
      "$id": "5",
      "ServiceFunctionID": 1,
      "Start": "2025-05-27T11:53:36.4634974+02:00",
      "Stop": "2025-05-27T11:53:36.4634974+02:00"
    },
    {
      "$ref": "5"
    }
  ]
}