Optionalparameters: {OptionalmaxResults?: numberThe maximum number of boards to return per page. Default: 50.
Optionalname?: stringFilters results to boards that match or partially match the specified name.
OptionalprojectKeyOrId?: stringFilters results to boards that are relevant to a project.
OptionalstartAt?: numberThe starting index of the returned boards. Base index: 0.
Optionaltype?: string | string[]Filters results to boards of the specified type. Valid values: scrum, kanban.
Optionaloptions: RequestOptions
Returns all boards. This only includes boards that the user has permission to view.