Link Search Menu Expand Document

2. Get Thumbnails

Op name:

scgrids.getThumbnails

This gets the given thumbnail

Endpoint:

Method: POST
Type: application/json
URL: /v1/actions

Headers:

Key Value Description
Authorization   (Required) The Acccess Token or HMAC Signature
x-sc-identity external (Required)

Query params:

Key Value Description
op scgrids.getThumbnails (Required) Operation Name
org scnoop (Required) Organisation Name
pid scnoop (Required) Project ID

Body:

{
    "URIs": [
        "",
         ""
    ]
}

Error codes:

400
Possible reasons:
1. Missing op/org/pid/propid
2. Missing URIs in the body
3. If the thumbnails read request reached more than 5

Table of contents