Skip to main content

Get specific DACS category

GET 

/api/v1/dacs/:id

Request

Path Parameters

    id int32required

    The DACS category ID

Responses

successful operation

Schema

    serverTime date-time
    error stringnullable

    description of error in natural language, absent in case of successful operation

    payload

    object

    nullable

    The response data

    id int32

    The ID of the category

    code string

    Used to help locate this category within the DACS universe. Child categories will have the same prefix as their parent. E.G parent will have code 10, and child will have code 1010.

    name string

    Name of the category

    colourRgb string

    RGB colour value to use for UI rendering

    parentId int32nullable

    The category's parent ID, if it has one

    validFromInc date

    The date this category is valid from (inclusive)

    validToInc datenullable

    If this category is no longer valid, then the date this category is valid to (inclusive)

Loading...