Retrieves an artist’s flash listings with pagination (public endpoint)
cURL
curl --request GET \ --url http://localhost:3000/api/flash/artist/{id}/paginated
{ "flash": [ { "source": "instagram", "sourceData": { "instagramId": "<string>", "permalink": "<string>", "mediaType": "IMAGE", "url": "<string>", "caption": "<string>", "thumbnailUrl": "<string>", "urlRefreshedAt": 123, "storageRef": "<string>", "fileSize": 123 }, "id": "<string>", "artistId": "<string>", "artistName": "<string>", "artistUsername": "<string>", "price": { "type": "fixed", "amount": "<string>" }, "size": { "unit": "in", "minSize": "<string>", "maxSize": "<string>" }, "styles": [ "<string>" ], "isAvailable": true, "isVisible": true, "createdAt": 123, "updatedAt": 123, "order": 123, "sessionDuration": { "blocks": 123 }, "viewCount": 123, "bookmarkCount": 123, "tags": [ "<string>" ], "notes": "<string>" } ], "hasMore": true, "total": 123, "nextCursor": "<string>" }
ID of the artist
Number of flash listings to return (max 50)
1 <= x <= 50
Cursor for pagination
Flash listings retrieved successfully
Array of flash listings
Show child attributes
Whether there are more results available
Total number of flash listings in the current page
Cursor for the next page of results