pub async fn get_project_versions_paginated(
configuration: &Configuration,
params: GetProjectVersionsPaginatedParams,
) -> 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.