Get list of filtered kits
get
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/inventory/qualified-kits
Retrieves list of kits which had qualified recent updates based on criteria defined by Oracle Clinical One Integration Hub. In this API, blockNumber and kitNumberUTF added to return block number and kit number in UTF-8. Rights: OrsInventoryGet and OrsUnblinded.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training.
-
studyId(required): string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.
Query Parameters
-
endDate(required): string
End date/time for looking and fetching qualified Kit updates
-
startDate(required): string
Start date/time for looking and fetching qualified Kit updates
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : schema
Type:
Show Source
array-
Array of:
object Kit Details Extended
Title:
Kit Details ExtendedKit details with extended fields used by Integration Hub
Nested Schema : Kit Details Extended
Type:
objectTitle:
Kit Details ExtendedKit details with extended fields used by Integration Hub
Show Source
-
blindedLotExpirationDate: string
(date-time)
Blinded lot expiration date
-
blindedLotId: string
Blinded lot idExample:
9BD49A59E47E4383B98802712763FD43 -
blindedLotNumber: string
Blinded lot numberExample:
BLot1101 -
blockNumber: string
Block NumberExample:
1101 -
inventoryId: string
(uuid)
Unique id for inventory
-
inventoryStatus: string
Inventory statusExample:
Dispensed -
inventoryStatusId: number
(BigDecimal)
Inventory status idExample:
10 -
kitNumber: number
(BigDecimal)
Kit number.Example:
10 -
kitNumberUTF: string
Kit Number with UTF8 supportExample:
KN1101 -
labelGroup: string
Label groupExample:
Labelgroup1001 -
labelGroupId: string
Label group idExample:
9BD49A59E47E4383B98802712763FD43 -
locationChangeList: array
locationChangeList
-
locationId: string
Location idExample:
1873CDF69E9B48B89B2D9E7951057D09 -
manufacturingLotExpirationDate: string
(date-time)
Manufacturing lot expiration date
-
manufacturingLotId: string
Manufactoring lot idExample:
9BD49A59E47E4383B98802712763FD43 -
manufacturingLotNumber: string
Manufactoring lot numberExample:
Mlot1001 -
prevBlindedLotNumber: string
Previous blinded lot numberExample:
BLot1101 -
prevInventoryStatus: string
Previous Inventory statusExample:
Dispensed -
prevInventoryStatusId: number
(BigDecimal)
Previous inventory status idExample:
10 -
prevManufacturingLotNumber: string
Previous manufactoring lot numberExample:
Mlot1001 -
sequenceNumber: number
(BigDecimal)
Sequence numberExample:
10
Nested Schema : locationChangeList
Type:
Show Source
array-
Array of:
object LocationUpdateTO
Title:
LocationUpdateTOContains location (site/depot) info.
Nested Schema : LocationUpdateTO
Type:
objectTitle:
LocationUpdateTOContains location (site/depot) info.
Show Source
-
locationChangeDate: string
(date-time)
Date when inventory site/deopt changed
-
locationId: string
Location idExample:
1873CDF69E9B48B89B2D9E7951057D09
400 Response
Invalid date range
Root Schema : ORSResponse
Type:
objectCommon response object.
Show Source
-
errorData: object
ErrorResponseData
Structure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success -
version: integer
(int32)
Nested Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: object
details
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
-
errorCode: string
Application or business-specific error code representing the error type.Example:
REPT_401 -
errorMessage: string
Human-readable error message describing the failure or issue.Example:
Unauthorized: User does not have access to the requested resource
Nested Schema : result
Type:
objectResult Object
Nested Schema : details
Type:
objectDetailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
Example:
User role is missing required permission REPORTING_VIEW. Field: userId404 Response
Invalid study ID
Root Schema : ORSResponse
Type:
objectCommon response object.
Show Source
-
errorData: object
ErrorResponseData
Structure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success -
version: integer
(int32)
Nested Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: object
details
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
-
errorCode: string
Application or business-specific error code representing the error type.Example:
REPT_401 -
errorMessage: string
Human-readable error message describing the failure or issue.Example:
Unauthorized: User does not have access to the requested resource
Nested Schema : result
Type:
objectResult Object
Nested Schema : details
Type:
objectDetailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
Example:
User role is missing required permission REPORTING_VIEW. Field: userId500 Response
Internal server error
Root Schema : ORSResponse
Type:
objectCommon response object.
Show Source
-
errorData: object
ErrorResponseData
Structure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success -
version: integer
(int32)
Nested Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: object
details
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
-
errorCode: string
Application or business-specific error code representing the error type.Example:
REPT_401 -
errorMessage: string
Human-readable error message describing the failure or issue.Example:
Unauthorized: User does not have access to the requested resource
Nested Schema : result
Type:
objectResult Object
Nested Schema : details
Type:
objectDetailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
Example:
User role is missing required permission REPORTING_VIEW. Field: userId