Translation
此页面暂无中文版本,显示的是英文版本。
List tenants that own a project on the given platform (copy-tenant-translations source picker)
Authorization
BearerAuthObject AuthorizationBearer <token>
In: header
Query Parameters
projectTypeId*integer
Identifier of the platform (project type)
search?string
Case-insensitive substring filter on tenant name
limit?integer
Pagination limit (1-1500)
offset?integer
Pagination offset
Response Body
application/json
curl -X GET "https://example.com/api/v2/default-translations/copy-tenant-translations/tenants?projectTypeId=1&search=demo&limit=50&offset=0"{ "items": [ { "id": "11111111-1111-1111-1111-111111111111", "name": "DEMO" } ], "meta": { "limit": 50, "offset": 0, "total": 12 }}Empty
Empty
Empty
Empty
Empty