Returns all system avatars of the given type.
Forge and OAuth2 apps cannot access this REST resource.
string
RequiredReturns a map containing a list of system avatars. A map is returned to be consistent with the shape of the project/KEY/avatars REST end point.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/avatar/{type}/system' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'1
2
3
4
5
{
"id": "1000",
"owner": "fred",
"selected": true
}Rate this page: