Get non-serialized kits by KitTypeId
get
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/nsinventory/kit-types/{kitTypeId}/kits
Retrieves non-serialized kits by KitTypeId. Filtered by location, label, lotID and Kit Status.
Request
Path Parameters
-
kitTypeId(required): string(uuid)
Kit Type ID of a non-serialized kit.
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
studyId(required): string(uuid)
ID of the study
Query Parameters
-
kitStatus(required): number
Inventory Status of the non-serialized kit.
-
labelGroupId(required): string
Label Group of the non-serialized Kit.
-
limit(required): integer(int32)
limit value
-
location(required): string
Location of the non-serialized kit.
-
lotId(required): string
Lot Id of the non-serialized Kit.
-
offset(required): integer(int32)
offset value
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
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
404 Response
Invalid Kit TypeId
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