Get All Item Versions
GET {{protocol}}://{{instance_zuid}}.{{instances_api_url}}/{{instances_api_version}}/content/models/{{content_model_zuid}}/items/{{item_zuid}}/versions
Get all versions on an item
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
search | string | (optional) [string] Broad search that searches across the file name, meta, and body content. | |
sort | string | (optional) [string] A filter option that takes in the reference name of any field on the custom model | |
sortOrder | string | (optional) [string] ACS or DESC, changes the return of data order | |
page | number | (optional) [int] The value on which to start | |
limit | number | (optional) [int] The number of rows returned | |
published | boolean | (optional) [boolean] Shows articles that have been or have not been published (true = published) optional |