[GET] /organizations

[GET] /organizations

/api/bpm/organizations

Description

To retrieve organizations, a request can be made to the designated endpoint, which returns a list of organizations, each containing an ID, name, and an 'active' status indicating whether the organization is active or not. Only one organization can be active at a time.

Request
Method

GET

Response
Format

JSON

Minimum Version

1.0.0

Request
Example

/api/bpm/organizations

Result
Example

{ "objects": [{ "id": "914FC91A55D542F79D8ED1BADDE1AFE6", "name": "Organisation", "active": true },{ "id": "914FC91A55D542F79D8ED1BADDE1AFE6", "name": "Test", "active": false }] }