applications

Get Application

Retrieve a single application by ID.

get/api/applications/{application_id}

Path parameters

application_idstring required

Response

Successful Response

successboolean required
messagestring required
{"stackTrail":"components:schemas:APIResponse:properties:data:anyOf","oasType":"schema","type":"unknown","title":"Data","nullable":true}

Example response

{
  "data": {},
  "message": "Operation completed successfully",
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.