v2.0
get
/ec-site-svc/rest/v2.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}/{sdfId}
Compared with v1, this endpoint supports audit-history retrieval by SDF ID and SDF type.
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
Unique identifier (UUID, 32-character uppercase hexadecimal string) for a site, depot, or lab (SDF).Example:
C36A3197FDEE433FB5547EE83DE99E4B -
sdfType(required): string
SDF type filter. Allowed values: site/SITE (site records), depot/DEPOT (depot records), lab/LAB (lab records), all/ALL (all supported SDF types).Example:
site -
studyId(required): string(uuid)
Study identifier as a 32-character uppercase hexadecimal UUID string.Example:
C36A3197FDEE433FB5547EE83DE99E4B
Query Parameters
-
attributes: string
Optional comma-separated attribute list to include in the response. Allowed values: INFO, PROPERTIES, ADDRESSES, KITSETTINGS.
-
excludeExtendedProperties: string
Retrieve extended properties for site only if the excludeExtendedProperties flag is false.
-
history: boolean
Boolean flag: true includes historical records, false returns only current records.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : SDFDetailsResponse
Type:
Show Source
object-
sdf: object
Discriminator: sdfType
Discriminator:
{ "propertyName":"sdfType" } -
sdfAddressAssociations: array
sdfAddressAssociations
-
sdfKitSettingDto: array
sdfKitSettingDto
-
sdfPropertyList: array
sdfPropertyList
Nested Schema : Discriminator: sdfType
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 -
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. -
sdfType(required): string
-
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",
"sdfType":"Site"
}Nested Schema : sdfAddressAssociations
Type:
Show Source
arrayExample:
[
{
"id":"C36A3197FDEE433FB5547EE83DE99E4B"
}
]Nested Schema : sdfKitSettingDto
Type:
Show Source
arrayExample:
[
{
"id":"C36A3197FDEE433FB5547EE83DE99E4B"
}
]Nested Schema : sdfPropertyList
Type:
Show Source
arrayExample:
[
{
"id":"C36A3197FDEE433FB5547EE83DE99E4B"
}
]Nested Schema : SDFAddressAssociationDetailsDto
Type:
Show Source
object-
addressCity: string
Example:
sample -
addressCountry: string
(uuid)
-
addressCountryName: string
Example:
United States -
addressPostalCode: string
Example:
sample -
addressStateOrProvOrCounty: string
(uuid)
-
addressStateOrProvOrCountyName: string
Example:
California -
addressStreet1: string
Example:
sample -
addressStreet2: string
Example:
sample -
addressTypeId(required): string
(uuid)
-
addressTypeIdCodeValue: string
Example:
C36A3197FDEE433FB5547EE83DE99E4B -
comment: string
Title:
CommentMinimum Length:0Maximum Length:2048Additional comment captured for the audited update.Example:Association adjusted after data reconciliation. -
entityAddressAssociationId(required): string
(uuid)
-
entityAddressProperties: array
entityAddressProperties
-
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 -
reason: string
Title:
ReasonMinimum Length:0Maximum Length:255Reason provided for the audited update.Example:Protocol update requested by study operations. -
sdfAddressProperties: array
sdfAddressProperties
-
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"
}
]Nested Schema : entityAddressProperties
Type:
Show Source
array-
Array of:
object PROPERTY_DTO_TITLE
Title:
PROPERTY_DTO_TITLEPROPERTY_DTO_DESC
Example:
[
{
"id":"C36A3197FDEE433FB5547EE83DE99E4B"
}
]Nested Schema : sdfAddressProperties
Type:
Show Source
arrayExample:
[
{
"id":"C36A3197FDEE433FB5547EE83DE99E4B"
}
]Nested Schema : PROPERTY_DTO_TITLE
Type:
objectTitle:
PROPERTY_DTO_TITLEPROPERTY_DTO_DESC
Show Source
-
comment: string
Title:
CommentMinimum Length:0Maximum Length:2048Additional comment captured for the audited update.Example:Association adjusted after data reconciliation. -
entityId: string
ENTITY_ID_DESCExample:
2A5E92F1C2D54DDA9F1C0A9E7B3C2D1A -
entityType: string
Title:
PROPERTY_DTO_ENTITY_TYPE_TITLEMinimum Length:0Maximum Length:50PROPERTY_DTO_ENTITY_TYPE_DESCExample:INSTITUTION -
propertyName(required): string
Title:
PROPERTY_DTO_NAME_TITLEMinimum Length:0Maximum Length:100PROPERTY_DTO_NAME_DESCExample:LabId -
propertyValue(required): string
Title:
PROPERTY_DTO_VALUE_TITLEMinimum Length:0Maximum Length:500PROPERTY_DTO_VALUE_DESCExample:2A5E92F1C2D54DDA9F1C0A9E7B3C2D1A -
reason: string
Title:
ReasonMinimum Length:0Maximum Length:255Reason provided for the audited update.Example:Protocol update requested by study operations.
Example:
[
{
"id":"C36A3197FDEE433FB5547EE83DE99E4B"
}
]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"
}
]Nested Schema : SDFKitSettingDto
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)
-
kitTypeId(required): string
(uuid)
-
reason: string
Title:
ReasonMinimum Length:0Maximum Length:255Reason provided for the audited update.Example:Protocol update requested by study operations. -
sdfId: string
(uuid)
-
settingName(required): string
Example:
PRIMARY_COUNTRY -
settingOperationType: string
-
settingValue(required): string
Example:
sample -
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