Skip to main content

Get nigo in a case

GET 

/cases/:caseId/nigos/:nigoId

Returns a Nigo in Case; available as an Add-On Module

Request

Path Parameters

    caseId stringrequired

    Case Identifier

    nigoId stringrequired

    Nigo Identifier

Query Parameters

    siteId string

    Site Identifier

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    nigo

    object

    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...