[Deprecated]: Get library object
get
/ec-library-svc/rest/v1.0/libraryObjects/{libraryId}
Deprecated: Retrieves a library object based on query parameters.
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 LibraryDto v1.0
Title:
LibraryDto v1.0
Information about library
Nested Schema : LibraryDto v1.0
Type:
object
Title:
LibraryDto v1.0
Information about library
Show Source
-
description: string
Library descriptionExample:
Advanced demography form
-
libraryId: string
(uuid)
Library ID
-
libraryVersion: string
Library versionExample:
v1.0
-
objectGroup: string
Object group (title)Example:
Demography
-
objectId: string
(uuid)
Object (forms, rules...) ID
-
objectType: string
Object typeExample:
FORM
-
status: string
Library statusExample:
DRAFT
-
studyId: string
(uuid)
Library study id
-
studyVersion: string
Library study versionExample:
1.0.0.1
-
tags: string
Library tagsExample:
LIB
500 Response
Error
Nested Schema : details
Type:
object