Skip to main content

Retrieve Work Order Status

Retrieve the details of an existing Work Order Status.

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

  • name string

    The name of the Work Order Status.

  • description string

    The description of the Work Order Status.

  • color string

    The color of the Work Order Status seen in the UI.

  • default boolean

    Whether or not this is the default Work Order Status applied to new Work Orders.

  • completed boolean

    Whether Work Orders will be set to completed when they are moved to this status.

  • position integer

    The position of this Work Order Status in the list of statuses.

  • work_orders_count integer

    The number of Work Orders that are currently in this status.

Loading...