getWebsites

suspend fun getWebsites(teamId: String, search: String? = null, page: Int? = null, pageSize: Int? = null): SearchResponse<Website>

Retrieves the websites of a team.

Return

A list of Website objects.

Parameters

teamId

The ID of the team.

search

An optional search string to filter websites by.

page

An optional page number for pagination.

pageSize

An optional number of results per page.