v1.0
get
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/depot/{pathAttr}
Get all return depot properties details across mode
Request
Path Parameters
-
mode(required): string
Study mode. Allowed values: active (live study operations), test (testing data), training (training or sandbox data).Example:
test -
pathAttr(required): string
Get property of site by property name.Example:
piName -
studyId(required): string
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.
Root Schema : DepotInfoDto
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.
-
mode: string
(uuid)
Mode identifier associated with this record.
-
objectVersionNumber: number
Title:
Object Version NumberInternal object version number captured for optimistic locking.Example:1 -
oldSdfId: string
(uuid)
Identifier of the previous SDF record, when applicable.
-
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 -
statusCodeValue: string
Display value for the status code.Example:
ACTIVE -
statusId: string
(uuid)
Identifier of the status code.
-
studyOrgIdName: string
Study organization identifier or name used for display.Example:
Sample Name -
userId: string
(uuid)
Pattern:
^[A-F0-9]{32}$ -
vendorId: string
(uuid)
Identifier of the related vendor.
-
vendorName: string
Represents vendor name for this record.Example:
Sample Name -
versionEnd: string
(date-time)
Title:
Version EndTimestamp when the version ended.Example:2026-03-30T12:00:00Z -
versionStart: string
(date-time)
Timestamp when this version became active.Example:
2026-03-16T12:00:00Z
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