Workstation

Get Workstation

GET /api/.../workstation/{id}

Return a workstation with the specified id.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id for the workstation.

Response Information

Example
application/json, text/json
[
    { 
        "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
    },
]

HTTP Response Codes

Code Description
200 OK. Success
404 Not Found. Workstation with {id} is not found.