Skip to main content

Get all platforms

GET 

/api/v1/platforms

Get all platforms

Request

Query Parameters

    query string

    Query to search platforms

Responses

Schema

  • Array [

  • name stringrequired

    Name of the platform

    description string

    Description of the platform

    imageId string

    Optional image ID

    metadata object

    Optional tags or metadata

    id numberrequired

    ID of the platform

    createdAt date-timerequired

    Timestamp when the platform was created

    updatedAt date-timerequired

    Timestamp when the platform was last updated

  • ]

Loading...