Skip to main content

Get list of Nigos in a case

GET 

/cases/:caseId/nigos

Returns a Nigos of Case; available as an Add-On Module

Request

Path Parameters

    caseId stringrequired

    Case Identifier

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

    nigos

    object[]

    List of Nigos

  • Array [

  • nigoId string

    Nigo Identifier

    insertedDate string

    Inserted Timestamp

    name string

    Name of Nigo

    description string

    Description of Nigo

    plannedStartDate string

    Planned Start Date

    startDate string

    Start Date

    endDate string

    End Date

    dueDate string

    Due Date

    userId string

    User who added Nigo

    status NigoStatus (string)

    Status of the Nigo

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

    metadata

    object

  • ]

Loading...