{ "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:44:24 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "9c761c3f-1fa8-4c59-a9c9-9ec7f6a44ee9", "X-Runtime": "0.007358", "X-Workarea-Segments": "", "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-11-27T00:44:21.538Z\",\n \"items\": [\n {\n \"_id\": \"5dddc6e51241594254076336\",\n \"created_at\": null,\n \"order_item_id\": \"5dddc6dd12415942540762ef\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-11-27T00:44:21.538Z\"\n },\n {\n \"_id\": \"1\",\n \"created_at\": \"2019-11-27T00:44:12.156Z\",\n \"items\": [\n {\n \"_id\": \"5dddc6dc12415942540762e3\",\n \"created_at\": null,\n \"order_item_id\": \"5dddc6d912415942540762b4\",\n \"quantity\": 2,\n \"updated_at\": null\n }\n ],\n \"updated_at\": \"2019-11-27T00:44:12.156Z\"\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" }