List organizations in a workspace
GET {{baseUrl}}/:workspace_slug/organizations?query=ut laborum exercitation&page=ut laborum exercitation&direction=ASC&items=10&sort=employees_count
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
query | string | ||
page | string | ||
direction | string | ||
items | number | ||
sort | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"id":"VMGFxn","type":"organization","attributes":{"id":"VMGFxn","name":"Organization2","website":"org2.example.com","members_count":1,"employees_count":0,"last_active":null,"active_since":null}},{"id":"VrEF1a","type":"organization","attributes":{"id":"VrEF1a","name":"Organization1","website":"org1.example.com","members_count":1,"employees_count":0,"last_active":null,"active_since":null}}],"links":{"first":"/bambihessel/organizations?query=\u0026page=1\u0026direction=DESC\u0026items=10\u0026sort=name","last":"/bambihessel/organizations?query=\u0026page=1\u0026direction=DESC\u0026items=10\u0026sort=name","prev":null,"next":null}}