Get artist
GET/api/artist/:artistId
Get artist by id
Request
Path Parameters
artistId integerrequired
ID of the artist
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
type string
id integer
name string
image string
created_at string
{
"type": "string",
"id": 0,
"name": "string",
"image": "string",
"created_at": "string"
}
Loading...