v1.0
put
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/globalProperties
Updates the global property of the site with property ID.
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
Site property updated.
Root Schema : SDFProperty
Type:
Show Source
object-
comment: string
Minimum Length:
0Maximum Length:2048Additional user comment about the latest change.Example:Association adjusted after data reconciliation. -
id: string
(uuid)
Pattern:
^[A-F0-9]{32}$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
Minimum Length:
0Maximum Length:255Reason for the latest change made to this record.Example:Protocol update requested by study operations. -
sdfId: string
(uuid)
Pattern:
^[A-F0-9]{32}$Identifier of the related SDF record. -
versionStart: string
(date-time)
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