applications

List Applications

List applications with optional filters.

get/api/applications/

Query parameters

productstring nullable
statusstring nullable
limitinteger
skipinteger

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