{ "opencollection": "1.0.0", "info": { "name": "farmOS JSON: Assets Taxonomy API", "version": "2.x" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/oauth/authorize", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Taxonomy", "type": "folder" }, "items": [ { "info": { "name": "List plant type taxonomy terms", "type": "http" }, "http": { "method": "GET", "url": "https://{farmOS-host}/api/taxonomy_term/plant_type", "params": [ { "name": "page[limit]", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "page[offset]", "value": "", "type": "query", "description": "Offset for pagination" } ] }, "docs": "List plant type taxonomy terms" }, { "info": { "name": "List animal type taxonomy terms", "type": "http" }, "http": { "method": "GET", "url": "https://{farmOS-host}/api/taxonomy_term/animal_type", "params": [ { "name": "page[limit]", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "page[offset]", "value": "", "type": "query", "description": "Offset for pagination" } ] }, "docs": "List animal type taxonomy terms" }, { "info": { "name": "List log category taxonomy terms", "type": "http" }, "http": { "method": "GET", "url": "https://{farmOS-host}/api/taxonomy_term/log_category", "params": [ { "name": "page[limit]", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "page[offset]", "value": "", "type": "query", "description": "Offset for pagination" } ] }, "docs": "List log category taxonomy terms" }, { "info": { "name": "List unit taxonomy terms", "type": "http" }, "http": { "method": "GET", "url": "https://{farmOS-host}/api/taxonomy_term/unit", "params": [ { "name": "page[limit]", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "page[offset]", "value": "", "type": "query", "description": "Offset for pagination" } ] }, "docs": "List unit taxonomy terms" } ] } ], "bundled": true }