Retrieve a list of supported categories an Application can choose to be listed under. An Application may only be associated with one category.
Parameters
in | name | type | required | description |
---|---|---|---|---|
query | application_uuid | string | false | Check each category against the given Application to see if it is currently in use by the Application, returned by the is_selected attribute. |
query | status | string: DEVELOPMENT, REVIEW, PRODUCTION | false | Only match against the given application_uuid in the provided status. This parameter is only available for vendors with SHAID admin access; For non-admins, the value of this parameter will always be PRODUCTION . |
Categories retrieved! The request was successful and the categories are returned in the response body.
Schema
Invalid request. The request is either missing data, has invalid data, or has conflicting data. See the response body for more details.
Schema
N/A
Internal server error.
Schema
N/A
View on GitHub.com