GET Exchange Mailbox Archiving
From Hostway API Documentation
				
								
				(Difference between revisions)
				
																
				
				
								
				Mike.robski  (Talk | contribs)  | 
		Mike.robski  (Talk | contribs)  m (1 revision: Release 95)  | 
		
Latest revision as of 23:59, 1 July 2014
Checks the status of Archiving of an existing Exchange Mailbox
GET /accounts/{account-number}/exchange/{domain-name}/mailboxes/{username}/archiving/
Parameters
- account_number - string
 - The account-number that the Exchange resource belongs to
 
- domain_name - string
 - The domain-name that is associated with the Exchange resource
 
- username - string
 - The username of the requested mailbox
 
Response Body
{
  "billingStatus": "open",
  "links": [
    {
      "rel": "self",
      "href": "https://{server_name}/account/{account-id}/exchange/{domain-name}/mailboxes/{username}/archiving"
    }
  ]
}
 
- billingStatus - string
 - Current status of the archiving product. Allowed values are pending, open, suspended, close_pending, closed and purge_pending
 
- links - list
 - Hypermedia for this resource. Links to self.
 
Response Codes
- 200
 - Ok
 
- 405
 - Unsupported method
 
- 404
 - No archiving enabled for that mailbox
 
- 502
 - Internal server error