-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlisting_images_of_an_album.json
52 lines (50 loc) · 1.97 KB
/
listing_images_of_an_album.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"resource": "Image API",
"resource_explanation": null,
"http_method": "GET",
"route": "/api/v1/albums/:album_id/images",
"description": "Listing images of an album",
"explanation": null,
"parameters": [
],
"response_fields": [
],
"requests": [
{
"request_method": "GET",
"request_path": "/api/v1/albums/00100000123BB150/images",
"request_body": null,
"request_headers": {
"Authorization": "Token token=\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NTQ3NTk1MzQsImlhdCI6MTU1NDc0NTEzNCwidXNlcl9pZCI6IjZjMWI0ZDFiLWZkYzEtNGNkZi1hZDg0LWNmMGUyNmIxZjA5MiIsImFiaWxpdGllcyI6e319.yCgYkneJPNZI98CYPreFn4ktzLU9FFLO9FCdh41xwEo\"",
"Host": "example.org",
"Cookie": ""
},
"request_query_parameters": {
},
"request_content_type": null,
"response_status": 200,
"response_status_text": "OK",
"response_body": "[\n\n]",
"response_headers": {
"Cache-Control": "no-cache, no-store",
"Pragma": "no-cache",
"Expires": "Fri, 01 Jan 1990 00:00:00 GMT",
"Content-Type": "application/json; charset=utf-8",
"X-token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NTQ3NTk1MzQsImlhdCI6MTU1NDc0NTEzNCwidXNlcl9pZCI6IjZjMWI0ZDFiLWZkYzEtNGNkZi1hZDg0LWNmMGUyNmIxZjA5MiIsImFiaWxpdGllcyI6e319.yCgYkneJPNZI98CYPreFn4ktzLU9FFLO9FCdh41xwEo",
"Vary": "Accept-Encoding",
"P3P": "CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"",
"X-Request-Id": "6aca38e5-03d0-4171-b564-a9e08a6bd9c9",
"X-Runtime": "0.009016",
"X-Frame-Options": "DENY",
"X-Content-Type-Options": "nosniff",
"X-XSS-Protection": "1; mode=block",
"X-Download-Options": "noopen",
"X-Permitted-Cross-Domain-Policies": "none",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Content-Length": "2"
},
"response_content_type": "application/json; charset=utf-8",
"curl": null
}
]
}