Skip to content

Space News

SlejmUr edited this page Aug 8, 2022 · 1 revision

Get Space News

GET /v1/spaces/news?spaceId=:SpaceID

Request

Method: GET

NeedAuth: NO

Parameters: :SpaceID = SpaceId from Parameters/Application

Headers:

Name Example Required Description
Ubi-AppId f68a4bb5-608a-4ff2-8123-be8ef797e0a6 Yes Uplay Application Id, specially for every usercase
Ubi-localeCode en-US Yes Country code

Response

200 OK

JSON:

{
    "news": [{
        "spaceId": "7d386224-3085-472e-a70f-a10b2daae0da",
        "newsId": "ignt.25792",
        "type": "uplay",
        "placement": "mainmenu",
        "priority": 3,
        "displayTime": 10,
        "publicationDate": "2021-07-15T11:58:00",
        "expirationDate": null,
        "locale": "en-US",
        "title": "Forum Access",
        "contentType": "plaintext",
        "body": "",
        "mediaURL": "https://ubiservices.cdn.ubi.com/7d386224-3085-472e-a70f-a10b2daae0da/news/Helix_PIO_UI_FinalSub_TILE_720x284_V1.png",
        "mediaType": "Image",
        "profileId": null,
        "obj": {},
        "summary": "",
        "links": [{
            "rootLinkNoId": "f8ebb2b5-d302-838b-4ccc-312d65e9206c",
            "type": "weblink",
            "param": "https://forums.ubisoft.com/forumdisplay.php/2443-Technical-Test-1",
            "actionName": "visit"
        }, {
            "rootLinkNoId": "a513ab75-ba42-e0a1-945e-89add8493cca",
            "type": "imagelink",
            "param": "https://ubiservices.cdn.ubi.com/7d386224-3085-472e-a70f-a10b2daae0da/news/Helix_PIO_UI_FinalSub_TILE_720x284_V1.png",
            "actionName": "visit"
        }],
        "tags": []
    }]
}
Clone this wiki locally