API - Client
get
Responses
200
Successful Operation
application/json
ResponseanyExample:
{"statusCode":200,"data":{"appVersions":[{"device":"ANDROID","version":"1"}]}}
422
An error occurred while processing the information
application/json
get
GET /device-app-versions HTTP/1.1
Host:
Accept: */*
{
"statusCode": 200,
"data": {
"appVersions": [
{
"device": "ANDROID",
"version": "1"
}
]
}
}
get
Path parameters
devicestring · enumRequiredPossible values:
Responses
200
Successful Operation
application/json
404
The information doesn't meet the validations expected.
application/json
422
An error occurred while processing the information
application/json
get
GET /device-app-versions/{device} HTTP/1.1
Host:
Accept: */*
{
"statusCode": 200,
"data": {
"id": "7d484e87-d3ce-4139-ba5d-32c5225f0cc5",
"device": "ANDROID",
"version": "1.0.0",
"actionLink": "myActionLinkUrl",
"iconType": "IMAGE",
"icon": "myIconUrl",
"title": "Title 1",
"AppMessage": "loremp ipsum",
"createdAt": "2022-12-08 16:13:59.499068"
}
}
Last updated
Was this helpful?