Response [200 Ok]
| Uri | /api/v2/user/US-ASEAN!albums?start=-49&count=50 |
|---|---|
| UriDescription | All of user's albums |
| EndpointType | UserAlbums |
| Locator | Album |
| LocatorType | Objects |
Pages
| Count | 0 |
|---|---|
| FirstPage | /api/v2/user/US-ASEAN!albums?start=1&count=50 |
| LastPage | /api/v2/user/US-ASEAN!albums?start=-49&count=50 |
| RequestedCount | 50 |
| Start | 1 |
| Total | 0 |
Request
| Uri | /api/v2/user/US-ASEAN!albums?start=-49&count=50&_accept=text%2Fhtml |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Notes
- _multiargs does not work at this endpoint
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/user/US-ASEAN!albums?start=-49&count=50&_accept=text%2Fhtml"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"ParameterDescription": {
"Select": "Select one option. Options should pass only the \"Value\"."
},
"Parameters": {
"GET": [
{
"Name": "Order",
"Required": false,
"ReadOnly": false,
"Default": "",
"Description": "Order Albums By",
"Type": "Select",
"OPTIONS": [
"Last Updated (Descending)",
"Last Updated (Ascending)",
"Date Added (Descending)",
"Date Added (Ascending)"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1
}
]
},
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
],
"Notes": [
"_multiargs does not work at this endpoint"
],
"Path": [
{
"type": "path",
"text": "api"
},
{
"type": "path",
"text": "v2"
},
{
"type": "path",
"text": "user"
},
{
"type": "singleparam",
"param_name": "nickname",
"param_value": "US-ASEAN",
"param_validator": {}
},
{
"type": "action",
"text": "albums"
}
]
},
"Response": {
"Uri": "/api/v2/user/US-ASEAN!albums?start=-49&count=50",
"Locator": "Album",
"LocatorType": "Objects",
"UriDescription": "All of user's albums",
"EndpointType": "UserAlbums",
"Pages": {
"Total": 0,
"Start": 1,
"Count": 0,
"RequestedCount": 50,
"FirstPage": "/api/v2/user/US-ASEAN!albums?start=1&count=50",
"LastPage": "/api/v2/user/US-ASEAN!albums?start=-49&count=50"
},
"Timing": {
"Total": {
"time": 0.12143,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}