{ "opencollection": "1.0.0", "info": { "name": "TagoIO Access Management Entity API", "version": "1.0.0" }, "items": [ { "info": { "name": "Entity", "type": "folder" }, "items": [ { "info": { "name": "List Entities", "type": "http" }, "http": { "method": "GET", "url": "https://api.us-e1.tago.io/entity", "params": [ { "name": "page", "value": "", "type": "query", "description": "(default 1)" }, { "name": "amount", "value": "", "type": "query", "description": "(default: 20, max: 100)" }, { "name": "filter", "value": "", "type": "query", "description": "string" }, { "name": "orderBy", "value": "", "type": "query" }, { "name": "fields", "value": "", "type": "query", "description": "comma-separated list of fields to return" } ] }, "docs": "List Entities" }, { "info": { "name": "Create Entity", "type": "http" }, "http": { "method": "POST", "url": "https://api.us-e1.tago.io/entity", "body": { "type": "json", "data": "{}" } }, "docs": "Create Entity" }, { "info": { "name": "Entity Information", "type": "http" }, "http": { "method": "GET", "url": "https://api.us-e1.tago.io/entity/:entity_id", "params": [ { "name": "entity_id", "value": "", "type": "path" } ] }, "docs": "Get Entity Details" }, { "info": { "name": "Update Entity", "type": "http" }, "http": { "method": "PUT", "url": "https://api.us-e1.tago.io/entity/:entity_id", "params": [ { "name": "entity_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Entity" }, { "info": { "name": "Delete Entity", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.us-e1.tago.io/entity/:entity_id", "params": [ { "name": "entity_id", "value": "", "type": "path" } ] }, "docs": "Delete Entity" }, { "info": { "name": "Update Entity Schema", "type": "http" }, "http": { "method": "PUT", "url": "https://api.us-e1.tago.io/entity/:entity_id/schema", "params": [ { "name": "entity_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Entity Schema" } ] } ], "bundled": true }