GetV4LaptopOwnerMappingPreview
Select
SaaS
Customer Managed
Gives list of valid laptop owner mapping in the response
Responses
- 200
- 400
- 403
- 404
- 503
OK
- application/json
- Schema
- Example (from schema)
- Example-1
Schema
laptopOwnerMapping object[]
id int32Unique Id
serialNumber stringThis is the serial number
laptopName stringname of the laptop
host stringhost name of the laptop
ownerEmail stringEmail address of the owner
ownerUPN stringUPN of the owner
osType stringPossible values: [
MAC
,WIN
]OS type of the laptop. Can be LINUX or MAC
company object
id int32name stringconfigured booleanThis indicates if the laptop has been installed or not
client object
id int32name stringerror object
errorMessage stringerrorCode int32
{
"laptopOwnerMapping": [
{
"id": 0,
"serialNumber": "string",
"laptopName": "string",
"host": "string",
"ownerEmail": "string",
"ownerUPN": "string",
"osType": "MAC",
"company": {
"id": 0,
"name": "string"
},
"configured": true,
"client": {
"id": 0,
"name": "string"
}
}
],
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
{
"laptopOwnerMapping": [
{
"id": 0,
"serialNumber": "0f6f5c09-a58f-4b3e-aa00-fb94b3843101",
"laptopName": "AbhiCV365Proxy2",
"host": "AbhiCV365Proxy2",
"ownerEmail": "a@b.com",
"ownerUPN": "a@b.com",
"osType": "MAC",
"company": {
"id": 0,
"name": "Commcell"
}
}
],
"error": {
"errorMessage": "",
"errorCode": 0
}
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example-1
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Bad request",
"errorCode": 400
}
Forbidden
- application/json
- Schema
- Example (from schema)
- Example-1
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Forbidden",
"errorCode": 403
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example-1
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Page not found",
"errorCode": 404
}
Service Unavailable
- application/json
- Schema
- Example (from schema)
- Example-1
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Services unavilable",
"errorCode": 0
}
Loading...