Get available for import
Returns a paginated list of clients available for import from the specified third-party connection. This endpoint does not import any data - it only lists what is available. Shows which clients have already been imported via the ImportedAs field.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| connectionCode* | query string | |
| offset | query integer (int32) | Number of records to skip (default: 0). Use with limit for pagination. |
Number of records to skip (default: 0). Use with limit for pagination. |
||
| limit | query integer (int32) | Maximum number of records to return (default: 10, max: 50) |
Maximum number of records to return (default: 10, max: 50) |
||
Responses
401 Unauthorized - Invalid or missing API key
502 Bad Gateway