Skip to main content

Retrieve Issue Priority

Retrieve the details of an existing Issue Priority.

Path Parameters

  • id string required

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the relevant record

Responses

OK


Schema

  • id integer

    Possible values: >= 1

  • created_at date-time

    The date and time at which this record was created.

  • updated_at date-time

    The date and time at which this record was most recently updated.

  • account_id integer

    Possible values: >= 1

  • alias string

    Can be used to replace the default priority name provided. Changes how the Issue is displayed throughout Fleetio.

  • name string

    The name of the Issue Priority.

  • slug string

    Indicates which icon will be shown for the Issue Priority.

  • description string

    A description providing more details about the Issue Priority.

  • default boolean

    Indicates whether this Issue Priority will be set as default for new Issues.

  • enabled boolean

    Indicates whether this Issue Priority is currently enabled.

  • position integer

    The position or order of the Issue Priority in a list or hierarchy.

Loading...