Get global site property by property name
get
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/globalProperties/{propName}
Retrieves the SDF global property with the specified property name.
Request
Path Parameters
-
mode(required): string
Mode of the study. Accepts active, test, or training.
-
propName(required): string
Get property of site by property name.
-
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 : 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
Bad request.
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object