v1.0
post
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/globalProperties
Creates global properties for the site.
Request
Path Parameters
-
mode(required): string
Study mode. Allowed values: active (live study operations), test (testing data), training (training or sandbox data).Example:
test -
studyId(required): string(uuid)
Study identifier as a 32-character uppercase hexadecimal UUID string.Example:
C36A3197FDEE433FB5547EE83DE99E4B
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
globalProperties: array
globalProperties
Collection of global properties for update or create operations.
Nested Schema : globalProperties
Type:
arrayCollection of global properties for update or create operations.
Show Source
Example:
[
{
}
]Nested Schema : SDFsPropertyDto
Type:
Show Source
object-
comment: string
Title:
CommentMinimum Length:0Maximum Length:2048Additional comment captured for the audited update.Example:Association adjusted after data reconciliation. -
id: string
(uuid)
Unique identifier for this record.
-
propertyName(required): string
Minimum Length:
0Maximum Length:100Name of the property.Example:timezone -
propertyValue(required): string
Minimum Length:
0Maximum Length:2048Value of the property.Example:UTC -
reason: string
Title:
ReasonMinimum Length:0Maximum Length:255Reason provided for the audited update.Example:Protocol update requested by study operations. -
sdfId: string
(uuid)
Identifier of the related SDF record.
-
versionStart: string
(date-time)
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : SDFPropertyResponse
Type:
Show Source
object-
sdfPropertyList: array
sdfPropertyList
List of SDF properties.
Nested Schema : sdfPropertyList
Type:
arrayList of SDF properties.
Show Source
-
Array of:
object SDFPropertyDto v1.0
Title:
SDFPropertyDto v1.0Property metadata attached to an SDF.
Example:
[
{
"propertyName":"timezone",
"propertyValue":"UTC"
}
]Nested Schema : SDFPropertyDto v1.0
Type:
objectTitle:
SDFPropertyDto v1.0Property metadata attached to an SDF.
Show Source
-
comment: string
Title:
CommentMinimum Length:0Maximum Length:2048Additional comment captured for the audited update.Example:Association adjusted after data reconciliation. -
id: string
(uuid)
Title:
SDF Property IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the property entry. -
propertyName(required): string
Title:
Property NameMinimum Length:0Maximum Length:100Key identifying the property.Example:PRIMARY_CONTACT -
propertyValue(required): string
Title:
Property ValueMinimum Length:0Maximum Length:100Value stored for the property.Example:ACTIVE -
reason: string
Title:
ReasonMinimum Length:0Maximum Length:255Reason provided for the audited update.Example:Protocol update requested by study operations. -
sdfId: string
(uuid)
Title:
SDF IDIdentifier of the SDF the property belongs to. -
versionStart: string
(date-time)
Example:
[
{
"propertyName":"PRIMARY",
"propertyValue":"ACTIVE"
}
]Examples
400 Response
Returned when one or more path parameters, query parameters, or request-body values fail endpoint validation.
Root Schema : SDFResponse
Type:
objectTitle:
SDFResponseWrapper for service responses containing result or error data.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
The result object for successful requests. Type depends on the API operation.
-
status: string
Status of the response, either 'success' or an error indication.Example:
success
Nested Schema : result
Type:
objectThe result object for successful requests. Type depends on the API operation.
Example:
{
"hasMore":"true",
"totalResults":5,
"count":5,
"data":[
]
}Nested Schema : details
Type:
objectExamples