/apps/{app_id}/versions
GET
/apps/{app_id}/versionsRequest
Path Params
app_id
string
required
Request samples
Responses
OK(200)
Bad Request(400)
413(413)
415(415)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
createdAt
string <date-time>
required
version
string
required
Example
[
{
"createdAt": "2019-08-24T14:15:22.123Z",
"version": "string"
}
]
Last modified: 11 days ago