Clients Assessment Overview

Returns paginated Assessment Overview for all partner clients.

This endpoint supports:

  • Cursor-based pagination
  • Sorting
  • Filtering

Use Cases:

  • Retrieve Assessment Overview across all MSP clients
  • Build partner-level dashboards
  • Analyze Assessment completeness across multiple tenants
  • Paginate large Assessment summary datasets
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filters records by the client.tenant_id field.

Supported operators:

  • eq — exact match
  • in — list-based match

Examples:

  • filter[client.tenant_id]=Joel Tech — to filter for exact match
  • filter[client.tenant_id]=eq:Joel Tech — to filter for exact match
  • filter[client.tenant_id]=in:Joel Tech,John Tech — to filter for any match in list
string

Filters records by the client.name field.

Supported operators:

  • eq — exact match
  • in — list-based match

Examples:

  • filter[client.name]=Joel King — to filter for exact match
  • filter[client.name]=eq:Joel King — to filter for exact match
  • filter[client.name]=in:Joel King,John — to filter for any match in list
int32
1 to 200
Defaults to 50

Number of records to return per page.
Must be between 1 and 200.
Default: 50

string
^[A-Za-z0-9+/=]*$

Base64-encoded cursor value used for pagination.
Pass the cursor received from the previous response to fetch the next page.

string
^(?:[+-]|\s)?(client.tenant_id|client.name)$

Single sort field (comma-separated lists are not accepted by this endpoint).

Prefix with - for descending. Optional + prefix or no prefix means ascending.

Allowed values: client.name, client.tenant_id

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json