Get sites, depots and labs in a study by path attributes
get
/ec-site-svc/rest/v2.0/studies/{studyId}/{mode}/sdfs/lov/{pathAttr}
Retrieves study sites, study depots and study labs by path attributes, as well as SDF type and status and includeRemoved flag. The supported path attributes are ID, name, studyOrgId, status, versionStart.
Request
Path Parameters
-
mode(required): string
Mode of the study. Accepts active, test, or training.
-
pathAttr(required): string
Column name.
-
studyId(required): string(uuid)
The ID of the study.
Query Parameters
-
includeRemoved: boolean
Includes removed study sites, study depots, study labs.
-
sdfStatus(required): string
Status of the site.
-
sdfType(required): string
Type of SDF : Sites or Depots.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
400 Response
Bad request.
Root Schema : SDFResponse
Type:
Show Source
object-
errorData: object
ErrorResponseData
Structure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
-
result: object
result
-
status: string
Nested Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: object
details
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
-
errorCode: string
Application or business-specific error code representing the error type.Example:
REPT_401 -
errorMessage: string
Human-readable error message describing the failure or issue.Example:
Unauthorized: User does not have access to the requested resource
Nested Schema : result
Type:
objectNested Schema : details
Type:
objectDetailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
Example:
User role is missing required permission REPORTING_VIEW. Field: userId