App Endpoints
/app/roles
An extended select list of roles for use in the application.
GET /app/roles
Provides the roles available for the current app version and account.
{
"success": true,
"message": "",
"payload": [
{
"id": "rol_1234567890",
"title": "Character",
"description": "Eccentric or interesting characters."
},
{
"id": "rol1234567891",
"title": "Director",
"description": "Runs the creative aspect of the show."
},
...
]
}