GET 17.0/database/pc/defaultmodel

Description

Get a PC model with default values

URI Parameters

None.

None.

None.

PC
Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

AddedDate

date

None.

LastLoginDate

date

None.

IPAddress

string

String length: inclusive between 0 and 50

SignalRConnectionID

string

String length: inclusive between 0 and 50

ApiRefreshToken

string

String length: inclusive between 0 and 1000

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "addedDate": "2025-01-09T20:30",
  "lastLoginDate": "2025-01-09T20:30",
  "ipAddress": "sample string 5",
  "signalRConnectionID": "sample string 6",
  "apiRefreshToken": "sample string 7"
}

application/xml, text/xml

Sample:
<PC xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <AddedDate>2025-01-09T20:30:46.6249197+00:00</AddedDate>
  <LastLoginDate>2025-01-09T20:30:46.6249197+00:00</LastLoginDate>
  <IPAddress>sample string 5</IPAddress>
  <SignalRConnectionID>sample string 6</SignalRConnectionID>
  <ApiRefreshToken>sample string 7</ApiRefreshToken>
</PC>