ModelObject

The Type code is MO.

lastUpdateByName
string or null
createdByName
string or null
typedId
string
workflowStatus
string
Possible values: "DRAFT" "SUBMITTED" "DENIED" "APPROVED" "NO_APPROVAL_REQUIRED" "WITHDRAWN" "INVALIDATED"
lastUpdateDate
string or null <date-time>
approvedBy
integer or null
submitDate
string or null <date-time>
deniedByName
string or null
submittedByName
string or null
userGroupViewDetails
string or null <= 255 characters
approvedByName
string or null
state
object or null
id
integer or null
createDate
string or null <date-time>
submittedBy
integer or null
deniedBy
integer or null
label
string or null <= 255 characters
moduleCategoryUN
string or null
version
integer or null
currentStep
string or null <= 255 characters
uniqueName
string or null <= 255 characters
createdBy
integer or null
userGroupEdit
string or null <= 255 characters
modelClassUN
string or null <= 255 characters
status
string
Possible values: "INVALID" "DRAFT" "CALCULATING" "ERROR" "READY"
lastUpdateBy
integer or null
{
  • "lastUpdateByName": "string",
  • "createdByName": "string",
  • "typedId": "string",
  • "workflowStatus": "DRAFT",
  • "lastUpdateDate": "2019-08-24T14:15:22Z",
  • "approvedBy": 0,
  • "submitDate": "2019-08-24T14:15:22Z",
  • "deniedByName": "string",
  • "submittedByName": "string",
  • "userGroupViewDetails": "string",
  • "approvedByName": "string",
  • "state": { },
  • "id": 0,
  • "createDate": "2019-08-24T14:15:22Z",
  • "submittedBy": 0,
  • "deniedBy": 0,
  • "label": "string",
  • "moduleCategoryUN": "string",
  • "version": 0,
  • "currentStep": "string",
  • "uniqueName": "string",
  • "createdBy": 0,
  • "userGroupEdit": "string",
  • "modelClassUN": "string",
  • "status": "INVALID",
  • "lastUpdateBy": 0
}