Get all sites details or depots details by study ID

get

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

If sdfType is all, then list all sites and depots. If sdfType is Site, lists all sites and matching filter criteria page by page. If sdfType is Depot, lists all depots details, page by page.

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
CTMS Property DTO
Show Source
  • Minimum Length: 0
    Maximum Length: 2048
  • Unique identifier (UUID, 32-character uppercase hexadecimal string) of the entity for which the property applies.
    Example: 2A5E92F1C2D54DDA9F1C0A9E7B3C2D1A
  • Minimum Length: 0
    Maximum Length: 50
    Type of the entity for which the property applies. Type can have value Organization,Contact,Facility,Institution,Investigator,Lab or Depot
  • Minimum Length: 0
    Maximum Length: 100
    Unique key name of the property.
    Example: LabId
  • Minimum Length: 0
    Maximum Length: 500
    Value of the property.
    Example: 2A5E92F1C2D54DDA9F1C0A9E7B3C2D1A
  • Minimum Length: 0
    Maximum Length: 255
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
CTMS Property DTO
Show Source
  • Minimum Length: 0
    Maximum Length: 2048
  • Unique identifier (UUID, 32-character uppercase hexadecimal string) of the entity for which the property applies.
    Example: 2A5E92F1C2D54DDA9F1C0A9E7B3C2D1A
  • Minimum Length: 0
    Maximum Length: 50
    Type of the entity for which the property applies. Type can have value Organization,Contact,Facility,Institution,Investigator,Lab or Depot
  • Minimum Length: 0
    Maximum Length: 100
    Unique key name of the property.
    Example: LabId
  • Minimum Length: 0
    Maximum Length: 500
    Value of the property.
    Example: 2A5E92F1C2D54DDA9F1C0A9E7B3C2D1A
  • Minimum Length: 0
    Maximum Length: 255
Nested Schema : SDFPropertyDetailsDto
Type: object
Show Source
Nested Schema : SDFKitSettingDto
Type: object
Show Source
Back to Top