...
Attributes | Values |
---|---|
HTTP Method | GET |
Request URI | /versionsrevisions?path={path of the resource}&start={ start page }&size={ number of records } |
HTTP Request Header | Authorization: Bearer { OAuth access token } |
Description | Get revision paths of the resource |
Response Type | application/json |
Response | HTTP 200 OK |
...
Attributes | Values |
---|---|
HTTP Method | GET |
Request URI | /versionrevision?path={path of the resource}&id={revision number} |
HTTP Request Header | Authorization: Bearer { OAuth access token } |
id | Revision id of the resource |
Description | Get the resouece resource for a given revision |
Response Type | application/octet-stream |
Response | HTTP 200 OK |
Create Revision of a Resource.
Attributes | Values |
---|---|
HTTP Method | POST |
Request URI | /revision?path={path of the resource} |
HTTP Request Header | Authorization: Bearer { OAuth access token } |
Response Type | application/octet-stream |
Response | HTTP 204 No Content. |
Delete Revision of a Resource.
Attributes | Values |
---|---|
HTTP method | DELETE |
Request URI | /versionrevision?path={path of the resource}&id={revision number} |
id | Revision id of the resource |
Description | Delete the given revision of the resource |
Response Type | application/json |
Response | HTTP 204 No Content. |
...