{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/user/scottlefler!featuredalbums"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
},
"POST": {
"Permissions": [
"Add"
]
},
"DELETE": {
"Permissions": [
"Modify"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"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": "scottlefler"
},
{
"type": "action",
"text": "featuredalbums"
}
],
"Deprecated": {
"Message": true
}
},
"Response": {
"Uri": "/api/v2/user/scottlefler!featuredalbums",
"Locator": "Album",
"LocatorType": "Objects",
"UriDescription": "User's featured albums",
"EndpointType": "UserFeaturedAlbums",
"Timing": {
"Total": {
"time": 0.01629,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}