-
Notifications
You must be signed in to change notification settings - Fork 1
Applications with AppId v2
SlejmUr edited this page Aug 8, 2022
·
3 revisions
Method:
GET
NeedAuth: NO
Parameters: :AppId = Same as header AppId
Headers:
Name Example Required Description Ubi-AppId
f68a4bb5-608a-4ff2-8123-be8ef797e0a6 Yes Uplay Application Id, specially for every usercase (!!Demux!!)
JSON:
Name Example Description applicationId
f68a4bb5-608a-4ff2-8123-be8ef797e0a6 Same as before, always same appId what you requested name
Uplay Client Application Name platform
PC Application Platform spaceId
e17be87d-2996-4f3b-97c4-19bb2dae2933 SpaceId of Application overrideResponse
null TODO
genre
TODO Application Genre displayName
UPLAY App Display Name description
TODO App Description images
TODO TODO
ageRating
TODO TODO
{
"applicationId": "f68a4bb5-608a-4ff2-8123-be8ef797e0a6",
"name": "Uplay Client",
"platform": "PC",
"spaceId": "e17be87d-2996-4f3b-97c4-19bb2dae2933",
"overrideResponse": null,
"genre": null,
"displayName": "UPLAY",
"description": "",
"images": {
"lowThumbnail": "https://static8.cdn.ubi.com/u/Uplay/Games/UPLAY/gameImg/gameThumbnail_mobile.jpg",
"highThumbnail": "https://static8.cdn.ubi.com/u/Uplay/Games/UPLAY/gameImg/gamePreview.jpg",
"background": "https://static8.cdn.ubi.com/u/Uplay/Games/UPLAY/gameImg/gamePreview.jpg",
"lowLogo": "https://static8.cdn.ubi.com/u/Uplay/Games/UPLAY/gameImg/hqLogo.png",
"highLogo": "https://static8.cdn.ubi.com/u/Uplay/Games/UPLAY/gameImg/hqLogo.png",
"lowBoxArt": "https://static8.cdn.ubi.com/u/Uplay/Games/UPLAY/gameImg/boxArt_mobile.jpg",
"highBoxArt": null
},
"ageRating": {
"ratingSystem": null,
"ratingImage": null,
"descriptors": []
}
}
The difference between V1 and V2 is V2 give more information
V1 Response:
{
"applicationId": "f68a4bb5-608a-4ff2-8123-be8ef797e0a6",
"name": "Uplay Client",
"platform": "PC",
"spaceId": "e17be87d-2996-4f3b-97c4-19bb2dae2933",
"overrideResponse": null
}