Get all sites and depots details by study ID based on given filters

get

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

Retrieves all sites and/or depots details for a given study and based on given parameters. If sdfType is all, then list all sites and depots for which user has access. If sdfType is Site, lists all sites for which user has access that match filter criteria. If sdfType is Depot, lists all depots details for which user has access.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
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

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