{
  "actions": [
    {
      "name": "getReportAttachment",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/v1/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}/api/v1/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}/api/v1/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}/api/v1/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}/api/v1/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"
        }
      ]
    }
  ]
}