Skip to content

Latest commit

 

History

History
89 lines (53 loc) · 2.14 KB

ApplicationsApi.md

File metadata and controls

89 lines (53 loc) · 2.14 KB

ApplicationsApi

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

deleteApplications(force)

Delete all applications

NOTE: The &#39;force&#39; parameter must be se to &#39;true&#39; in order to execute this request.

Parameters

Name Type Description Notes
force Boolean [optional] [default to null]

Return type

null (empty response body)

Authorization

basicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: /

getApplications

List getApplications()

Get all applications

Upon successful request, returns a &#x60;ApplicationsBean&#x60; object containing all applications

Parameters

This endpoint does not need any parameter.

Return type

List

Authorization

basicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

setApplications

List setApplications(ApplicationBean)

Set a list of applications

NOTE: All existing applications with the same &#39;name&#39; attribute are updated.

Parameters

Name Type Description Notes
ApplicationBean List [optional]

Return type

List

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json