[Deprecated]: v1.0
get
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/sites
Deprecated: Retrieves sites by study ID. Rights: OrsInventoryGet. DEPRECATED - use /ec-site-svc/rest/v2.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}
Request
Path Parameters
-
mode(required): string
Indicates the operational mode of the study. Accepted values: active, test, or training.Example:
test -
studyId(required): string(uuid)
Unique identifier of the study. Uses UUID in a 32-character uppercase hexadecimal string format.Example:
1BC29B36F5D64B1B95F4BDBBCEA481BE
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : schema
Type:
Show Source
array-
Array of:
object SDFModel
Contains site and depot detail
Nested Schema : SDFModel
Type:
objectContains site and depot detail
Show Source
-
attention: string
Attention
-
depot: boolean
Is it depotExample:
true -
primaryAddress: object
shippingAddress
Title:
shippingAddressContains site/depot address. -
prinicalInvestigator: string
-
sdf: object
SDFs
Contains site and depot detail
-
sdfAddresses: array
sdfAddresses
-
sdfPropertyList: array
sdfPropertyList
-
shippingAddress: object
shippingAddress
Title:
shippingAddressContains site/depot address. -
studyVersion: string
String representing the version of the study. Helps track changes in form or study design.Example:
1.0.0.1
Nested Schema : shippingAddress
Type:
objectTitle:
shippingAddressContains site/depot address.
Show Source
-
address: string
-
addressCity: string
Address city
-
addressCountry: string
Address country
-
addressCounty: string
Address county
-
addressPostalcode: string
Address postal code
-
addressStateOrProvOrCounty: string
Address state/province/county
-
addressStreet1: string
Address Street1 detail
-
addressStreet2: string
Address Street2 detail
-
addressType: string
Type of address nameExample:
Primary/Shipping -
email: string
Email Address
-
fax: string
Fax number
-
id: string
(uuid)
Unique id for site/depot address
-
phone: string
Phone number
-
sdfId: string
(uuid)
Unique id for site/depot
-
versionStart: string
(date-time)
The timestamp marking the beginning of the validity period for this record version within the system.
Nested Schema : SDFs
Type:
objectContains site and depot detail
Show Source
-
designId: string
(uuid)
Unique id for design
-
designVersionStart: string
(date-time)
Design Version start
-
id: string
(uuid)
Unique id for site/depot
-
name: string
Site nameExample:
Site1001 -
sdfType: string
Site/Depot typeExample:
Site/Depot -
status: string
Allowed Values:
[ "new", "active", "retired" ]Site statusExample:new -
studyOrgId: string
Site/Depot org idExample:
Site1001 -
versionStart: string
(date-time)
The timestamp marking the beginning of the validity period for this record version within the system.
Nested Schema : sdfAddresses
Type:
Show Source
array-
Array of:
object shippingAddress
Title:
shippingAddressContains site/depot address.
Nested Schema : SDFProperty
Type:
Show Source
object-
comment: string
Minimum Length:
0Maximum Length:2048Additional user comment about the latest change.Example:Association adjusted after data reconciliation. -
id: string
(uuid)
Pattern:
^[A-F0-9]{32}$Unique identifier for this record. -
propertyName(required): string
Minimum Length:
0Maximum Length:100Name of the property.Example:timezone -
propertyValue(required): string
Minimum Length:
0Maximum Length:2048Value of the property.Example:UTC -
reason: string
Minimum Length:
0Maximum Length:255Reason for the latest change made to this record.Example:Protocol update requested by study operations. -
sdfId: string
(uuid)
Pattern:
^[A-F0-9]{32}$Identifier of the related SDF record. -
versionStart: string
(date-time)
Examples
404 Response
Invalid study ID or version
Root Schema : ORSResponse
Type:
objectCommon response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success -
version: integer
(int32)
Nested Schema : result
Type:
objectResult Object
Nested Schema : details
Type:
objectExamples
500 Response
Internal server error
Root Schema : ORSResponse
Type:
objectCommon response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success -
version: integer
(int32)
Nested Schema : result
Type:
objectResult Object
Nested Schema : details
Type:
objectExamples