Get kits from all study versions in Testing, Approved and Archived

get

/ec-designer-ors-svc/rest/v7.0/studies/{studyId}/kits

Retrieves list of kits for all study versions in Testing, Approved and Archived states.

Request

Path Parameters
Query Parameters
  • Kit type, such as standard, titration, device or all, to filter by.
    Default Value: false
    Allowed Values: [ "true", "false" ]
  • Kit type, such as standard, titration, device or all, to filter by.
    Default Value: all
    Allowed Values: [ "standard", "device", "titration", "advancedDispensation", "all" ]
  • Study version mode to filter kits or titration
    Allowed Values: [ "test", "training", "active" ]
  • Indicates if to unblind all fields for user with OrsUnblinded right.
    Default Value: false

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : KitDescDto V6.0
Type: object
Title: KitDescDto V6.0
Kit description and distribution setting
Show Source

500 Response

Error
Body ()
Root Schema : ErrorResponseData
Type: object
Structure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
  • 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
  • Application or business-specific error code representing the error type.
    Example: REPT_401
  • Human-readable error message describing the failure or issue.
    Example: Unauthorized: User does not have access to the requested resource
Back to Top