Skip to main content

Get a job type

Retrieve the details of a single job type (required scope jobs:read)

Path Parameters
    jobTypeId int64 required

    Possible values: >= 1

    The unique identifer of the job type

Header Parameters
    Customer-Id int64 required

    The customer identifier

Responses

Success


Schema
    id int64

    The unique identifier of the job type

    name string

    The name of the job type

    description string

    The default textual description for jobs of this type

    plannedDuration int32

    The default planned duration for jobs of this type, specified in minutes

    categoryId int32 nullable

    The unique identifier of default category for jobs of this type

    isArchived boolean

    A flag determining if a type is archived - new jobs cannot be created against archived job types

    isOrderNumberRequired boolean

    A flag determining if an order number is required for jobs of this type

    positiveResults string[] nullable

    The result options for when a job is completed successfully

    negativeResults string[] nullable

    The result options for when a job is completed with issues. If null then jobs of this type will not be allowed to have the status of completedWithIssues

Loading...