v1.0
get
/ec-site-svc/rest/v1.0/studies/{studyId}/site/{mode}/{sdfId}
Retrieves study-site details, including study version properties, for the specified site 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 -
sdfId(required): string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) for a site, depot, or lab (SDF).Example:
C36A3197FDEE433FB5547EE83DE99E4B -
studyId(required): string(uuid)
Study identifier as a 32-character uppercase hexadecimal UUID string.Example:
C36A3197FDEE433FB5547EE83DE99E4B
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Nested Schema : sdfPropertyList
Type:
Show Source
arrayExample:
[
{
"id":"C36A3197FDEE433FB5547EE83DE99E4B"
}
]Nested Schema : SiteDetailsLiteDto
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)
-
institutionId: string
(uuid)
-
institutionName: string
Example:
City Hospital -
objectVersionNumber: number
Title:
Object Version NumberInternal object version number captured for optimistic locking.Example:1 -
oldSdfId: string
(uuid)
-
operationType: string
Title:
Operation TypeMinimum Length:1Maximum Length:16Operation applied to the record. Allowed values: CREATED (record was added), MODIFIED (record was updated), REMOVED (record was logically removed).Example:MODIFIED -
reason: string
Title:
ReasonMinimum Length:0Maximum Length:255Reason provided for the audited update.Example:Protocol update requested by study operations. -
softwareVersionNumber: number
Title:
Software Version NumberSoftware version number captured when the record was updated.Example:1 -
statusId: string
(uuid)
-
statusIdCodeValue: string
Example:
ACTIVE -
studyOrgIdName: string
Example:
Primary Site Org -
tenantEntityId: string
(uuid)
-
userId: string
(uuid)
Title:
User IDIdentifier of the user who performed the audited action. -
versionEnd: string
(date-time)
Title:
Version EndTimestamp when the version ended.Example:2026-03-30T12:00:00Z -
versionStart: string
(date-time)
Example:
2026-01-15T10:30:00Z
Example:
{
"id":"B1B8327AFAA6412287106192AB5984EF",
"tenantEntityId":"B1B8327AFAA6412287106192AB5984EF",
"statusId":"B1B8327AFAA6412287106192AB5984EF",
"oldSdfId":"B1B8327AFAA6412287106192AB5984EF"
}Nested Schema : SDFPropertyDetailsDto
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)
-
objectVersionNumber: number
Title:
Object Version NumberInternal object version number captured for optimistic locking.Example:1 -
operationType: string
Title:
Operation TypeMinimum Length:1Maximum Length:16Operation applied to the record. Allowed values: CREATED (record was added), MODIFIED (record was updated), REMOVED (record was logically removed).Example:MODIFIED -
propertyName(required): string
Minimum Length:
0Maximum Length:100Example:Sample Name -
propertyValue(required): string
Minimum Length:
0Maximum Length:1024Example:sample -
reason: string
Title:
ReasonMinimum Length:0Maximum Length:255Reason provided for the audited update.Example:Protocol update requested by study operations. -
sdfId: string
(uuid)
-
softwareVersionNumber: number
Title:
Software Version NumberSoftware version number captured when the record was updated.Example:1 -
userId: string
(uuid)
Title:
User IDIdentifier of the user who performed the audited action. -
versionEnd: string
(date-time)
Title:
Version EndTimestamp when the version ended.Example:2026-03-30T12:00:00Z -
versionStart: string
(date-time)
Example:
2026-01-15T10:30:00Z
Example:
[
{
"id":"C36A3197FDEE433FB5547EE83DE99E4B"
}
]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