Get library kits with pagination
get
/ec-library-svc/rest/v1.0/libraryObjects/kits/pagination
Retrieves the list of library kits with pagination.
Request
Query Parameters
-
kitDescription: string
The description to filter by
-
limit(required): integer(int32)
Minimum Value:
1
limit -
offset(required): integer(int32)
Minimum Value:
0
offset -
orderBy: string
Colon separated field and sort order pair, eg. 'kitDescription:asc' or 'poolingId:desc'
-
poolingId: string
The pooling id to filter by
-
searchStr: string
The kit description or pooling id string to search for
-
status: string
The status to filter byAllowed Values:
[ "DRAFT", "APPROVED", "PUBLISHED", "ARCHIVED" ]
-
studyId: string
Caller study ID - for study roles only
-
trialSupplyType: string
The trial supply type to filter byAllowed Values:
[ "BLISTERPACK", "BOTTLE", "DEVICE", "SYRINGE", "OINTMENT", "VIAL", "INHALER", "INFUSION", "BOX", "OTHER" ]
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : LibraryKitsDtoV1 v1.0
Type:
object
Title:
LibraryKitsDtoV1 v1.0
Information about library kits
Show Source
-
kitDescription: string
(string)
Kits descriptionExample:
Placebo
-
libraryKitId: string
(uuid)
Library kit ID
-
poolingId: string
(string)
Pooling IDExample:
BPAF
-
status: string
Allowed Values:
[ "DRAFT", "APPROVED", "ARCHIVED", "PUBLISHED" ]
Library statusExample:DRAFT
-
storageSetting: string
Allowed Values:
[ "AMBIENT", "REFRIGERATED", "FROZEN" ]
Kit storage setting.Example:REFRIGERATED
-
trialSupplyType: string
Trial supply type for the kit.Example:
BOTTLE
-
unitsPerKit: number
(double)
Units per KitExample:
5
400 Response
Bad request.
Nested Schema : details
Type:
object
500 Response
Error
Nested Schema : details
Type:
object