We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I do this get request -> with e.g. damien hirst 4d8b926a4eb68a1b2c0000ae or warhol 4d8b92b34eb68a1b2c0003f4,
4d8b926a4eb68a1b2c0000ae
4d8b92b34eb68a1b2c0003f4
https://api.artsy.net/api/artworks?artist_id=4d8b926a4eb68a1b2c0000ae
with X-XAPP-Token as my header (already authenticated), I get mostly the following JSON object:
{ "total_count": null, "_links": { "self": { "href": "https://api.artsy.net/api/artworks?artist_id=4dd1584de0091e000100207c" } }, "_embedded": { "artworks": [] } }
except for the example artist William Michael Harnett with artist id of 4fe8862daa12fb00010017b9.
William Michael Harnett
4fe8862daa12fb00010017b9
how can I get the artworks of the artist? maybe my request is incorrect?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when I do this get request -> with e.g. damien hirst
4d8b926a4eb68a1b2c0000ae
or warhol4d8b92b34eb68a1b2c0003f4
,https://api.artsy.net/api/artworks?artist_id=4d8b926a4eb68a1b2c0000ae
with X-XAPP-Token as my header (already authenticated), I get mostly the following JSON object:
except for the example artist
William Michael Harnett
with artist id of4fe8862daa12fb00010017b9
.how can I get the artworks of the artist? maybe my request is incorrect?
The text was updated successfully, but these errors were encountered: