List
Resolves a list of current user's avatar ids.
GET /avatars
Request
Parameter
Transport
Type
Description
page
query
integer
Pagination / Page (optional, default 0).
pagesize
query
integer
Pagination / Page Size (optional, default 100, max 100).
fields
query
string
Comma-separated list of fields to include (optional, values image
, labels
, features
).
Response
On success the endpoint returns HTTP 200 OK as well as a JSON body containing the ids, dates of last modification as well as optionally selected fields
of the user's previously stored avatars.
Last updated