v2.0

post

/ec-library-svc/rest/v2.0/libraryObjects/studies/{studyId}/versions/{studyVersion}/{copyObjectMethod}/copyObjects

Copies a library object.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: array
Show Source
Nested Schema : LibraryCopyObjectDtoV2.0
Type: object
Title: LibraryCopyObjectDtoV2.0
Information about a library object copy request.
Show Source
  • Title: Is associated form
    Indicates whether the form is associated.
    Example: true
  • Title: Object group
    Object group or title.
    Example: Demography
  • Title: Object ID
    Unique identifier (UUID, 32-character uppercase hexadecimal string) of the underlying object (for example, forms or rules).
    Example: B1B8327AFAA6412287106192AB5984EF
  • Title: Object type
    Type of the underlying object.
    Example: FORM
  • Title: Source object ID
    Unique identifier (UUID, 32-character uppercase hexadecimal string) of the source object used for copy.
    Example: B1B8327AFAA6412287106192AB5984EF
  • Title: Source study ID
    Unique identifier (UUID, 32-character uppercase hexadecimal string) of the source study used for copy.
    Example: B1B8327AFAA6412287106192AB5984EF
  • Title: Source study type
    Type of the source study used for copy.
    Example: LIBRARY
  • Title: Source study version
    Version identifier of the source study used for copy.
    Example: 1.0.0.1
  • Title: Study ID
    Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.
    Example: B1B8327AFAA6412287106192AB5984EF
  • Title: Study type
    Type of the study.
    Example: LIBRARY
  • Title: Study version
    String 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

200 Response

Successful operation.
Body ()
Root Schema : LibraryCopyObjectDtoV1.0
Type: object
Title: LibraryCopyObjectDtoV1.0
Information about a library object copy request.
Show Source
  • Title: Object group
    Object group or title.
    Example: Demography
  • Title: Object ID
    Unique identifier (UUID, 32-character uppercase hexadecimal string) of the underlying object (for example, forms or rules).
    Example: B1B8327AFAA6412287106192AB5984EF
  • Title: Object type
    Type of the underlying object.
    Example: FORM
  • Title: Source object ID
    Unique identifier (UUID, 32-character uppercase hexadecimal string) of the source object used for copy.
    Example: B1B8327AFAA6412287106192AB5984EF
  • Title: Source study ID
    Unique identifier (UUID, 32-character uppercase hexadecimal string) of the source study used for copy.
    Example: B1B8327AFAA6412287106192AB5984EF
  • Title: Source study type
    Type of the source study used for copy.
    Example: LIBRARY
  • Title: Source study version
    Version identifier of the source study used for copy.
    Example: 1.0.0.1
  • Title: Study ID
    Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.
    Example: B1B8327AFAA6412287106192AB5984EF
  • Title: Study type
    Type of the study.
    Example: LIBRARY
  • Title: Study version
    String 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
Body ()
Root Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Back to Top