/artist/
Description:
The /artist/ endpoint retrieves a list of artists based on specified criteria. It allows filtering artists by name, external ID, and searching for artists using a keyword.
Method:
GET
Query Parameters:
Parameter | Required | Description |
---|---|---|
artistName | No | Filter artists by their name. |
externalId | No | Filter artists by their external ID. |
page | No | Specifies the page number for pagination. |
size | No | Specifies the number of artists per page. |
catalog | No | Specifies whether to include catalog information. |
q | No | Searches for artists using a keyword. |
statistics | No | Whether to include statistical data. |
sort | No | Field to sort by. |
order | No | Sort order (asc or desc). |
attributes | No | Comma-separated list of attributes to include. |
column | No | Specific column to filter. |
user | No | Filter by user ID. |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Filter artists by their name
Filter artists by external ID
Page number for pagination
Number of items per page
Include catalog information
Search query
Include statistical data
Field to sort by
Sort order
asc
, desc
Comma-separated list of attributes to include
Specific column to filter
Filter by user ID
Success
The response is of type object
.