GetCaseHistory |
Scroll |
REST URL (POST) https://tenant.thereforeonline.com/theservice/v0001/restun/GetCaseHistory
SOAP Action (POST) http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetCaseHistory
Returns the history of the case.
Input Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetCaseHistory
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â– CaseNo |
xs:int |
mandatory |
Sets the number of the case to get history for. |
Output Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetCaseHistoryResponse
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â–¡ CaseHistory |
|
nillable |
Gets the list of the case history entries. |
≡ WSCaseHistoryEntry |
|
list nillable |
|
â–¡ ActionDate |
xs:dateTime |
nillable |
Gets the date and time the history entry was created. |
â– EntryType |
|
restriction enum (xs:string) - CaseCreatedCH (1) - DocumentAddedCH (2) - DocumentModifiedCH (3) - DocumentDeletedCH (4) - TheCaseHistoryEntryType (5) |
Gets the type of the history entry. |
â– ItemData |
xs:int |
|
Contains context sensitive data about the item that created this history entry. |
â– ItemNo |
xs:int |
|
Gets the identifier of the item that created the history entry. |
â– ParentItemNo |
xs:int |
|
Gets the identifier of the items parent where the history entry was created. |
â–¡ Text |
xs:string |
nillable |
Gets the text for the history entry. |
â–¡ UserName |
xs:string |
nillable |
Gets the user name of the user who caused the history entry. |
â– UserNo |
xs:int |
|
Gets the Thereforeâ„¢ user number of the user who caused the history entry. |
â–¡ ActionDateISO8601 |
xs:string |
nillable |
Gets the date and time the history entry was created (in ISO 8601 format, UTC). |
Legend:
â– |
Not nillable element. |
â–¡ |
Nillable element. |
≡ |
List of elements. |
Bold |
Mandatory element. |