Organizations
Get partners of an organization
Listing partners in a paginated manner.
get/api/v1/organizations/{organizationId}/partner
Path parameters
organizationIdstring required
The namespace of the organization to query partner organizations
Query parameters
offsetinteger
Start with the n-th element
limitinteger
The maximum count of returned elements
Response
OK
Example response
{
"elements": [
{
"logoURL": "/api/v1/public/images/abcdef",
"name": "ACME Inc.",
"namespace": "de.acme"
}
],
"limit": 100,
"total": 200
}