Rate this page:
Information about categories
GET /rest/2/addonCategories/app/{applicationKey}
Get a list of categories associated with the parent application.
For non-UPM clients, this resource returns all categories regardless of the specified application.
string
The unique identifier for this application, for example "jira"
1 2 3
curl --request GET \
--url 'https://marketplace.atlassian.com/rest/2/addonCategories/app/{applicationKey}' \
--header 'Accept: application/json'
Content type | Value |
---|---|
application/json |
GET /rest/2/addonCategories/{pluginCategoryId}
Get a specific category.
integer
The unique identifier for this category
int64
1 2 3
curl --request GET \
--url 'https://marketplace.atlassian.com/rest/2/addonCategories/{pluginCategoryId}' \
--header 'Accept: application/json'
Content type | Value |
---|---|
application/json |
Rate this page: