Applications REST Endpoints

Applications
View details about and manage applications.
Create an application
Method: post
Path: /apiplatform/management/v1/applications
Delete an application
Method: delete
Path: /apiplatform/management/v1/applications/{appId}
Get application types
Method: get
Path: /apiplatform/management/v1/applications/types
Get Applications
Method: get
Path: /apiplatform/management/v1/applications
Update an application
Method: put
Path: /apiplatform/management/v1/applications/{appId}
View application details
Method: get
Path: /apiplatform/management/v1/applications/{appId}