Skip to main content

Get operating system

GET 

/operating_systems/operating_system

Return details for a specific operating system

Request

Query Parameters

    operating_system[id] string

    The operating system to return.

    All 'operating_system[]' params are mutually exclusive, only one can be provided.

Responses

Return details for a specific operating system

Schema

    operating_system

    object

    required

    id string
    name string

    badge

    object

    nullable

    url string
    file_name string
    file_type string
    file_size integer
    digest string
    token string
Loading...