{ "opencollection": "1.0.0", "info": { "name": "Fyle Platform Advances Projects API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects (admin)", "type": "http" }, "http": { "method": "GET", "url": "https://api.fylehq.com/platform/v1/admin/projects", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip for pagination (mandatory)." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return per page (mandatory)." }, { "name": "order", "value": "", "type": "query", "description": "Sort order, e.g. `created_at.desc` or `updated_at.asc` (mandatory)." } ] }, "docs": "Lists projects with filtering and pagination." }, { "info": { "name": "Create or update a project (admin)", "type": "http" }, "http": { "method": "POST", "url": "https://api.fylehq.com/platform/v1/admin/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a single project." }, { "info": { "name": "Bulk create or update projects (admin)", "type": "http" }, "http": { "method": "POST", "url": "https://api.fylehq.com/platform/v1/admin/projects/bulk", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates many projects in one request." } ] } ], "bundled": true }