Get Printers
Get Printers
Responses
- 200
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- count int64 nullable
value object[]
Array [id stringname stringaddress stringport int32location string nullableresolutionDpi stringisBlocked booleanprinterAgentId stringprinterAgentName stringdriverName stringdeviceId stringtenantName stringdateCreated date-timelastUpdatedDate date-time]- ]
[
{
"count": 0,
"value": [
{
"id": "string",
"name": "string",
"address": "string",
"port": 0,
"location": "string",
"resolutionDpi": "string",
"isBlocked": true,
"printerAgentId": "string",
"printerAgentName": "string",
"driverName": "string",
"deviceId": "string",
"tenantName": "string",
"dateCreated": "2024-06-30T11:40:17.096Z",
"lastUpdatedDate": "2024-06-30T11:40:17.096Z"
}
]
}
]
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- statusCode int32
- message string
- code string
context object
url stringmethod string
{
"statusCode": 0,
"message": "string",
"code": "string",
"context": {
"url": "string",
"method": "string"
}
}
Loading...