List Applications by Name

get

/process/api/v1/design/applications/{applicationName}

Show all the applications available by name.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : Applications
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Application
Type: object
Show Source
Nested Schema : Activation
Type: object
Show Source
Nested Schema : assets
Type: array
Show Source
Nested Schema : Audit
Type: object
Show Source
Nested Schema : snapshots
Type: array
Show Source
Nested Schema : Assets
Type: object
Show Source
Nested Schema : Snapshots
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Snapshot
Type: object
Show Source

401 Response

Unauthorized

404 Response

Application not found.

500 Response

An internal error occurred.
Back to Top