Skip to main content

Get Case listing

GET 

/cases

Returns a list of the Cases; available as an Add-On Module

Request

Query Parameters

    siteId string

    Site Identifier

    next string

    Next page of results token

    limit string

    Limit Results

    Default value: 10

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    next string

    Next page of results token

    cases

    object[]

    List of cases

  • Array [

  • caseId string

    Case Identifier

    caseNumber string

    Case Number

    documentNumber string

    Document Number

    plannedStartDate string

    Planned Start Date

    startDate string

    Start Date

    endDate string

    End Date

    dueDate string

    Due Date

    insertedDate string

    Inserted Timestamp

    name string

    Case Name

    description string

    Case Description

    metadata

    object

    status CaseStatus (string)

    Status of the Case

    Possible values: [NEW, ASSIGNED, IN_PROGRESS, ON_HOLD, ESCALATED, RESOLVED, CLOSED, UNDER_REVIEW, AWAITING_CLIENT_RESPONSE]

    userId string

    User who added document

  • ]

Loading...