The type code is DCR.
| lastUpdateByName | string  <= 255 characters   | 
| createdByName | string  <= 255 characters   | 
| typedId | string  | 
| approvalDate | string or null <date-time>   | 
| approvalRequiredEmailAttachments | Array of strings or null or null  | 
| dcrTypeName | string  <= 255 characters   | 
| workflowStatus | string  <= 255 characters   Possible values: "DRAFT" "SUBMITTED" "DENIED" "APPROVED" "NO_APPROVAL_REQUIRED" "WITHDRAWN" "INVALIDATED"    | 
| lastUpdateDate | string <date-time>   | 
| approvalState | string or null  <= 255 characters   Possible values: "NOT_APPROVED" "PARTIALLY_APPROVED" "APPROVED" "AUTO_APPROVED" "DENIED"    | 
| label | string  <= 255 characters   | 
| version | integer  | 
| deniedByName | string or null  | 
| dcrTargetType | string  <= 255 characters   | 
| uniqueName | string  <= 255 characters   | 
| dcrTargetInfo | string or null  <= 255 characters   | 
| createdBy | integer  | 
| submittedByName | string or null  <= 255 characters   | 
| userGroupEdit | string or null  <= 255 characters   | 
| userGroupViewDetails | string or null  <= 255 characters   | 
| approvedByName | string or null  | 
| createDate | string <date-time>   | 
| lastUpdateBy | integer  | 
{- "lastUpdateByName": "string",
 - "createdByName": "string",
 - "typedId": "string",
 - "approvalDate": "2019-08-24T14:15:22Z",
 - "approvalRequiredEmailAttachments": [
- "string"
 
], - "dcrTypeName": "string",
 - "workflowStatus": "DRAFT",
 - "lastUpdateDate": "2019-08-24T14:15:22Z",
 - "approvalState": "NOT_APPROVED",
 - "label": "string",
 - "version": 0,
 - "deniedByName": "string",
 - "dcrTargetType": "string",
 - "uniqueName": "string",
 - "dcrTargetInfo": "string",
 - "createdBy": 0,
 - "submittedByName": "string",
 - "userGroupEdit": "string",
 - "userGroupViewDetails": "string",
 - "approvedByName": "string",
 - "createDate": "2019-08-24T14:15:22Z",
 - "lastUpdateBy": 0
 
}