Platforms

Get Platform Avatar

GET /api/platforms/{platform_id}/avatar/{avatar_id?}

Parameters

propertytypedescriptionexample
platform_ididid1a9e45b4-2c30-4cbd-8812-fcc82c1f3ea1
avatar_ididavatar id1a9e45b4-2c30-4cbd-8812-fcc82c1f3ea1

Curl Example

curl -v -X GET -H 'Authorization: Bearer <user-token>' http://localhost:2002/api/platforms/{platform_id}/avatar/{avatar_id?}

Get a Platform

GET /api/platforms/{platform_id}

Parameters

propertytypedescriptionexample
platform_ididid1a9e45b4-2c30-4cbd-8812-fcc82c1f3ea1

Curl Example

curl -v -X GET -H 'Authorization: Bearer <user-token>' http://localhost:2002/api/platforms/{platform_id}

Index platforms

GET /api/platforms

Curl Example

curl -v -X GET -H 'Authorization: Bearer <user-token>' http://localhost:2002/api/platforms