3.2.5.3.1 GET
Retrieves a thumbnail of a single item. This method supports most image formats.
This operation is transported by an HTTP GET.
The operation can be invoked through the following URI:
-
https://<servername>/services/builtin/FileContentAccessService.svc/itemthumbnail?path={path}
The request message for this operation contains the following HTTP headers.
|
Request header |
Usage |
Value |
|---|---|---|
|
Canary |
Optional |
The value returned in logon Response canary header. Client MUST either pass this header to server or pass all of the following headers to the client. For more details, see section 2.2.2.5. |
|
Authorization |
Optional |
The caller's credential is encoded text that is based on user name and password. For more details, see section 2.2.2.4. |
|
AppName |
Optional |
The application name. For more details, see section 2.2.2.1. |
|
AppVersion |
Optional |
The application version. For more details, see section 2.2.2.3. |
|
AppPublisherName |
Optional |
The application publisher name. For more details, see section 2.2.2.2. |
The response message for this operation can result in the following status codes.
|
Status code |
Description |
|---|---|
|
200 |
Operation successfully completed. |
|
400 |
One or more parameters are not valid. |
|
401 |
Access to the requested resource is denied. |
|
404 |
The path does not exist. |