{ "opencollection": "1.0.0", "info": { "name": "CarbonHub activities equipment API", "version": "1.0.0" }, "items": [ { "info": { "name": "equipment", "type": "folder" }, "items": [ { "info": { "name": "Create an Equipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/equipment", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Equipment" }, { "info": { "name": "List Filter", "type": "http" }, "http": { "method": "GET", "url": "https://api.validere.io/app/v1/equipment/filters", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "page size" }, { "name": "page", "value": "", "type": "query", "description": "page number" }, { "name": "sort_by", "value": "", "type": "query", "description": "sort by" }, { "name": "sort_direction", "value": "desc", "type": "query", "description": "sort direction" } ] }, "docs": "List Filter" }, { "info": { "name": "Create Filter", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/equipment/filters", "body": { "type": "json", "data": "{}" } }, "docs": "Create Filter" }, { "info": { "name": "Update Filter", "type": "http" }, "http": { "method": "PUT", "url": "https://api.validere.io/app/v1/equipment/filters/:filter_id", "params": [ { "name": "filter_id", "value": "748970de-fd1f-4494-ae3f-47cc21ff205f", "type": "path", "description": "Filter ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Filter" }, { "info": { "name": "Delete Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.validere.io/app/v1/equipment/filters/:filter_id", "params": [ { "name": "filter_id", "value": "748970de-fd1f-4494-ae3f-47cc21ff205f", "type": "path", "description": "Filter ID" } ] }, "docs": "Delete Filter" }, { "info": { "name": "Search and list equipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/equipment/search", "params": [ { "name": "period", "value": "", "type": "query", "description": "year month (YYYYMM), defaulting to the current time, indicates which time period to return the attributes and custom attributes from" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search and list equipment" }, { "info": { "name": "Export equipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/equipment/export", "params": [ { "name": "period", "value": "", "type": "query", "description": "year month (YYYYMM), defaulting to the current time, indicates which time period to return the attributes and custom attributes from" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Export equipment" }, { "info": { "name": "Get an Equipment by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.validere.io/app/v1/equipment/:equipment_id", "params": [ { "name": "period", "value": "", "type": "query", "description": "year month (YYYYMM), defaulting to the current time, indicates which time period to return the attributes and custom attributes from" }, { "name": "equipment_id", "value": "748970de-fd1f-4494-ae3f-47cc21ff205f", "type": "path", "description": "Id of equipment" } ] }, "docs": "Get an Equipment by ID" }, { "info": { "name": "Update Equipment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.validere.io/app/v1/equipment/:equipment_id", "params": [ { "name": "period", "value": "", "type": "query", "description": "year month (YYYYMM), defaulting to the current time, indicates which time period to return the attributes and custom attributes from" }, { "name": "equipment_id", "value": "748970de-fd1f-4494-ae3f-47cc21ff205f", "type": "path", "description": "Id of equipment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Equipment" }, { "info": { "name": "Delete Equipment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.validere.io/app/v1/equipment/:equipment_id", "params": [ { "name": "equipment_id", "value": "748970de-fd1f-4494-ae3f-47cc21ff205f", "type": "path", "description": "Id of equipment" } ] }, "docs": "Delete Equipment" } ] } ], "bundled": true }