© 2024 Clarivate
GET /api/.../workstation/{id}
Return a workstation with the specified id.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id for the workstation. |
[
{
"WorkstationID":10,
"OrganizationID":101,
"DisplayName":"PDCR-TC",
"ComputerName":"Kellie-PC",
"CreatorID":1,
"ModifierID":1,
"CreationDate":"2011-02-16T20:28:16.11",
"ModificationDate":"2005-03-17T08:59:05",
"Enabled":true,
"Status":false,
"StatusDate":null,
"NetworkDomainID":null
},
]
Code | Description |
---|---|
200 | OK. Success |
404 | Not Found. Workstation with {id} is not found. |