Platform API Documentation

GET /api/platform

Get all available platforms

Response Type

Platform
{
      id: number;
      name: string;
}