Supported Roles
| Role | Reads | Writes | Notes |
|---|---|---|---|
| IDX | Yes | No | |
| Public | Yes | No | |
| VOW | Yes | No | |
| Portal | Yes | No | |
| Private | Yes | No |
More information about roles may be found here.
Available Services
Portals Metadata
/<API Version>/portal/meta
| HTTP Method | Description | Conditional | Notes |
|---|---|---|---|
| GET | 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": [{
"SupportedVersions": [
{"Label": "Portals 2.0", "Value":2.0},
{"Label": "Portals Classic", "Value":1.0}
]
}]
}
}
Portals Metadata Description
| Attribute | Data Type | Description |
|---|---|---|
PortalVersions |
Decimal | Portal versions available to use for the MLS. |
Expansions
None.