v1.0
post
/ec-library-svc/rest/v1.0/libraryObjects/studies/{studyId}/versions/{studyVersion}/revertCopyObjects
Undo the previous copy of a library object.
Request
Path Parameters
-
studyId(required): string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.Example:
B1B8327AFAA6412287106192AB5984EF -
studyVersion(required): string
Study versionExample:
1.0.0.1
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
array-
Array of:
object LibraryCopyObjectDtoV1.0
Title:
LibraryCopyObjectDtoV1.0Information about a library object copy request.
Nested Schema : LibraryCopyObjectDtoV1.0
Type:
objectTitle:
LibraryCopyObjectDtoV1.0Information about a library object copy request.
Show Source
-
objectGroup: string
Title:
Object groupObject group or title.Example:Demography -
objectId: string
Title:
Object IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the underlying object (for example, forms or rules).Example:B1B8327AFAA6412287106192AB5984EF -
objectType: string
Title:
Object typeType of the underlying object.Example:FORM -
sourceObjectId: string
Title:
Source object IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the source object used for copy.Example:B1B8327AFAA6412287106192AB5984EF -
sourceStudyId: string
Title:
Source study IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the source study used for copy.Example:B1B8327AFAA6412287106192AB5984EF -
sourceStudyType: string
Title:
Source study typeType of the source study used for copy.Example:LIBRARY -
sourceStudyVersion: string
Title:
Source study versionVersion identifier of the source study used for copy.Example:1.0.0.1 -
studyId: string
Title:
Study IDUnique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.Example:B1B8327AFAA6412287106192AB5984EF -
studyType: string
Title:
Study typeType of the study.Example:LIBRARY -
studyVersion: string
Title:
Study versionString representing the version of the study configuration or protocol. Helps track changes in form or study design.Example:1.0.0.1
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : LibraryCopyObjectDtoV1.0
Type:
objectTitle:
LibraryCopyObjectDtoV1.0Information about a library object copy request.
Show Source
-
objectGroup: string
Title:
Object groupObject group or title.Example:Demography -
objectId: string
Title:
Object IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the underlying object (for example, forms or rules).Example:B1B8327AFAA6412287106192AB5984EF -
objectType: string
Title:
Object typeType of the underlying object.Example:FORM -
sourceObjectId: string
Title:
Source object IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the source object used for copy.Example:B1B8327AFAA6412287106192AB5984EF -
sourceStudyId: string
Title:
Source study IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the source study used for copy.Example:B1B8327AFAA6412287106192AB5984EF -
sourceStudyType: string
Title:
Source study typeType of the source study used for copy.Example:LIBRARY -
sourceStudyVersion: string
Title:
Source study versionVersion identifier of the source study used for copy.Example:1.0.0.1 -
studyId: string
Title:
Study IDUnique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.Example:B1B8327AFAA6412287106192AB5984EF -
studyType: string
Title:
Study typeType of the study.Example:LIBRARY -
studyVersion: string
Title:
Study versionString 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
Nested Schema : details
Type:
object