Returns a responding data as a thumbnail image. {repoName}: The name of repository. {workspaceName}: The name of workspace. {nodePath}: The node path. {portalname}: The name of the portal. {restcontextname}: The context name of REST web application which is deployed to the "{portalname}" portal.
| Resource | Description | 
|---|---|
| GET /thumbnailImage/medium/{repoName}/{workspaceName}/{nodePath:.*}/ | Returns an image with a medium size (64x64). For example: /portal/rest/thumbnailImage/medium/repository/collaboration/test.gif/ | 
| GET /thumbnailImage/big/{repoName}/{workspaceName}/{nodePath:.*}/ | Returns an image with a big size. | 
| GET /thumbnailImage/large/{repoName}/{workspaceName}/{nodePath:.*}/ | Returns an image with a large size (300x300). | 
| GET /thumbnailImage/small/{repoName}/{workspaceName}/{nodePath:.*}/ | Returns an image with a small size (32x32). | 
| GET /thumbnailImage/custom/{size}/{repoName}/{workspaceName}/{nodePath:.*}/ | Returns an image with a custom size. | 
| GET /thumbnailImage/origin/{repoName}/{workspaceName}/{nodePath:.*}/ | Returns an image with an original size. | 
| GET /thumbnailImage/originImage/{nodePath:.*}/ | Return an image at an original size from local machine. |