[Deprecated]: Get a site by SDF ID for a tenant
get
/ec-site-svc/rest/v1/studies/{studyId}/{mode}/sdfs/tenant/{sdfId}
Deprecated: Retrieves the site by SDF ID for a given tenant.
Request
Path Parameters
-
mode(required): string
Mode of the study. Accepts active, test, or training.
-
sdfId(required): string
Get by SDF ID.
-
studyId(required): string(uuid)
The ID of the study.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : SDFModel
Type:
object
Contains site and depot detail
Show Source
-
attention: string
Attention
-
depot: boolean
Is it depotExample:
true
-
primaryAddress: object
shippingAddress
Title:
shippingAddress
Contains site/depot address. -
prinicalInvestigator: string
-
sdf: object
SDFs
Contains site and depot detail
-
sdfAddresses: array
sdfAddresses
-
sdfPropertyList: array
sdfPropertyList
-
shippingAddress: object
shippingAddress
Title:
shippingAddress
Contains site/depot address. -
studyVersion: string
Version of the studyExample:
1.0.0.1
Nested Schema : shippingAddress
Type:
object
Title:
shippingAddress
Contains site/depot address.
Show Source
-
address: string
-
addressCity: string
Address city
-
addressCountry: string
Address country
-
addressCounty: string
Address county
-
addressPostalcode: string
Address postal code
-
addressStateOrProvOrCounty: string
Address state/province/county
-
addressStreet1: string
Address Street1 detail
-
addressStreet2: string
Address Street2 detail
-
addressType: string
Type of address nameExample:
Primary/Shipping
-
email: string
Email Address
-
fax: string
Fax number
-
id: string
(uuid)
Unique id for site/depot address
-
phone: string
Phone number
-
sdfId: string
(uuid)
Unique id for site/depot
-
versionStart: string
(date-time)
Version Start
Nested Schema : SDFs
Type:
object
Contains site and depot detail
Show Source
-
designId: string
(uuid)
Unique id for design
-
designVersionStart: string
(date-time)
Design Version start
-
id: string
(uuid)
Unique id for site/depot
-
name: string
Site nameExample:
Site1001
-
sdfType: string
Site/Depot typeExample:
Site/Depot
-
status: string
Allowed Values:
[ "new", "active", "retired" ]
Site statusExample:new
-
studyOrgId: string
Site/Depot org idExample:
Site1001
-
versionStart: string
(date-time)
Version Start
Nested Schema : sdfAddresses
Type:
Show Source
array
-
Array of:
object shippingAddress
Title:
shippingAddress
Contains site/depot address.
Nested Schema : sdfPropertyList
Type:
Show Source
array
-
Array of:
object sdfPropertyList
Title:
sdfPropertyList
Contains site depot properties.
Nested Schema : sdfPropertyList
Type:
object
Title:
sdfPropertyList
Contains site depot properties.
Show Source
-
id: string
(uuid)
Unique id for site property
-
propertyName: string
Property nameExample:
drugDestruction
-
propertyValue: string
Property valueExample:
false
-
reason: string
reasonExample:
test
-
sdfId: string
(uuid)
Unique id for site/depot
-
versionStart: string
(date-time)
Version Start
400 Response
Invalid SDF ID
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object