Skip to main content

Fetch Task Details

POST 

/fetchTasks

This method returns a list of provisioning tasks, that correspond to a particular IT Application (e.g Microsoft Active Directory) modeled in SSM as "Endpoint" of a "Security System".

The Authorization must have Bearer followed by Token.

Mandatory params: TASKSTATUS - PENDING/PENDINGCREATE/COMPLETED/COMPLETED_AND_DISCONTINUE/DISCONTINUE,

Optional params:

endpoint - endpoint key, endpointname, endpointdescription,

securitysystem - securitysystem key,

loggedinusername - username of user who wants to fetch the tasks, upadteuser, requestedby, username, firstname, lastname, account - accountname,

entitlement_value, entitlement_glossary, entitlementowner - entitlementowner key, entitlementtypekey,

requestid, parenttaskid, taskid, taskowneruser - userkey of owner, taskownerusername - username of owner, taskownerusergroup - usergroup key, taskownerusergroupname - usergroup name, max, offset, statusint - List of comma-seperated integer equivalent task status(3 - Complete, 4 - Discontinue and so on) source - List of comma-seperated source types(REQUEST/WEBSERVICE/CERTIFICATION and so on) requestkey - List of comma-seperated requestkeys requestaccesskey - List of comma-seperated requestaccesskey tasktype - List of comma-seperated integer equivalent task types(3 - New Account, 5 - Change Password and so on) getEntitlementObj - Values: true/false, if true returns the entitlement details associated with the task

getAccountObj - Values: true/false, if true returns the account details asociated with the task,

taskmetadatalength - Modifies the charcater limit of provisioning comments and provisioning metadata upto maximum of 10000.

Note - Provisioning comments in the response will be limited to 200 characters. Provisioning metadata in the response will be limited to 400 characters.

Request

Body

    source string
    statusint string
    tasktype string

Responses

Fetch Task Details

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

Schema

    errorCode string
    msg string

    tasks

    object[]

  • Array [

  • ACCOUNT string
    COMMENTS string
    CREATIONDATE string
    ENDDATE string
    ENDPOINT string
    ENDPOINTKEY string
    ENDPOINTNAME string
    ENTITLEMENTTYPE string
    ENTITLEMENT_VALUEKEY string
    OWNERKEY string
    PARENTTASK string
    PROVISIONINGCOMMENTS string
    PROVISIONINGMETADATA string
    REQUESTACCESSKEY string
    REQUESTID string
    REQUESTKEY string
    SECURITYSYSTEM string
    STARTDATE string
    STATUS string
    TASKID string
    TASKTYPE string
    UPDATEDATE string
    USER string
    upadteuser string
  • ]

  • totalrecords string
    totaltasks string
Loading...