v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1443136141.7 KB

Retrieves information about an application.

get/applications/{ApplicationId}

Path parameters

ApplicationIdstring required

The ID of the application you want to get.

Response

Success

Idstring

The application ID.

Namestring

The application name.

Descriptionstring

The description of the application.

Example response

{
  "Description": "An application used for creating an example.",
  "Id": "339ohji",
  "Name": "Example-Application"
}