All URIs are relative to https://<CROWD_URL>/rest/bootstrapi/1
Method | HTTP request | Description |
---|---|---|
deleteApplications | DELETE /applications | Delete all applications |
getApplications | GET /applications | Get all applications |
setApplications | PUT /applications | Set a list of applications |
deleteApplications(force)
Delete all applications
NOTE: The 'force' parameter must be se to 'true' in order to execute this request.
Name | Type | Description | Notes |
---|---|---|---|
force | Boolean | [optional] [default to null] |
null (empty response body)
- Content-Type: Not defined
- Accept: /
List getApplications()
Get all applications
Upon successful request, returns a `ApplicationsBean` object containing all applications
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
List setApplications(ApplicationBean)
Set a list of applications
NOTE: All existing applications with the same 'name' attribute are updated.
Name | Type | Description | Notes |
---|---|---|---|
ApplicationBean | List | [optional] |
- Content-Type: application/json
- Accept: application/json