[]
        
(Showing Draft Content)

Documents

Documents

[GET] /api/Documents/{id}

Get information for the specified document.

Parameters

Name Type Located In Description
idRequired string path The document id.
rev int32 query The document revision number.

Response

Status Code: 200

Success

binary

[PUT] /api/Documents/thumbnail/upload/{id}

Upload the thumbnail for the specified document id.

Parameters

Name Type Located In Description
idRequired string path The document id.

Response

Status Code: 200

Success

[DELETE] /api/Documents/thumbnail/remove/{id}

Delete the thumbnail for the specified document id.

Parameters

Name Type Located In Description
idRequired string path The document id.

Response

Status Code: 200

Success

[POST] /api/Documents/updated/{documentId}

Update the specified document.

Parameters

Name Type Located In Description
documentIdRequired string path The document id.

Response

Status Code: 200

Success