Response [200 Ok]
| Uri | /api/v2/user/assets!features |
|---|---|
| UriDescription | User's account features information |
| EndpointType | Features |
| Locator | Features |
| LocatorType | Object |
Features [1 of 1]
/api/v2/user/assets!features
| Uri | /api/v2/user/assets!features |
|---|---|
| UriDescription | User's account features information |
| Albums | true |
| Backprinting | true |
| BasicCustomization | true |
| CSS | true |
| CameraConnections | true |
| ClientDownloads | true |
| Coupon | true |
| CustomPackaging | true |
| Directory | true |
| Events | true |
| GalleryStats | true |
| GrantAccess | true |
| LegacyVault | false |
| MultiplePricelists | true |
| Packages | true |
| PremiumStorage | false |
| Pricing | true |
| Printmarks | true |
| QRCodes | true |
| RightClickProtection | true |
| Sales | true |
| Sharpening | true |
| SiteCustomization | true |
| Themes | true |
| Upload | true |
| Video | true |
| Watermarks | true |
Request
| Uri | /api/v2/user/assets!features |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
Output Fields
| Albums | boolean | |
|---|---|---|
| Backprinting | boolean | |
| BasicCustomization | boolean | |
| CSS | boolean | |
| CameraConnections | boolean | |
| ClientDownloads | boolean | |
| Coupon | boolean | |
| CustomPackaging | boolean | |
| Directory | boolean | |
| Events | boolean | |
| GalleryStats | boolean | |
| GrantAccess | boolean | |
| LegacyVault | boolean | |
| MultiplePricelists | boolean | |
| Packages | boolean | |
| PremiumStorage | boolean | |
| Pricing | boolean | |
| Printmarks | boolean | |
| QRCodes | boolean | |
| RightClickProtection | boolean | |
| Sales | boolean | |
| Sharpening | boolean | |
| SiteCustomization | boolean | |
| Themes | boolean | |
| Upload | boolean | |
| Video | boolean | |
| Watermarks | boolean |
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/user/assets!features"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
],
"Output": [
{
"Name": "Albums",
"Type": "Boolean"
},
{
"Name": "Backprinting",
"Type": "Boolean"
},
{
"Name": "BasicCustomization",
"Type": "Boolean"
},
{
"Name": "CameraConnections",
"Type": "Boolean"
},
{
"Name": "ClientDownloads",
"Type": "Boolean"
},
{
"Name": "Coupon",
"Type": "Boolean"
},
{
"Name": "CSS",
"Type": "Boolean"
},
{
"Name": "CustomPackaging",
"Type": "Boolean"
},
{
"Name": "Directory",
"Type": "Boolean"
},
{
"Name": "Events",
"Type": "Boolean"
},
{
"Name": "GalleryStats",
"Type": "Boolean"
},
{
"Name": "GrantAccess",
"Type": "Boolean"
},
{
"Name": "LegacyVault",
"Type": "Boolean"
},
{
"Name": "MultiplePricelists",
"Type": "Boolean"
},
{
"Name": "Packages",
"Type": "Boolean"
},
{
"Name": "Pricing",
"Type": "Boolean"
},
{
"Name": "Printmarks",
"Type": "Boolean"
},
{
"Name": "PremiumStorage",
"Type": "Boolean"
},
{
"Name": "QRCodes",
"Type": "Boolean"
},
{
"Name": "RightClickProtection",
"Type": "Boolean"
},
{
"Name": "Sales",
"Type": "Boolean"
},
{
"Name": "Sharpening",
"Type": "Boolean"
},
{
"Name": "SiteCustomization",
"Type": "Boolean"
},
{
"Name": "Themes",
"Type": "Boolean"
},
{
"Name": "Upload",
"Type": "Boolean"
},
{
"Name": "Video",
"Type": "Boolean"
},
{
"Name": "Watermarks",
"Type": "Boolean"
}
],
"Path": [
{
"type": "path",
"text": "api"
},
{
"type": "path",
"text": "v2"
},
{
"type": "path",
"text": "user"
},
{
"type": "singleparam",
"param_name": "nickname",
"param_value": "assets",
"param_validator": {}
},
{
"type": "action",
"text": "features"
}
]
},
"Response": {
"Uri": "/api/v2/user/assets!features",
"Locator": "Features",
"LocatorType": "Object",
"Features": {
"Albums": true,
"Backprinting": true,
"BasicCustomization": true,
"CameraConnections": true,
"ClientDownloads": true,
"Coupon": true,
"CSS": true,
"CustomPackaging": true,
"Directory": true,
"Events": true,
"GalleryStats": true,
"GrantAccess": true,
"LegacyVault": false,
"MultiplePricelists": true,
"Packages": true,
"Pricing": true,
"Printmarks": true,
"PremiumStorage": false,
"QRCodes": true,
"RightClickProtection": true,
"Sales": true,
"Sharpening": true,
"SiteCustomization": true,
"Themes": true,
"Upload": true,
"Video": true,
"Watermarks": true,
"Uri": "/api/v2/user/assets!features",
"UriDescription": "User's account features information"
},
"UriDescription": "User's account features information",
"EndpointType": "Features",
"Timing": {
"Total": {
"time": 0.04025,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}