--- title: WorkItemDetails --- ## PureCloud::WorkItemDetails ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **work_item_definition** | [**WorkItemDefinition**](WorkItemDefinition.html) | | [optional] | | **flow_exec_id** | [**FlowExecId**](FlowExecId.html) | The flow instance ID that created this WorkItem | | | **flow_config_id** | [**FlowConfigId**](FlowConfigId.html) | The flow config ID that this workitem was created from. | | | **flow_create_time** | **DateTime** | The time the flow was started. (that created this workitem). Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | | **create_time** | **DateTime** | The time this workitem was started. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | | **owner** | [**User**](User.html) | The user currently working on/has responsibility for this WorkItem. May be null if no owner. | [optional] | | **offered_to_users** | [**Array<User>**](User.html) | List of users that this workItem is offered to. May be null if only offered to queues. | [optional] | | **offered_to_queues** | [**Array<Queue>**](Queue.html) | List of queues that this workItem is offered to. May be null if only offered to users. | [optional] | | **title** | **String** | The work item title | [optional] | | **subtitle** | **String** | The work item's subtitle - 2nd line/description | [optional] | | **associated_documents** | [**Array<AssociatedDocument>**](AssociatedDocument.html) | The documents associated with this workitem | [optional] | | **available_actions** | [**WorkItemActions**](WorkItemActions.html) | The actions that the user can take on this workitem (submit, transfer, etc). | [optional] | | **data_value_info** | [**DataValueInfo**](DataValueInfo.html) | The data items that provide values for any work item form elements, if applicable. | [optional] | | **work_item_cache** | [**WorkItemCache**](WorkItemCache.html) | The data items in the current work item cache, if one exists. | [optional] | | **last_offered_time** | **DateTime** | The time this work item was last offered to a user or queue. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **last_ownership_update_time** | **DateTime** | The most recent time a user assumed ownership of a work item. This may be blank if the work item has no owner. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **current_task_start_time** | **DateTime** | This is the time when the current task that started the work item was started. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}