Retrieves a list of platforms.
GET/platforms
Retrieves and returns a list of registered platforms.
Request
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id int32required
name stringrequired
[
{
"id": 0,
"name": "string"
}
]
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...