v1.0

get

/ec-library-svc/rest/v1.0/libraryUses/{libraryId}

Retrieves library uses objects depending on query parameters.

Request

Path Parameters

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 : LibraryUsesDtoV1.0
Type: object
Title: LibraryUsesDtoV1.0
Information about how a library object is used in studies.
Show Source
  • Title: Library ID
    Unique identifier (UUID, 32-character uppercase hexadecimal string) of the library object.
    Example: B1B8327AFAA6412287106192AB5984EF
  • Title: Object ID
    Unique identifier (UUID, 32-character uppercase hexadecimal string) of the underlying object (for example, forms or rules).
    Example: B1B8327AFAA6412287106192AB5984EF
  • Title: Object type
    Type of the underlying object.
    Example: FORM
  • Title: Study ID
    Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.
    Example: B1B8327AFAA6412287106192AB5984EF
  • Title: Study type
    Type of the study.
    Example: LIBRARY
  • Title: Study version
    String representing the version of the study configuration or protocol. Helps track changes in form or study design.
    Example: 1.0.0.1
Examples

500 Response

Error
Body ()
Root Schema : ErrorResponseData
Type: object
Title: ErrorResponseData
Error Response Details Information
Show Source
  • Object
    Title: Object
    Object with error details information.
  • Error code which is stored in ErrorCode enum. Example : C1-003
    Example: C1-003
  • Error message which is stored in service property file. Example : Cannot modify object after a study version has been approved
    Example: Cannot modify object after a study version has been approved
Nested Schema : Object
Type: object
Title: Object
Object with error details information.
Back to Top