UNPKG

@itentialopensource/adapter-service_desk_plus

Version:

This adapter integrates with system described as: service_desk_plus.

212 lines 5.44 kB
{ "actions": [ { "name": "postAddRequest", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/api/v3/requests?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "FORM", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postAssociateProjectToRequest", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/api/v3/requests/{pathv1}/project?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "FORM", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "putUpdateRequest", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/api/v3/requests/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "FORM", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postAddResolution", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/api/v3/requests/{pathv1}/resolutions?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "FORM", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getRequests", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v3/requests?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getRequestById", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v3/requests/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getRequestSummary", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v3/requests/{pathv1}/summary?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getResolutionsFromRequest", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v3/requests/{pathv1}/resolutions?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "assignRequest", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/api/v3/requests/{pathv1}/assign?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "closeRequest", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/api/v3/requests/{pathv1}/close?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }