Run Log Types

Types

The Run Log Type object

Field Type Description
RunTypeId int
Name string

Endpoints

Get Run Log Type List

Gets a list of active run types.

Authorization needed

Request
GET https://api.ninthbrain.com/RunLogType/GetList?api-version=2.0
Example response
HTTP/1.1 200 OK
Content-Type: application/json;charset=utf-8
[
    {
        "RunTypeId": 123,
        "Name": "Run Type A"
    },
    {
        "RunTypeId": 124,
        "Name": "Run Type B"
    }
]
Errors
  • bad_request (HTTP 400)
  • unauthorized (HTTP 401) - This APIKey is not valid for this service.
  • internal_error (HTTP 500)