Retrieve paginated collection of versions matching given query optionally filtered by given project IDs.
integer
string
array<integer>
integer
Returned if the versions are successfully retrieved.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/version' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Creates a version.
JSON containing parameters to create the version with
boolean
string
string
string
string
string
boolean
string
integer
string
Returned if the version is successfully created.
1
2
3
4
5
curl --request POST \
--url 'http://{baseurl}/rest/api/2/version' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'