Get a list of available tags relevant to the given App type.
http://apis.wso2.com/api/appm/store/v1.1/apps/{appType}/tags
GET
appm:read
curl -X GET -H "Authorization: Bearer 0c0338592beefe7225bd6d869e93ca06" "http://localhost:9763/api/appm/store/v1.1/apps/webapp/tags"
[{"name":"webapptag1","noOfOccurrences":1},{"name":"webapptag2","noOfOccurrences":1},{"name":"webapptag3","noOfOccurrences":1}]
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Path |
appType required |
The App type (either Webapp/Mobile app). |
String | |
Header |
Accept optional |
Media types acceptable for the response. Default is JSON. |
String |
JSON |
Header |
If-None-Match optional |
Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. |
String |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK. List of tags is returned. |
TagList |
400 |
Bad Request. Invalid request or validation error. |
Error |
403 |
Forbidden. The request must be conditional but no condition has been specified. |
Error |
404 |
Not Found. The resource to be updated does not exist. |
Error |
Get app list with the given tag for a particular asset type.
http://apis.wso2.com/api/appm/store/v1.1/tags/{tagName}/apps/{appType}
GET
appm:read
curl -X GET -H "Authorization: Bearer 62651cabf9c83f8f7379dcc9b2909f8d" "http://localhost:9763/api/appm/store/v1.1/tags/hr/apps"
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Path |
tagName required |
Tag name. |
String | |
Path |
appType required |
The App type (either Webapp/Mobile app). |
String | |
Query |
limit optional |
Maximum size of resource array to return. |
Integer |
25 |
Query |
offset optional |
Starting point within the complete list of items qualified. |
Integer |
0 |
Header |
Accept optional |
Media types acceptable for the response. Default is JSON. |
String |
JSON |
Header |
If-None-Match optional |
Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. |
String | |
Header |
If-Modified-Since optional |
Validator for conditional requests; based on the Last Modified header of the formerly retrieved variant of the resource. |
String |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK. List of App IDs is returned. |
AppIdList |
400 |
Bad Request. Invalid request or validation error. |
Error |
403 |
Forbidden. The request must be conditional but no condition has been specified. |
Error |
404 |
Not Found. The resource to be updated does not exist. |
Error |