GET /rest/api/2/universal_avatar/view/type/{type}
Returns the default project, issue type or priority avatar image.
This operation can be accessed anonymously.
Permissions required: None.
Servers
- https://your-domain.atlassian.net
Path parameters
Name | Type | Required | Description |
---|---|---|---|
type |
String | Yes |
The icon type of the avatar. Possible values:
|
Query parameters
Name | Type | Required | Description |
---|---|---|---|
size |
String | No |
The size of the avatar image. If not provided the default size is returned. Possible values:
|
format |
String | No |
The format to return the avatar image in. If not provided the original content format is returned. Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.