Get an attachment thumbnail URL
GET/attachments/:id/thumbnail
Get an attachment thumbnail URL. URL returned via a 301 redirect.
Request
Responses
- 200
- default
OK
Response Headers
XF-Latest-Api-Version
The latest API version available.
XF-Used-Api-Version
The API version used to render the response.
XF-Request-User
The user ID of the request user.
XF-Request-User-Extras
Additional information about the request user in JSON encoding. Requires XF-Request-User header to be non-zero.
Not found if the attachment does not have a thumbnail
Possible errors
not_found: Not found if the attachment does not have a thumbnail
Response Headers
XF-Latest-Api-Version
The latest API version available.
XF-Used-Api-Version
The API version used to render the response.
XF-Request-User
The user ID of the request user.
XF-Request-User-Extras
Additional information about the request user in JSON encoding. Requires XF-Request-User header to be non-zero.