versions

Get Version

Get the version information for a specific platform.

Args: platform: The platform type (ios/android) to get version for.

Returns: Version information if found, None otherwise.

get/versions/{platform}

Path parameters

platformstring required

Response

Successful Response

idstring uuid required

Unique identifier for the version.

platform'ios' | 'android' required
versionstring required

Version number of the app.

created_atstring date-time

Timestamp of when the version was created.

updated_atstring date-time nullable

Timestamp of when the version was last updated.

Changes

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