Skip to main content

Get a category

GET 

/categories/:id

Returns a category based on its ID.

Cost: 1 credit per call.

Request

Path Parameters

    id int32required

    Possible values: >= 1 and <= 2147483647

    The category's id.

Header Parameters

    X-Exorde-Api-Version stringrequired

    Possible values: [v1]

    The API version.

Responses

OK

Schema
    category objectrequired

    A Category resource.

    id int32required

    Possible values: >= 1 and <= 2147483647

    The category ID.

    name stringrequired

    The category name.

    status objectrequired
    cost int32required

    Number of credits that were consumed for this request.

    apiDeprecationNotice object

    Deprecation notice of the API.

    message stringrequired

    A message that tells when the API version will be shut down.

    shutdownDate date-timerequired

    The date of removal of the API version, UTC date-time without timezone using RFC3339 format.

Loading...