Skip to content

Commit cdae57f

Browse files
[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
1 parent 248439c commit cdae57f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

source/includes/acts/get_api.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,8 +1037,6 @@ IRestResponse response = client.Execute(request);
10371037
"workflowTypeId": "number",
10381038
"workflowDate": "2017-02-13T22:15:30.203Z",
10391039
"dataLockTypeId": "1",
1040-
"alternateNames": "string",
1041-
"sortOrder": "number",
10421040
"lastModifiedDate": "2017-02-13T22:15:30.203Z",
10431041
"externalIdentifier": "string",
10441042
"comments": "string"
@@ -1058,10 +1056,12 @@ Attribute | Type | Description
10581056
--------- | ---- | -----------
10591057
PageNumber | int | Page number of the results to fetch.
10601058
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"
10651065
10661066
### 15. Workflow Answer Table
10671067
@@ -1135,7 +1135,7 @@ workflowIds | int | Workflow IDs are the unique identifier for workflows (the na
11351135
workflowQuestionIds | int | Workflow Question IDs are the unique identifiers for questions in the workflow. Question IDs are associated with a unique Workflow ID.
11361136
categoryAnswerIndex | int | Category Answer Index is the index for answers in the category.
11371137
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.
11391139
questionRevisionIndex | int | Question Revision Index is the index for questions with revisions. If the question itself is updated a question revision ID is assigned.
11401140
workflowAnswer | string | Wokflow Answer is the answer to the question..
11411141
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
14291429
workflowQuestionCategoryIds | int | Workflow Question Category Ids are the unique identifiers for the associated workflow question category.
14301430
dataTypeIds | int | Data Type IDs are the unique identifiers for the associated data type.
14311431
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.
14341433
14351434
### 20. Workflow Type Table
14361435

0 commit comments

Comments
 (0)