{ "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": { "page": "1", "sort_by": "created_at", "sort_direction": "desc" }, "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:42:13 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "33728d99-cc10-4fa9-a26a-2436772f5d8a", "X-Runtime": "0.009416", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "841" }, "request_method": "GET", "request_path": "/api/admin/shipping_services?page=1&sort_by=created_at&sort_direction=desc", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"shipping_services\": [\n {\n \"_id\": \"5dddc6651241594254075fa1\",\n \"carrier\": null,\n \"country\": null,\n \"created_at\": \"2019-11-27T00:42:13.165Z\",\n \"name\": \"Test 38\",\n \"rates\": [\n {\n \"_id\": \"5dddc6651241594254075fa2\",\n \"created_at\": null,\n \"price\": {\n \"cents\": 100.0,\n \"currency_iso\": \"USD\"\n },\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": null\n }\n ],\n \"regions\": [\n\n ],\n \"service_code\": null,\n \"subtotal_max\": null,\n \"subtotal_min\": null,\n \"tax_code\": null,\n \"updated_at\": \"2019-11-27T00:42:13.165Z\"\n },\n {\n \"_id\": \"5dddc6651241594254075f9f\",\n \"carrier\": null,\n \"country\": null,\n \"created_at\": \"2019-11-27T00:42:13.160Z\",\n \"name\": \"Test 37\",\n \"rates\": [\n {\n \"_id\": \"5dddc6651241594254075fa0\",\n \"created_at\": null,\n \"price\": {\n \"cents\": 100.0,\n \"currency_iso\": \"USD\"\n },\n \"tier_max\": null,\n \"tier_min\": null,\n \"updated_at\": null\n }\n ],\n \"regions\": [\n\n ],\n \"service_code\": null,\n \"subtotal_max\": null,\n \"subtotal_min\": null,\n \"tax_code\": null,\n \"updated_at\": \"2019-11-27T00:42:13.160Z\"\n }\n ]\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/shipping_services?page=1&sort_by=created_at&sort_direction=desc\" -X GET " } ], "resource": "Shipping Services", "description": "Listing shipping_services", "route": "/api/admin/shipping_services", "http_method": "GET" }