v3
latestOpenAPI 3.1.02026-08-0797185285.8 KBGet Removal Components
Path parameters
Query parameters
An integer number of items to retrieve before the item represented by the cursor passed in the before parameter. Defaults to 10 with a maximum value of 50.
An opaque cursor representing the first item in the previously requested page to select items ordered before it. Submit the previously requested page’s start_cursor here when paginated backwards.
An integer number of items to retrieve after the item represented by the cursor passed in the after parameter. Defaults to 10 with a maximum value of 50.
An opaque cursor representing the last item in the previously requested page to select items ordered after it. Submit the previously requested page’s end_cursor here when paginated forwards.
Headers
A secret token identifying the client connecting to the API
A secret token identifying the client connecting to the API
Response
Successful Response
Example response
{
"nodes": [
{
"id": "rvc_1EADHFQHM1S0TVMN",
"ghg_entry_id": "rmv_1EEM6NJXX1S0EXKD",
"component_id": "cmp_1EP2SB7MZ1S036PY",
"attribution_factor": 1,
"ghg_entry_template_component_id": "rtc_1DAA58EDM1S0AMPN",
"removal_template_component_id": "rtc_1DAA58EDM1S0AMPN",
"removal_id": "rmv_1EEM6NJXX1S0EXKD"
}
]
}