To list or find revision sets of a Codyt project. A revision set represents a specific version of a source document.
URL
(GET) projects/{projectid}/revsets/{history=current}
PARAMETERS
Use the "filter" parameter to fetch documents in a specific language only.
|
Token |
The token obtained on connection |
Required |
|
projectid |
The project. |
Required |
|
History |
Optional parameter. May be set to "current" or "history". If not set the method assumes "current" as default. To show only the current data or historical data. |
Optional |
|
From |
The first record to show starting with index 0. Default is 0 |
Optional |
|
Count |
The number of records to show, up to 100 at a time. Default is 100. |
Optional |
|
revisionsetid |
Optional parameter. If set then a specific revision set is returned. |
Optional |
|
Name |
Optional parameter. Only show revision sets with this project wide unique path/name of the original document. |
Optional |
|
Filter |
Free filter on any project property. Please see Filtering results for details. |
Optional |
RESULTS
Returns a list of ApiCodytRevisionSet items.
Use the following method to directly fetch a specific revision set by id:
URL
(GET) revsets/{revsetId}
PARAMETERS
|
token |
The token obtained on connection |
Required |
|
revsetid |
The revision set. |
Required |
RESULTS
Returns a single ApiCodytRevisionSet item.