Skip to content

Get Spaces

SlejmUr edited this page Aug 8, 2022 · 1 revision

Get Get Spaces

GET /v1/spaces/:SpaceId/

Request

Method: GET

NeedAuth: NO

Parameters: :SpaceId = SpaceId from Application

Headers:

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

Response

200 OK

JSON:

{
    "spaceId": "7d386224-3085-472e-a70f-a10b2daae0da",
    "spaceType": "title",
    "spaceName": "Pioneer Crossplay BETA",
    "parentSpaceId": "11906a2f-f995-4b06-8ca4-581bd564000d",
    "parentSpaceName": "Pioneer",
    "releaseType": "BETA",
    "platformType": "crossplay",
    "dateCreated": "2020-10-01T04:08:34.0000000Z",
    "dateLastModified": "2020-11-16T06:29:17.0000000Z",
    "tags": null
}
Clone this wiki locally