[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 | GET |
Response | JSON |
Minimum Version | 1.0.0 |
Request |
|
Result | {
"objects": [{
"id": "914FC91A55D542F79D8ED1BADDE1AFE6",
"name": "Organisation",
"active": true
},{
"id": "914FC91A55D542F79D8ED1BADDE1AFE6",
"name": "Test",
"active": false
}]
} |