Skip to main content

Get project details

GET 

/project/:projectId

Get project details

Request

Path Parameters

    projectId projectIdrequired

    The projectId to get data of

Responses

Project successfully retrieved

Schema

    ownerId

    Unique identifier of the owner

    thumbnail urinullable

    URL to the project's thumbnail image

    hidden boolean

    Indicates if the project is hidden or visible

    numMonthlyUsers integer

    Number of monthly users

    id string

    Unique identifier for Project

    config objectnullable

    Configuration settings for the project

    name stringrequired

    Possible values: <= 32 characters

    Name of the project

    platform string

    Platform for the project

    createdAt date-time

    Time representation of Project creation

    gameEngine string

    Possible values: <= 50 characters

    The game engine used for the project

    members

    object[]

  • Array [

  • avatar url
    name string
    cognitoUserId string
  • ]

Loading...