Alpha Only: This service is subject to change
This service is a work in progress. It is currently subject to change or removal without notice.
Portal Groups: Tags
Supported Roles
Role | Reads | Writes | Notes |
---|---|---|---|
IDX | No | No | |
Public | No | No | |
VOW | No | No | |
Portal | No | No | |
Private | Yes | Yes |
More information about roles may be found here.
Available Services
All Tags
/<API Version>/portal/groups/tags
HTTP Method | Description | Conditional | Notes |
---|---|---|---|
GET | Returns all existing tags for Portal Groups | No | |
POST | Returns HTTP 405 (Method Not Allowed) | No | Not implemented |
PUT | Returns HTTP 405 (Method Not Allowed) | No | Not implemented |
DELETE | Returns HTTP 405 (Method Not Allowed) | No | Not implemented |
GET Request
Parameters:
- None
GET Response
{
"D": {
"Success": true,
"Results": [{
"ResourceUri": "/v1/portal/groups/tags/Favorites",
"Tag": "Favorites"
}]
}
}
All Portal Groups with Tag
/<API Version>/portal/groups/tags/<Tag>
HTTP Method | Description | Conditional | Notes |
---|---|---|---|
GET | Returns all Portal Groups with a specified Tag. | No | |
POST | Returns HTTP 405 (Method Not Allowed) | No | Not implemented |
PUT | Returns HTTP 405 (Method Not Allowed) | No | Not implemented |
DELETE | Returns HTTP 405 (Method Not Allowed) | No | Not implemented |
GET Request
Parameters:
Parameter | Required | Notes |
---|---|---|
Pagination | No |
GET Response
See the GET request section for for the Portal Groups service.
Tags Description
Expansions
None.
API Explorer
Interact with this service using the API Explorer.