{ "opencollection": "1.0.0", "info": { "name": "CarbonHub activities facilities API", "version": "1.0.0" }, "items": [ { "info": { "name": "facilities", "type": "folder" }, "items": [ { "info": { "name": "Create a Facility", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/facilities", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Facility" }, { "info": { "name": "List Filter", "type": "http" }, "http": { "method": "GET", "url": "https://api.validere.io/app/v1/facilities/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/facilities/filters", "body": { "type": "json", "data": "{}" } }, "docs": "Create Filter" }, { "info": { "name": "Update Filter", "type": "http" }, "http": { "method": "PUT", "url": "https://api.validere.io/app/v1/facilities/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/facilities/filters/:filter_id", "params": [ { "name": "filter_id", "value": "748970de-fd1f-4494-ae3f-47cc21ff205f", "type": "path", "description": "Filter ID" } ] }, "docs": "Delete Filter" }, { "info": { "name": "Search Facilities", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/facilities/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 Facilities" }, { "info": { "name": "Export facilities", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/facilities/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 facilities" }, { "info": { "name": "Get Facility by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.validere.io/app/v1/facilities/:facility_id", "params": [ { "name": "facility_id", "value": "748970de-fd1f-4494-ae3f-47cc21ff205f", "type": "path", "description": "Id of facility" }, { "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" } ] }, "docs": "Get Facility by Id" }, { "info": { "name": "Update a Facility", "type": "http" }, "http": { "method": "PUT", "url": "https://api.validere.io/app/v1/facilities/:facility_id", "params": [ { "name": "facility_id", "value": "748970de-fd1f-4494-ae3f-47cc21ff205f", "type": "path", "description": "Id of facility" }, { "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": "Update a Facility" }, { "info": { "name": "Delete a Facility and its Equipment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.validere.io/app/v1/facilities/:facility_id", "params": [ { "name": "facility_id", "value": "748970de-fd1f-4494-ae3f-47cc21ff205f", "type": "path", "description": "Id of facility" } ] }, "docs": "Delete a Facility and its Equipment" } ] } ], "bundled": true }