Skip to main content
GET
Retrieves the collection of ArtistRole resources.

Authorizations

Authorization
string
header
required

API token authentication

Query Parameters

page
integer
default:1

The collection page number

role
string
scope
string
scope[]
string[]
organization_applicable
boolean
order[role]
enum<string>
default:asc
Available options:
asc,
desc
exact
boolean

Exact (canonical) lookup. When true, the role filter returns only roles whose name equals the value verbatim, with no partial matching and no fuzzy ranking. On MySQL the comparison is case-insensitive. Default partial-matching behaviour applies when omitted or false.

Example:

true

Response

200 - application/vnd.api+json

ArtistRole collection

ArtistRole.jsonapi collection.

data
object[]
required
Example:
meta
object