Run Log Types
Field | Type | Description |
---|---|---|
RunTypeId | int | |
Name | string |
Gets a list of active run types.
Authorization needed
GET https://api.ninthbrain.com/RunLogType/GetList?api-version=2.0
HTTP/1.1 200 OK
Content-Type: application/json;charset=utf-8
[
{
"RunTypeId": 123,
"Name": "Run Type A"
},
{
"RunTypeId": 124,
"Name": "Run Type B"
}
]
bad_request
(HTTP 400)unauthorized
(HTTP 401) - This APIKey is not valid for this service.internal_error
(HTTP 500)