{ "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", "ETag": "W/\"27f7d7429d38545939d95f4acb7b6663\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "05edecad-90fa-406b-8f9c-4a5ca136e0c2", "X-Runtime": "0.022600", "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\": \"5d5eca5cd4322a04dfbf6c7f\",\n \"carrier\": null,\n \"country\": null,\n \"created_at\": \"2019-08-22T17:01:16.777Z\",\n \"name\": \"Test 41\",\n \"rates\": [\n {\n \"_id\": \"5d5eca5cd4322a04dfbf6c80\",\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-08-22T17:01:16.777Z\"\n },\n {\n \"_id\": \"5d5eca5cd4322a04dfbf6c7d\",\n \"carrier\": null,\n \"country\": null,\n \"created_at\": \"2019-08-22T17:01:16.773Z\",\n \"name\": \"Test 40\",\n \"rates\": [\n {\n \"_id\": \"5d5eca5cd4322a04dfbf6c7e\",\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-08-22T17:01:16.773Z\"\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" }