Get all versions
Returns all versions from a board, for a given board ID. This only includes versions that the user has permission to view. Note, if the user does not have permission to view the board, no versions will be returned at all. Returned versions are ordered by the name of the project from which they belong and then by sequence defined by user.
Path parameters
The ID of the board that contains the requested versions.
Query parameters
The starting index of the returned versions. Base index: 0. See the 'Pagination' section at the top of this page for more details.
The maximum number of versions to return per page. See the 'Pagination' section at the top of this page for more details.
Filters results to versions that are either released or unreleased. Valid values: true, false.
Response
Returns the requested versions, at the specified page of the results.