{ "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/\"df2d19ff9eb967d1874a383000b180ac\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "2dad3780-b72e-4b5c-9cf5-7a7d649a2f19", "X-Runtime": "0.006610", "Expires": "0", "Content-Length": "299" }, "request_method": "GET", "request_path": "/api/admin/email_signups?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 \"email_signups\": [\n {\n \"_id\": \"5d5eca11d4322a04dfbf689a\",\n \"created_at\": \"2019-08-22T17:00:01.788Z\",\n \"email\": \"1@workarea.com\",\n \"updated_at\": \"2019-08-22T17:00:01.788Z\"\n },\n {\n \"_id\": \"5d5eca11d4322a04dfbf6899\",\n \"created_at\": \"2019-08-22T17:00:01.784Z\",\n \"email\": \"0@workarea.com\",\n \"updated_at\": \"2019-08-22T17:00:01.784Z\"\n }\n ]\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/email_signups?page=1&sort_by=created_at&sort_direction=desc\" -X GET " } ], "resource": "Email Signups", "description": "Listing email signups", "route": "/api/admin/email_signups", "http_method": "GET" }