Skip to main content

Cancel Work Request

PUT 

https://app.infodeck.io/api/organizations/:organizationId/work-requests/:workRequestId/cancel

Cancel work request

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    workRequestId stringrequired

    The ID of work request.

Responses

Schema
    data objectrequired

    Data of the work request.

    id stringrequired
    organizationId stringrequired
    assetIds string[]required
    locationId stringrequired
    isTemplate booleanrequired
    subject stringrequired
    description stringrequired
    workflowId stringrequired
    images string[]required
    priority stringrequired
    reason stringrequired
    status stringrequired
    createdAtDateString stringrequired
    createdAt numberrequired

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X PUT 'https://app.infodeck.io/api/organizations/:organizationId/work-requests/:workRequestId/cancel' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!