WorkspaceNoteFields

Work Request fields for create/update. Anchor the work request with location; optionally link an asset with assetKey + asset, and/or a department with department.

  • location
    Type: string
    required

    Required. The location's primary-key value (its name / code). Files the work request against that location row.

  • asset
    Type: string

    The asset row's primary-key value, linking the work request to that asset.

  • assetKey
    Type: string

    The asset table slug the asset value lives in (e.g. assets). Required when asset is sent.

  • assignee
    Type: string

    Identifier of the user the work request is assigned to.

  • customFields
    Type: object

    Form field values keyed by field — captured through the work request's form template.

    • propertyName
      Type: anything
  • department
    Type: string

    The department's title (its human name). Links the work request to that department.

  • description
    Type: string

    Work Request body / details.

  • dueDate
    Type: string Format: date-time

    Due date (ISO 8601).

  • id
    Type: integer

    Work Request ID. Omit to create a new work request; include to update an existing one.

  • priority
    Type: string

    Work Request priority.

  • reporter
    Type: string

    Identifier of the user reporting the work request.

  • scheduledDate
    Type: string Format: date-time

    When the work is scheduled (ISO 8601).

  • status
    Type: string

    Work Request status.

  • title
    Type: string

    Work Request title.