Note
These methods have been deprecated. You can use these methods instead.
Description
Gets details for a particular SiteBuilder Order.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| auth-password | String | Required | Authentication Parameter |
| order-id | Integer | Required | OrderId for which details are required. |
| option | Array of Strings | Required | Vector of different option for details listing. Allowed Option values are:
|
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/sitebuilder/details.xml?auth-userid=1&auth-password=password&order-id=1233&option=All
Response
Returns a map containing all the details depending upon the options specified.
