v3

latestOpenAPI 3.1.02026-08-0797185285.8 KB

Get Removal Template

Gets a single removal template within the given project

get/projects/{project_id}/removal_templates/{id}

Path parameters

project_idstring required
Example:prj_1CTWZQGKE1S0VAXA
idstring required
Example:rvt_1EVC8RZFE1S0BAT6

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Response

Successful Response

idstring required
supplier_reference_idstring nullable required

A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.

display_namestring required
project_idstring required

Example response

{
  "id": "rvt_1EVC8RZFE1S0BAT6",
  "project_id": "prj_1CTWZQGKE1S0VAXA",
  "groups": [
    {
      "id": "rtg_1EGQ9DZXZ1S05S28",
      "components": [
        {
          "id": "rtc_1DAA58EDM1S0AMPN",
          "removal_template_id": "rvt_1EVC8RZFE1S0BAT6",
          "removal_template_component_group_id": "rtg_1EGQ9DZXZ1S05S28",
          "inputs": [
            {
              "datapoint_id": "dtp_1DVKHKS101S0Q61Q"
            }
          ]
        }
      ]
    }
  ]
}