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:
1limit -
offset(required): integer(int32)
Minimum Value:
0offset -
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:
objectTitle:
LibraryKitsDtoV1 v1.0Information 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.
Root Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: string
Detailed 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 -
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
500 Response
Error
Root Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: string
Detailed 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 -
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