{ "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", "ETag": "W/\"e3d1320e84d6324c4bd52a6c1fea7b26\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "afb6a256-3f1c-4a07-8d75-595f99366599", "X-Runtime": "0.008100", "Expires": "0", "Content-Length": "476" }, "request_method": "GET", "request_path": "/api/admin/fulfillments", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"fulfillments\": [\n {\n \"_id\": \"2\",\n \"created_at\": \"2019-08-21T21:49:52.374Z\",\n \"items\": [\n {\n \"_id\": \"5d5dbc80d4322a4b69d78345\",\n \"created_at\": null,\n \"order_item_id\": \"5d5dbc7dd4322a4b69d78301\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-08-21T21:49:52.374Z\"\n },\n {\n \"_id\": \"1\",\n \"created_at\": \"2019-08-21T21:49:49.369Z\",\n \"items\": [\n {\n \"_id\": \"5d5dbc7dd4322a4b69d782fc\",\n \"created_at\": null,\n \"order_item_id\": \"5d5dbc7ad4322a4b69d782cf\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-08-21T21:49:49.369Z\"\n }\n ]\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/fulfillments\" -X GET " } ], "resource": "Fulfillment", "description": "Listing fulfillments", "route": "/api/admin/fulfillments", "http_method": "GET" }