{ "opencollection": "1.0.0", "info": { "name": "AppsMax REST Applications API", "version": "1.1.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Получить заявки", "type": "http" }, "http": { "method": "GET", "url": "https://telegram.appsmax.ru/api/v1/applications", "params": [ { "name": "bot_id", "value": "", "type": "query" }, { "name": "status[]", "value": "", "type": "query" }, { "name": "source[]", "value": "", "type": "query" }, { "name": "created_from", "value": "", "type": "query" }, { "name": "created_to", "value": "", "type": "query" }, { "name": "tag", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Получить заявки" }, { "info": { "name": "Создать заявку", "type": "http" }, "http": { "method": "POST", "url": "https://telegram.appsmax.ru/api/v1/applications", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "bot_id обязателен. Верхнеуровневое поле status не поддерживается; AppsMax назначает новой заявке начальный статус." }, { "info": { "name": "Получить заявку", "type": "http" }, "http": { "method": "GET", "url": "https://telegram.appsmax.ru/api/v1/applications/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Получить заявку" }, { "info": { "name": "Синхронизировать теги заявки", "type": "http" }, "http": { "method": "POST", "url": "https://telegram.appsmax.ru/api/v1/applications/:application/tags", "params": [ { "name": "application", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Синхронизировать теги заявки" } ] } ], "bundled": true }