Get history of a library object
get
/ec-library-svc/rest/v1.0/libraryHistory/{libraryId}
Retrieves the history for a specific library object.
Request
Path Parameters
-
libraryId(required): string(uuid)
Library id
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : schema
Type:
Show Source
array
-
Array of:
object LibraryHistoryDto
Title:
LibraryHistoryDto
Information about the history of library modifictation
Nested Schema : LibraryHistoryDto
Type:
object
Title:
LibraryHistoryDto
Information about the history of library modifictation
Show Source
-
lastModifiedDate: string
(date-time)
Last Modified DateExample:
2022-08-30T07:59:46.901Z
-
libraryId: string
(uuid)
Library ID
-
libraryVersion: string
Library versionExample:
v1.0
-
status: string
Library statusExample:
DRAFT
-
userId: string
(uuid)
Library user id
-
userName: string
User nameExample:
John Doe
500 Response
Error
Root Schema : ErrorResponseData
Type:
object
Title:
ErrorResponseData
Error Response Details Information
Show Source
-
details: object
Object
Title:
Object
Object with error details information. -
errorCode: string
Error code which is stored in ErrorCode enum. Example : C1-003Example:
C1-003
-
errorMessage: string
Error message which is stored in service property file. Example : Cannot modify object after a study version has been approvedExample:
Cannot modify object after a study version has been approved
Nested Schema : Object
Type:
object
Title:
Object
Object with error details information.