{ "opencollection": "1.0.0", "info": { "name": "Arcadia API Reference Auth Utility Meters (Beta) API", "version": "0.3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Utility Meters (Beta)", "type": "folder" }, "items": [ { "info": { "name": "List Utility Meters", "type": "http" }, "http": { "method": "GET", "url": "https://api.arcadia.com/utility_meters", "headers": [ { "name": "Arcadia-Version", "value": "2022-10-13" } ], "params": [ { "name": "client_user_id", "value": "", "type": "query", "description": "A client_user_id to filter the list of returned items by." }, { "name": "utility_account_id", "value": "", "type": "query", "description": "A utility account id to filter the list of returned items by." }, { "name": "service_types", "value": "", "type": "query", "description": "A list of service types to filter the list of returns items by." }, { "name": "limit", "value": "", "type": "query" }, { "name": "updated_after", "value": "", "type": "query", "description": "ISO8601 datetime, used to traverse paginated responses. Use of this parameter is mutually exclusive with `updated_before`." }, { "name": "updated_before", "value": "", "type": "query", "description": "ISO8601 datetime, used to traverse paginated responses. Use of this parameter is mutually exclusive with `updated_after`." }, { "name": "order", "value": "", "type": "query", "description": "Used to specify the order in which records should be returned. Currently ordered by `updated_at` timestamp." } ] }, "docs": "Returns a paginated list of utility meters for all users, utility accounts, and service types. May be filtered by `client_user_id`, `utility_account_id`, and/or `service_types` to further refine results. Default ordered by descending `updated_at`." }, { "info": { "name": "Get Utility Meter", "type": "http" }, "http": { "method": "GET", "url": "https://api.arcadia.com/utility_meters/:utility_meter_id", "headers": [ { "name": "Arcadia-Version", "value": "2022-10-13" } ], "params": [ { "name": "utility_meter_id", "value": "", "type": "path" } ] }, "docs": "Returns a single utility meter specified by ID.\n" } ] } ], "bundled": true }