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

    id string

    Unique identifier for Project

    ownerId

    Unique identifier of the owner

    gameEngine string

    Possible values: <= 50 characters

    The game engine used for the project

    numMonthlyUsers integer

    Number of monthly users

    createdAt date-time

    Time representation of Project creation

    thumbnail urinullable

    URL to the project's thumbnail image

    name projectName (string)required

    Possible values: <= 32 characters

    Name of the project

    hidden boolean

    Indicates if the project is hidden or visible

    config objectnullable

    Configuration settings for the project

    platform string

    Platform for the project

    members

    object[]

  • Array [

  • name string
    cognitoUserId string
    avatar url
  • ]

Loading...