Get items with ASVs within date range
get
/ec-designer-svc/rest/v2.0/studies/{studyId}/studyversionobjects/formitems
Retrieves items with ASVs within a given date range.
Request
Path Parameters
-
studyId(required): string(uuid)
Study ID. Example: F054C951EB74443C93716CA714AB686E
Query Parameters
-
formCategory: string
Form category to filter form items byDefault Value:
DCS
-
fromDate: string
-
limit: integer(int32)
Number of study versions to returnDefault Value:
1000
-
offset: integer(int32)
Study version index to start fromDefault Value:
0
-
toDate: string
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Nested Schema : StudyVersionFormItemDto
Type:
Show Source
object
-
count: integer
(int32)
CountExample:
10
-
hasMore: boolean
(true)
has moreExample:
true
-
limit: integer
(int32)
LimitExample:
10
-
offset: integer
(int32)
OffsetExample:
10
-
resultData: array
resultData
The items
-
totalResults: integer
(int32)
Total ResultsExample:
10
Nested Schema : resultData
Type:
array
The items
Show Source
-
Array of:
object ItemDetailsDto
The items
Nested Schema : ItemDetailsDto
Type:
object
The items
Show Source
-
itemId: string
(uuid)
Item Id
-
mode: string
(TEST)
modeExample:
TEST
-
sourceStudyVersion: string
(string)
Source Study VersonExample:
1.0.0.1
-
studyVersion: string
(string)
Study VersonExample:
1.0.0.1
-
targetStudyVersion: string
(string)
Target Study VersonExample:
1.0.0.1
-
versionStart: string
(date-time)
Item Id
500 Response
Error
Nested Schema : details
Type:
object