pub async fn get_project_components_paginated(
configuration: &Configuration,
project_id_or_key: &str,
start_at: Option<i64>,
max_results: Option<i32>,
order_by: Option<&str>,
query: Option<&str>,
) -> Result<PageBeanComponentWithIssueCount, Error<GetProjectComponentsPaginatedError>>
Expand description
Returns a paginated list of all components in a project. See the Get project components 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.