Get sites
get
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/sites
Retrieves sites by study ID. Rights: OrsInventoryGet.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
studyId(required): string(uuid)
ID of the study
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:
object
Contains site and depot detail
Show Source
-
attention: string
Attention
-
depot: boolean
Is it depotExample:
true
-
primaryAddress: object
shippingAddress
Title:
shippingAddress
Contains site/depot address. -
prinicalInvestigator: string
-
sdf: object
SDFs
Contains site and depot detail
-
sdfAddresses: array
sdfAddresses
-
sdfPropertyList: array
sdfPropertyList
-
shippingAddress: object
shippingAddress
Title:
shippingAddress
Contains site/depot address. -
studyVersion: string
Version of the studyExample:
1.0.0.1
Nested Schema : shippingAddress
Type:
object
Title:
shippingAddress
Contains 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)
Version Start
Nested Schema : SDFs
Type:
object
Contains 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)
Version Start
Nested Schema : sdfAddresses
Type:
Show Source
array
-
Array of:
object shippingAddress
Title:
shippingAddress
Contains site/depot address.
Nested Schema : sdfPropertyList
Type:
Show Source
array
-
Array of:
object sdfPropertyList
Title:
sdfPropertyList
Contains site depot properties.
Nested Schema : sdfPropertyList
Type:
object
Title:
sdfPropertyList
Contains site depot properties.
Show Source
-
id: string
(uuid)
Unique id for site property
-
propertyName: string
Property nameExample:
drugDestruction
-
propertyValue: string
Property valueExample:
false
-
reason: string
reasonExample:
test
-
sdfId: string
(uuid)
Unique id for site/depot
-
versionStart: string
(date-time)
Version Start
404 Response
Invalid study ID or version
Root Schema : ORSResponse
Type:
object
Common 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:
object
Result Object
Nested Schema : details
Type:
object
500 Response
Internal server error
Root Schema : ORSResponse
Type:
object
Common 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:
object
Result Object
Nested Schema : details
Type:
object