pub async fn get_project_versions_paginated(
configuration: &Configuration,
project_id_or_key: &str,
start_at: Option<i64>,
max_results: Option<i32>,
order_by: Option<&str>,
query: Option<&str>,
status: Option<&str>,
expand: Option<&str>,
) -> Result<PageBeanVersion, Error<GetProjectVersionsPaginatedError>>
Expand description
Returns a paginated list of all versions in a project. See the Get project versions resource if you want to get a full list of versions without pagination. This operation can be accessed anonymously. Permissions required: Browse Projects project permission for the project.