{ "opencollection": "1.0.0", "info": { "name": "Soracom and Query Analysis DeviceObjectModel API", "version": "20250903-043502" }, "items": [ { "info": { "name": "DeviceObjectModel", "type": "folder" }, "items": [ { "info": { "name": "Returns a list of device object models", "type": "http" }, "http": { "method": "GET", "url": "https://api.soracom.io/v1/device_object_models", "params": [ { "name": "last_evaluated_key", "value": "", "type": "query", "description": "ID of the last device object model in the previous page. By specifying this parameter, you can continue to retrieve the list from the next device object models onward." }, { "name": "limit", "value": "", "type": "query", "description": "Max number of device object models in a response" } ], "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Returns a list of device object models" }, { "info": { "name": "Creates a new device object model", "type": "http" }, "http": { "method": "POST", "url": "https://api.soracom.io/v1/device_object_models", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Creates a new device object model" }, { "info": { "name": "Gets a device object model", "type": "http" }, "http": { "method": "GET", "url": "https://api.soracom.io/v1/device_object_models/:model_id", "params": [ { "name": "model_id", "value": "", "type": "path", "description": "Target device object model ID" } ], "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Gets a device object model" }, { "info": { "name": "Updates a device object model", "type": "http" }, "http": { "method": "POST", "url": "https://api.soracom.io/v1/device_object_models/:model_id", "params": [ { "name": "model_id", "value": "", "type": "path", "description": "Target device object model ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Updates a device object model" }, { "info": { "name": "Deletes a device object model", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.soracom.io/v1/device_object_models/:model_id", "params": [ { "name": "model_id", "value": "", "type": "path", "description": "Target device object model ID" } ], "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Deletes a device object model" }, { "info": { "name": "Sets scope for a device object model", "type": "http" }, "http": { "method": "POST", "url": "https://api.soracom.io/v1/device_object_models/:model_id/set_scope", "params": [ { "name": "model_id", "value": "", "type": "path", "description": "Target device object model ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Sets scope for a device object model" } ] } ], "bundled": true }