Skip to main content

Get all projects for user

GET 

/projects/by/user/:userId

Get all projects for user

Request

Path Parameters

    userId uuidrequired

    The ownerId to filter projects.

Responses

Projects successfully retrieved

Schema

  • Array [

  • hidden boolean

    Indicates if the project is hidden or visible

    name stringrequired

    Possible values: <= 32 characters

    Name of the project

    thumbnail urinullable

    URL to the project's thumbnail image

    platform string

    Platform for the project

    gameEngine string

    Possible values: <= 50 characters

    The game engine used for the project

    id string

    Unique identifier for Project

    config objectnullable

    Configuration settings for the project

    createdAt date-time

    Time representation of Project creation

    numMonthlyUsers integer

    Number of monthly users

    ownerId

    Unique identifier of the owner

  • ]

Loading...