





Searches the archived actions based on the criteria specified.
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| auth-password | String | Required | Authentication Parameter |
| eaq-id | Array Of Integers | Optional | The Entity Action Queue IDs of the corresponding actions. |
| order-id | Array Of Integers | Optional | The Order IDs for which you want to search actions. |
| entity-type-id | Array Of Integers | Optional | The Entity Type IDs for which you want to search actions. |
| action-status | Array Of Strings | Optional | The action statuses for which you want to search actions. |
| action-type | Array Of Strings | Optional | The action types for which you want to search actions. |
| no-of-records | Integer | Required | Number of Records to be returned. |
| page-no | Integer | Required | Page Number for which records are required. |
GET
https://test.httpapi.com/api/actions/search-archived.json?auth-userid=0&auth-password=password&order-id=0&order-id=1&no-of-records=10&page-no=1
Returns a map of the execution details of the archived actions.