app-version
Get all app versions
Retrieves all app versions for all platforms
get/app-version
Response
App versions retrieved successfully
Example response
[
{
"app_version_id": 1,
"platform": "android",
"version": "1.0.0",
"minimum_required_version": "0.9.0",
"release_notes": "Bug fixes and performance improvements",
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.