Get existing data from non-subject forms for kit IDs
post
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/kits/existingdata
Retrieves existing data from clinical supplies forms for kit IDs.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
studyId(required): string(uuid)
ID of the study
Supported Media Types
- application/json
Root Schema : schema
Type:
object
Request object containing kit Ids.
Show Source
-
kitIds(required): array
kitIds
Minimum Number of Items:
1
Maximum Number of Items:2147483647
Nested Schema : kitIds
Type:
array
Minimum Number of Items:
1
Maximum Number of Items:
Show Source
2147483647
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : InventoryDetailsResponse
Type:
object
Response object containing kit Details.
Show Source
Nested Schema : kitDetails
Type:
Show Source
array
-
Array of:
object InventoryDetailsDTO
Contains kit details
Nested Schema : InventoryDetailsDTO
Type:
object
Contains kit details
Show Source
-
kitId: string
(uuid)
Kit Id.
-
propertyValuesList: array
propertyValuesList
-
rightsNeeded: string
rigths needed for kit Description.Example:
ORSUnblinded,ORSUnblindedPharmacist
Nested Schema : propertyValuesList
Type:
Show Source
array
-
Array of:
object InventoryProperties
Contains the property details
Nested Schema : InventoryProperties
Type:
object
Contains the property details
Show Source
-
codeListBlindedKeyValue: string
contains the property keysExample:
blinded
-
codeLIstId: string
contains the codeLIstIdExample:
KitType,InventoryStatus
-
codeListIdForBlindedValue: string
contains the property keysExample:
BlindedValues
-
propertyName: string
contains the property keysExample:
Kit Description
-
propertyValue: string
contains the property valueExample:
Returned to Site,Vial
-
propertyValueTimestamp: string
(date-time)
-
rightsNeeded: string
contains the rightsExample:
ORSUnblinded,ORSUnblindedPharmacist,ORSBlindedDepotGet
-
srcId: string
contains the property keysExample:
B1B8327AFAA6412287106192AB5984EF
-
srcType: string
contains the property keysExample:
DCSubject
404 Response
Invalid study ID or version number
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : result
Type:
object
Result Object
Nested Schema : details
Type:
object
500 Response
Internal server error
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : result
Type:
object
Result Object
Nested Schema : details
Type:
object