{ "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:35:05 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "a7776e82-a3ba-4884-9da1-c11231f40c72", "X-Runtime": "0.008018", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "908" }, "request_method": "GET", "request_path": "/api/admin/content_assets?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 \"assets\": [\n {\n \"_id\": \"5dddc4b912415942540751a4\",\n \"alt_text\": null,\n \"created_at\": \"2019-11-27T00:35:05.350Z\",\n \"file_aspect_ratio\": 1.0,\n \"file_format\": \"jpeg\",\n \"file_height\": 780,\n \"file_image\": true,\n \"file_inverse_aspect_ratio\": 1.0,\n \"file_landscape\": false,\n \"file_name\": \"file.jpg\",\n \"file_portrait\": true,\n \"file_uid\": \"2019/11/26/3ngdckj5nt_file.jpg\",\n \"file_width\": 780,\n \"name\": \"Test Asset\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n \"test\"\n ],\n \"type\": \"image\",\n \"updated_at\": \"2019-11-27T00:35:05.350Z\"\n },\n {\n \"_id\": \"5dddc4b912415942540751a3\",\n \"alt_text\": null,\n \"created_at\": \"2019-11-27T00:35:05.259Z\",\n \"file_aspect_ratio\": 1.0,\n \"file_format\": \"jpeg\",\n \"file_height\": 780,\n \"file_image\": true,\n \"file_inverse_aspect_ratio\": 1.0,\n \"file_landscape\": false,\n \"file_name\": \"file.jpg\",\n \"file_portrait\": true,\n \"file_uid\": \"2019/11/26/795dg53cd2_file.jpg\",\n \"file_width\": 780,\n \"name\": \"Test Asset\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n \"test\"\n ],\n \"type\": \"image\",\n \"updated_at\": \"2019-11-27T00:35:05.259Z\"\n }\n ]\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/content_assets?page=1&sort_by=created_at&sort_direction=desc\" -X GET " } ], "resource": "Content Assets", "description": "Listing content assets", "route": "/api/admin/content_assets", "http_method": "GET" }