cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/releases/{release_id}/versions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "path": "<string>", "type": "<string>", "date": "<string>", "data": "<string>", "entity": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ], "page_info": { "self": "<string>", "first": null, "next": "<string>", "prev": "<string>" } }
Returns paginated version data associated with a release.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Cursor for pagination (version ID)
1 <= x <= 100
Paginated list of versions for the release
Show child attributes