Webmailnames:GET
From Hostway API Documentation
				
								
				(Difference between revisions)
				
																
				
				
								
				 (→Response)  | 
		Corinne.chui  (Talk | contribs)  m (1 revision)  | 
		||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 13: | Line 13: | ||
== Response ==  | == Response ==  | ||
| − | Returns a dictionary containing WebMail plan names   | + | Returns a dictionary containing the full list of available OpenXchange types by text key and WebMail plan names.  | 
=== Status Code ===  | === Status Code ===  | ||
Latest revision as of 13:36, 30 May 2016
[edit] GET /webmailnames
Retrieves WebMail plan names mapping.
Contents | 
[edit] Request
GET /webmailnames
[edit] Request Parameters
None.
[edit] URI Parameters
None.
[edit] Response
Returns a dictionary containing the full list of available OpenXchange types by text key and WebMail plan names.
[edit] Status Code
- 200 OK
 - Success
 
[edit] Response Body
{
   "webmailNames": {
      "activesync": "SMX Sync Advanced", 
      "premium": "SMA Collaborate Premium", 
      "standard": "SMX Mail Basic"
   }, 
   "links": [
      {
         "href": "https://api.hostway.com/webmailnames/", 
         "rel": "self"
      }
   ]
}
  
[edit] Parameters
- webmailNames - dictionary
 - Dictionary containing WebMail plan names mapping
 
- links - list
 - Hypermedia for this resource.
 
[edit] See also