v1.0

get

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

Retrieves the history for a specific library object.

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 : LibraryHistoryDtoV1.0
Type: object
Title: LibraryHistoryDtoV1.0
Information about the history of library modifications.
Show Source
  • Title: Last modified date
    Date and time when the resource was last modified.
    Example: 2022-08-30T07:59:46.901Z
  • Title: Library ID
    Unique identifier (UUID, 32-character uppercase hexadecimal string) of the library object.
    Example: B1B8327AFAA6412287106192AB5984EF
  • Title: Library version
    Version identifier of the library.
    Example: 1.0
  • Title: Status
    Status of the resource.
    Example: DRAFT
  • Title: User ID
    Unique user identifier (UUID) representing the investigator or system user who modified or interacted with the subject record
    Example: B1B8327AFAA6412287106192AB5984EF
  • Title: User name
    Name of the user that performed the modification.
    Example: John Doe
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