Get all library uses for a given study
get
/ec-library-svc/rest/v2.0/libraryUses/study/{studyId}
Retrieves all library uses for a given study.
Request
Path Parameters
-
studyId(required): string(uuid)
Study 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 LibraryUsesDto v2.0
Title:
LibraryUsesDto v2.0
Information about library uses
Nested Schema : LibraryUsesDto v2.0
Type:
object
Title:
LibraryUsesDto v2.0
Information about library uses
Show Source
-
libraryId: string
(uuid)
Library ID
-
librarySourceStudyId: string
(uuid)
Study id where library was created
-
objectId: string
(uuid)
Object (forms...) ID
-
objectType: string
Object typeExample:
FORM
-
relationType: string
Allowed Values:
[ "LIBRARY_ROOT, IMPORT_FROM_LIBRARY, IMPORT_FROM_LIBRARY_MODIFIED" ]
Uses relation typeExample:LIBRARY_ROOT
-
status: string
Study typeExample:
LIBRARY
-
studyId: string
(uuid)
Study id
-
studyVersion: string
(uuid)
Library study version
-
versionStart: string
(date-time)
Uses version start - last modified
500 Response
Error
Nested Schema : details
Type:
object