{ "opencollection": "1.0.0", "info": { "name": "Spotio 2.0 Layouts API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Layouts", "type": "folder" }, "items": [ { "info": { "name": "GET /api/layouts/all", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/layouts/all", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GET /api/layouts/dataObject/{typeId}", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/layouts/dataObject/:typeId", "params": [ { "name": "typeId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "PATCH /api/layouts/{id}/properties", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.spotio2.com/api/layouts/:id/properties", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "POST /api/layouts/{id}/section", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/layouts/:id/section", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "PATCH /api/layouts/{id}/section/{sectionId}", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.spotio2.com/api/layouts/:id/section/:sectionId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "sectionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "DELETE /api/layouts/{id}/section/{sectionId}", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.spotio2.com/api/layouts/:id/section/:sectionId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "sectionId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "POST /api/layouts/{id}/section/{sectionId}/move", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/layouts/:id/section/:sectionId/move", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "sectionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "POST /api/layouts/{id}/field/{fieldId}/move", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/layouts/:id/field/:fieldId/move", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "fieldId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "DELETE /api/layouts/{id}/field/{fieldId}", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.spotio2.com/api/layouts/:id/field/:fieldId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "fieldId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }