Fetch related organizations
Returns the organization relations.
Path Parameters |
---|
organizationId uuid — REQUIRED |
Query Parameters |
---|
filter stringOptional filter expression Example (Include all active relations):
Example (Include all inactive and relations in termination):
|
q stringQuery string will be searched in organization name |
sort stringSort results by parameter and ASC | DESC. e.g. 'name DESC' |
Header Parameters |
---|
organization-id uuidID of organization context this request belongs to. |
Responses | |||||
---|---|---|---|---|---|
200 List of organization relations
| |||||
400 Bad Request (e.g. element not found or resource conflict).
| |||||
403 Missing permission
| |||||
500 Internal server error (Internal service communication or process error).
|