Get all study versions for a site

get

/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/allstudyversions/{sdfType}

Retrieves all study versions assigned to a site.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : SDFDetailsResponse
Type: object
Show Source
Nested Schema : Discriminator: sdfType
Type: object
Show Source
Nested Schema : sdfAddressAssociations
Type: array
Show Source
Nested Schema : sdfKitSettingDto
Type: array
Show Source
Nested Schema : sdfPropertyList
Type: array
Show Source
Nested Schema : SDFAddressAssociationDetailsDto
Type: object
Show Source
Nested Schema : entityAddressProperties
Type: array
Show Source
Nested Schema : sdfAddressProperties
Type: array
Show Source
Nested Schema : PropertyDto
Type: object
Show Source
Nested Schema : SDFPropertyDetailsDto
Type: object
Show Source
Nested Schema : SDFKitSettingDto
Type: object
Show Source

400 Response

Bad request.
Body ()
Root Schema : SDFDetailsResponse
Type: object
Show Source
Nested Schema : Discriminator: sdfType
Type: object
Show Source
Nested Schema : sdfAddressAssociations
Type: array
Show Source
Nested Schema : sdfKitSettingDto
Type: array
Show Source
Nested Schema : sdfPropertyList
Type: array
Show Source
Nested Schema : SDFAddressAssociationDetailsDto
Type: object
Show Source
Nested Schema : entityAddressProperties
Type: array
Show Source
Nested Schema : sdfAddressProperties
Type: array
Show Source
Nested Schema : PropertyDto
Type: object
Show Source
Nested Schema : SDFPropertyDetailsDto
Type: object
Show Source
Nested Schema : SDFKitSettingDto
Type: object
Show Source
Back to Top