Retrieves all app versions with pagination and optional filtering
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
Add parameter in header x-api-key
Example:x-api-key: ********************
or
Responses
application/json
Versions retrieved successfully
{
"status": "success",
"message": "Operation completed successfully",
"data": {
"versions": [
{
"_id": "507f1f77bcf86cd799439011",
"appType": "user",
"platform": "android",
"version": "1.2.0",
"minVersion": "1.0.0",
"mandatory": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"page": 0,
"limit": 0,
"totalPages": 0
}
}
Modified at 2026-04-08 13:49:39