v1.0
get
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}
Retrieves site or depot details for a study using filter parameters. If sdfType is ALL, both sites and depots are returned; if SITE or DEPOT, only that type is returned.
Request
Path Parameters
-
mode(required): string
Study mode. Allowed values: active (live study operations), test (testing data), training (training or sandbox data).Example:
test -
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
Study identifier as a 32-character uppercase hexadecimal UUID string.Example:
C36A3197FDEE433FB5547EE83DE99E4B
Query Parameters
-
countryISOCode(required): string
Minimum Length:
2Maximum Length:1024Pattern:^([A-Z]{2})(,[A-Z]{2})*$Comma-separated list of ISO alpha-2 country codes.Example:US -
countryId(required): string
Minimum Length:
32Maximum Length:32Pattern:^[A-F0-9]{32}$Country identifier as a 32-character uppercase hexadecimal UUID string.Example:C36A3197FDEE433FB5547EE83DE99E4B -
excludeExtendedProperties(required): string
Retrieve extended properties for site only if the excludeExtendedProperties flag is false.Allowed Values:
[ "true", "false" ]Example:false -
limit(required): integer(int32)
Minimum Value:
0Maximum Value:1000Maximum number of rows to return. Only non-negative integers are accepted.Example:50 -
name(required): string
Minimum Length:
1Maximum Length:255Name search filter for site.Example:Site A -
offset(required): integer(int32)
Minimum Value:
0Zero-based row index to start pagination. Only non-negative integers are accepted.Example:0 -
order(required): string
Optional query parameter. Sort direction for returned rows. Allowed values: asc, desc, ASC, DESC.Allowed Values:
[ "ASC", "DESC", "asc", "desc" ]Example:DESC -
statusId(required): string
SDF status filter. Allowed values: ACTIVE (available), NEW (newly created), RESTRICTED (limited use), DISBARRED (blocked), DECEASED (closed), RETIRED (inactive).Allowed Values:
[ "ACTIVE", "NEW", "RESTRICTED", "DISBARRED", "DECEASED", "RETIRED" ]Example:ACTIVE -
studyVersion(required): string
Minimum Length:
1Maximum Length:20Pattern:^[0-9]+$Study version filter for sites or depots. Accepts non-negative integer version numbers.Example:1 -
supplyCountryId(required): string
Minimum Length:
32Maximum Length:32Pattern:^[A-F0-9]{32}$Supply Country ID.Example:C36A3197FDEE433FB5547EE83DE99E4B
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 : 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