@itentialopensource/adapter-sevone_v2
Version:
This adapter integrates with system described as: SevOne v2 api.
107 lines • 2.95 kB
JSON
{
"actions": [
{
"name": "getReportAttachment",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/reports/attachments/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getReportAttachment-default.json"
}
]
},
{
"name": "updateReportAttachmentById",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/reports/attachments/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/updateReportAttachmentById-default.json"
}
]
},
{
"name": "deleteReportAttachment",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/reports/attachments/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/deleteReportAttachment-default.json"
}
]
},
{
"name": "getAllReportAttachmentEndpoints",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/reports/attachments/{pathv1}/endpoints?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getAllReportAttachments",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/reports/{pathv1}/attachments?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getAllReportAttachments-default.json"
}
]
}
]
}