You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ILX-46815] Defect fixes in Workflow Get Endpoint (#18)
* Workflow All get and Post Endpoint Addeed
* [ILX-105] Documentation error update
* fixed the Unit Table errors
* updated as pe PR comments
* update per Defects
@@ -1058,10 +1056,12 @@ Attribute | Type | Description
1058
1056
--------- | ---- | -----------
1059
1057
PageNumber | int | Page number of the results to fetch.
1060
1058
PageSize | int | The number of results per page
1061
-
workflowIds | int | Unit ID is one of the unique identifier for this Unit record
1062
-
workflowTypeIds | int | Unit Type Ids is the unique identifier of the associated unit type
1063
-
workflow | string | Units is one of the filter option and the parameter is for the Name of the Unit
1064
-
1059
+
workflowIds | int | Workflow IDs are the unique identifier for workflows.
1060
+
workflowTypeIds | int | Workflow Type IDs are the unique identifier for a workflow type.
1061
+
workflowStartDate | dateTime | Date time format "yyyy/mm/dd T hours:min:secZ - Ex : 2017-02-13T22:15:30Z"
1062
+
workflowEndDate | dateTime | Date time format "yyyy/mm/dd T hours:min:secZ - Ex : 2017-02-13T22:15:30Z"
1063
+
lastModifiedStartDate | dateTime | Date time format "yyyy/mm/dd T hours:min:secZ - Ex : 2017-02-13T22:15:30Z"
1064
+
lastModifiedEndDate | dateTime | Date time format "yyyy/mm/dd T hours:min:secZ - Ex : 2017-02-13T22:15:30Z"
1065
1065
1066
1066
### 15. Workflow Answer Table
1067
1067
@@ -1135,7 +1135,7 @@ workflowIds | int | Workflow IDs are the unique identifier for workflows (the na
1135
1135
workflowQuestionIds | int | Workflow Question IDs are the unique identifiers for questions in the workflow. Question IDs are associated with a unique Workflow ID.
1136
1136
categoryAnswerIndex | int | Category Answer Index is the index for answers in the category.
1137
1137
categoryRevisionIndex | int | Category Revision Index is the list of category revisions. If the workflow itself is updated a new category revision ID is assigned.
1138
-
questionAnswerIndex | int | QQuestion Answer Index is the index for answers to a question. Answer IDs are associated with a unique Question ID.
1138
+
questionAnswerIndex | int | Question Answer Index is the index for answers to a question. Answer IDs are associated with a unique Question ID.
1139
1139
questionRevisionIndex | int | Question Revision Index is the index for questions with revisions. If the question itself is updated a question revision ID is assigned.
1140
1140
workflowAnswer | string | Wokflow Answer is the answer to the question..
1141
1141
lastModifiedStartDate | dateTime | Date time format "yyyy/mm/dd T hours:min:secZ - Ex : 2017-02-13T22:15:30Z"
@@ -1429,8 +1429,7 @@ workflowQuestionIds | int | Workflow Question ID are the unique identifiers for
1429
1429
workflowQuestionCategoryIds | int | Workflow Question Category Ids are the unique identifiers for the associated workflow question category.
1430
1430
dataTypeIds | int | Data Type IDs are the unique identifiers for the associated data type.
1431
1431
requiredInds | string | Required Inds is the value if an answer is required before saving the form.
1432
-
questions | string | quQuestions are the question content values included on the form.
1433
-
1432
+
questions | string | Questions are the question content values included on the form.
0 commit comments