GET 17.0/database/systemlocks/defaultmodel

Description

Get a System Locks model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
ID

string

String length: inclusive between 0 and 255

UserID

integer

None.

DateTime

date

None.

PCID

integer

None.

ExtraInfo

string

String length: inclusive between 0 and 255

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "userID": 2,
  "dateTime": "2025-01-09T20:52",
  "pcid": 4,
  "extraInfo": "sample string 5"
}

application/xml, text/xml

Sample:
<SystemLocks xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>sample string 1</ID>
  <UserID>2</UserID>
  <DateTime>2025-01-09T20:52:29.1794697+00:00</DateTime>
  <PCID>4</PCID>
  <ExtraInfo>sample string 5</ExtraInfo>
</SystemLocks>