Skip to main content

Complete Single Task

POST 

/completetask

This method closes a single open task in SSM - both in "New" and "InProgress" state.

Mandatory params:

taskid - Unique ID of the task.

Optional params:

provisioning - true or false,

targetprovision - true or false, default : false

updateuser - username of user who is updating the task,

completeassociatedtasks - true or false,

emailto,

notify - use this if you want to pick up data from the task, sample - "notify":["USER","requestor","MANAGER"],

emailbody,

subject,

from

The Authorization must have Bearer followed by Token.

Request

Path Parameters

    path stringrequired

Body

    taskkeytocomplete

    object[]

  • Array [

  • provisioningComments string
    taskdata string
    taskid string
  • ]

Responses

Complete Single Task / Complete Task 1

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • Transfer-Encoding

    string

  • X-Frame-Options

    string

Schema

    completedtasks number[]
    errorCode string
    failedtasks undefined[]
    message string

    result

    object

    anyOf

    string

Loading...