Response [200 Ok]
| Uri | /api/v2/template/17 |
|---|---|
| UriDescription | Template by ID |
| EndpointType | Template |
| Locator | Template |
| LocatorType | Object |
Template [1 of 1]
- Thumbnails
/api/v2/template/17
| Uri | /api/v2/template/17 |
|---|---|
| UriDescription | Template by ID |
| CSSVer | true |
| Dark | false |
| Filename | thumbnails |
| Name | Thumbnails |
| Thumbs | 0 |
Request
| Uri | /api/v2/template/17?_accept=text%2Fhtml |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
Output Fields
| CSSVer | Deprecated as of 2020-01-10 | |
|---|---|---|
| Dark | Deprecated as of 2020-01-10 | |
| Filename | Deprecated as of 2020-01-10 | |
| Name | text | |
| Thumbs | Deprecated as of 2020-01-10 |
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/template/17?_accept=text%2Fhtml"
},
"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": "CSSVer",
"Type": "Boolean",
"Deprecated": "2020-01-10"
},
{
"Name": "Dark",
"Type": "Boolean",
"Deprecated": "2020-01-10"
},
{
"Name": "Filename",
"Type": "Varchar",
"MIN_CHARS": 0,
"MAX_CHARS": 60,
"Deprecated": "2020-01-10"
},
{
"Name": "Name",
"Type": "Varchar",
"MIN_CHARS": 0,
"MAX_CHARS": 60
},
{
"Name": "Thumbs",
"Type": "Integer",
"MIN_VALUE": 0,
"MAX_VALUE": 255,
"Deprecated": "2020-01-10"
}
],
"Path": [
{
"type": "path",
"text": "api"
},
{
"type": "path",
"text": "v2"
},
{
"type": "path",
"text": "template"
},
{
"type": "singleparam",
"param_name": "templateid",
"param_value": "17",
"param_validator": {}
}
]
},
"Response": {
"Uri": "/api/v2/template/17",
"Locator": "Template",
"LocatorType": "Object",
"Template": {
"CSSVer": true,
"Dark": false,
"Filename": "thumbnails",
"Name": "Thumbnails",
"Thumbs": 0,
"Uri": "/api/v2/template/17",
"UriDescription": "Template by ID"
},
"UriDescription": "Template by ID",
"EndpointType": "Template",
"Timing": {
"Total": {
"time": 0.02231,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}