--- title: HistoryListing --- ## PureCloud::HistoryListing ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | | [optional] | | **complete** | **BOOLEAN** | | [optional] | | **user** | [**User**](User.html) | | [optional] | | **error_message** | **String** | | [optional] | | **error_code** | **String** | | [optional] | | **error_details** | [**Array<Detail>**](Detail.html) | | [optional] | | **error_message_params** | **Hash<String, String>** | | [optional] | | **action_name** | **String** | Action name | [optional] | | **action_status** | **String** | Action status | [optional] | | **name** | **String** | | [optional] | | **description** | **String** | | [optional] | | **system** | **BOOLEAN** | | [optional] | | **started** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **completed** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **entities** | [**Array<HistoryEntry>**](HistoryEntry.html) | | [optional] | | **total** | **Integer** | | [optional] | | **page_size** | **Integer** | | [optional] | | **page_number** | **Integer** | | [optional] | | **page_count** | **Integer** | | [optional] | {: class="table table-striped"}