UNPKG

@itentialopensource/adapter-sevone

Version:
167 lines 5.1 kB
{ "actions": [ { "name": "getObjectAttachmentResources", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v1/reports/attachments/objects/{pathv1}/resources?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getObjectAttachmentResources-default.json" } ] }, { "name": "updateObjectAttachmentResources", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/api/v1/reports/attachments/objects/{pathv1}/resources?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateObjectAttachmentResources-default.json" } ] }, { "name": "getObjectAttachmentSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v1/reports/attachments/objects/{pathv1}/settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getObjectAttachmentSettings-default.json" } ] }, { "name": "updateObjectAttachmentSettings", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/api/v1/reports/attachments/objects/{pathv1}/settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateObjectAttachmentSettings-default.json" } ] }, { "name": "getObjectAttachmentVisualizationSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v1/reports/attachments/objects/{pathv1}/visualizations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getObjectAttachmentVisualizationSettings-default.json" } ] }, { "name": "updateObjectAttachmentVisualizationSettings", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/api/v1/reports/attachments/objects/{pathv1}/visualizations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateObjectAttachmentVisualizationSettings-default.json" } ] }, { "name": "partiallyUpdateObjectAttachmentVisualizationSettings", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/api/v1/reports/attachments/objects/{pathv1}/visualizations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/partiallyUpdateObjectAttachmentVisualizationSettings-default.json" } ] }, { "name": "createObjectAttachment", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/api/v1/reports/{pathv1}/attachments/objects?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createObjectAttachment-default.json" } ] } ] }