App versions
Applications
Apps
Assets
Categories
License types
Migrations
Privacy and Security
Products
Promotions (Removed)
Reporting
Reviews
Vendors

Rate this page:

Categories

Information about categories

Get 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.

Request

Path parameters
applicationKey Required

string

The unique identifier for this application, for example "jira"

Example

1
2
3
curl --request GET \
  --url 'https://marketplace.atlassian.com/rest/2/addonCategories/app/{applicationKey}' \
  --header 'Accept: application/json'

Responses

Content typeValue
application/json

AddonCategoryCollection

Get category

GET /rest/2/addonCategories/{pluginCategoryId}

Get a specific category.

Request

Path parameters
pluginCategoryId Required

integer

The unique identifier for this category

Format: int64

Example

1
2
3
curl --request GET \
  --url 'https://marketplace.atlassian.com/rest/2/addonCategories/{pluginCategoryId}' \
  --header 'Accept: application/json'

Responses

Content typeValue
application/json

AddonCategory

Rate this page: