PaginatedListWithSitesRequestParameters
Parameters with site IDs to filter and paginate a list
Request parameters for getting paginated info based on a specified time range and site IDs. Does not accept filtering.
AllOf
This class requires all of the following:
JSON Example
{
"offset": 0,
"page_size": 0,
"site_ids": [
"string"
]
}