{ "parameters": [ { "name": "page", "description": "Current page" }, { "name": "sort_by", "description": "Field on which to sort (see responses for possible values)" }, { "name": "sort_direction", "description": "Direction to sort (asc or desc)" } ], "response_fields": [ ], "requests": [ { "request_headers": { }, "request_query_parameters": { }, "response_headers": { "X-Frame-Options": "SAMEORIGIN", "X-XSS-Protection": "1; mode=block", "X-Content-Type-Options": "nosniff", "X-Download-Options": "noopen", "X-Permitted-Cross-Domain-Policies": "none", "Referrer-Policy": "strict-origin-when-cross-origin", "Content-Type": "application/json; charset=utf-8", "X-Requested-With": "", "Vary": "X-Requested-With, X-Workarea-Segments", "Last-Modified": "Wed, 27 Nov 2019 00:43:39 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "4d214ac9-90f6-4362-bea4-8ce3339f249c", "X-Runtime": "0.004778", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "310" }, "request_method": "GET", "request_path": "/api/admin/tax_categories", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"tax_categories\": [\n {\n \"_id\": \"5dddc6bb12415942540761b1\",\n \"code\": \"31\",\n \"created_at\": \"2019-11-27T00:43:39.414Z\",\n \"name\": \"Clothing\",\n \"updated_at\": \"2019-11-27T00:43:39.414Z\"\n },\n {\n \"_id\": \"5dddc6bb12415942540761af\",\n \"code\": \"30\",\n \"created_at\": \"2019-11-27T00:43:39.406Z\",\n \"name\": \"Clothing\",\n \"updated_at\": \"2019-11-27T00:43:39.406Z\"\n }\n ]\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/tax_categories\" -X GET " } ], "resource": "Tax Categories", "description": "Listing tax categories", "route": "/api/admin/tax_categories", "http_method": "GET" }