REST Commands : Application Management Commands : List Application

List Application
A list of all application schemas is obtained with the following command:
GET /_applications
The schemas are returned in the format specified by the Accept header.
The schema of a specific application is obtained with the following command:
GET /_applications/{application}
where {application} is the application’s name.