{ "opencollection": "1.0.0", "info": { "name": "Isometric Certify Data Ingestion Beneficiaries Datapoints API", "version": "v0" }, "items": [ { "info": { "name": "Datapoints", "type": "folder" }, "items": [ { "info": { "name": "Get Datapoints", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.isometric.com/mrv/v0/datapoints", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "supplier_reference_id", "value": "", "type": "query" }, { "name": "display_name_contains", "value": "", "type": "query" }, { "name": "project_id", "value": "", "type": "query" }, { "name": "quantity_kind", "value": "", "type": "query" }, { "name": "measurement_sample_id", "value": "", "type": "query" }, { "name": "used_in_removal", "value": "", "type": "query" }, { "name": "used_in_ghg_statement", "value": "", "type": "query" }, { "name": "used_in_removal_template", "value": "", "type": "query" }, { "name": "used_in_scope", "value": "", "type": "query" }, { "name": "last", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "first", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Lists datapoints in the Isometric system" }, { "info": { "name": "Post Datapoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.isometric.com/mrv/v0/datapoints", "headers": [ { "name": "x-client-secret", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a datapoint in the Isometric system" }, { "info": { "name": "Get Datapoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.isometric.com/mrv/v0/datapoints/:id", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a single datapoint in the Isometric system" }, { "info": { "name": "Patch Datapoint", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sandbox.isometric.com/mrv/v0/datapoints/:id", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates a datapoint in the Isometric system. Associated components and removals will be recalculated, if they are not in an immutable state." }, { "info": { "name": "Delete Datapoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sandbox.isometric.com/mrv/v0/datapoints/:id", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a datapoint resource. Will fail if the datapoint is in use by a component." }, { "info": { "name": "Get Datapoint Components", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.isometric.com/mrv/v0/datapoints/:id/components", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "last", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "first", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Lists components associated with a datapoint in the Isometric system" }, { "info": { "name": "Get Datapoint Removal Template Components", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.isometric.com/mrv/v0/datapoints/:id/removal_template_components", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "last", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "first", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Lists removal template components that use this datapoint" } ] } ], "bundled": true }