Get all labs associated with a given site
get
/ec-site-svc/rest/v3.0/studies/{studyId}/{mode}/labs
Paginated API to retrieves all labs associated with a given site with Statuses. Rights required: LabGet.
Request
Path Parameters
-
mode(required): string
Mode of the study. Accepts active, test, or training.
-
studyId(required): string
The ID of the study.
Query Parameters
-
limit: integer(int32)
Number of rows to return.
-
offset: integer(int32)
Row number to start from.
-
siteId: string
Name search filter for site
-
status: string
Lab Status filterAllowed Values:
[ "New", "Active", "Retired" ]
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Nested Schema : LabDetailsDto
Type:
Show Source
object
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
labId: string
(uuid)
-
labIdName: string
Minimum Length:
0
Maximum Length:50
-
labName: string
-
labStatus: string
(uuid)
-
objectVersionNumber: number
-
oldSdfId: string
(uuid)
-
operationType: string
Minimum Length:
1
Maximum Length:16
-
reason: string
Minimum Length:
0
Maximum Length:255
-
softwareVersionNumber: number
-
studyLabId: string
(uuid)
-
userId: string
(uuid)
-
vendorId(required): string
(uuid)
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)
Nested Schema : SDFAddressAssociationDetailsDto
Type:
Show Source
object
-
addressCity: string
-
addressCountry: string
(uuid)
-
addressCountryName: string
-
addressPostalCode: string
-
addressStateOrProvOrCounty: string
(uuid)
-
addressStateOrProvOrCountyName: string
-
addressStreet1: string
-
addressStreet2: string
-
addressTypeId(required): string
(uuid)
-
addressTypeIdCodeValue: string
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
entityAddressAssociationId(required): string
(uuid)
-
entityAddressProperties: array
entityAddressProperties
-
id: string
(uuid)
-
objectVersionNumber: number
-
operationType: string
Minimum Length:
1
Maximum Length:16
-
reason: string
Minimum Length:
0
Maximum Length:255
-
sdfAddressProperties: array
sdfAddressProperties
-
sdfId: string
(uuid)
-
softwareVersionNumber: number
-
userId: string
(uuid)
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)
Nested Schema : PropertyDto
Type:
Show Source
object
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
entityId: string
(uuid)
-
entityType: string
Minimum Length:
0
Maximum Length:50
-
id: string
(uuid)
-
objectVersionNumber: number
-
propertyName(required): string
Minimum Length:
0
Maximum Length:100
-
propertyValue(required): string
Minimum Length:
0
Maximum Length:500
-
reason: string
Minimum Length:
0
Maximum Length:255
-
versionStart: string
(date-time)
Nested Schema : SDFPropertyDetailsDto
Type:
Show Source
object
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
id: string
(uuid)
-
objectVersionNumber: number
-
operationType: string
Minimum Length:
1
Maximum Length:16
-
propertyName(required): string
Minimum Length:
0
Maximum Length:100
-
propertyValue(required): string
Minimum Length:
0
Maximum Length:1024
-
reason: string
Minimum Length:
0
Maximum Length:255
-
sdfId: string
(uuid)
-
softwareVersionNumber: number
-
userId: string
(uuid)
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)
400 Response
Bad request.
Nested Schema : LabDetailsDto
Type:
Show Source
object
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
labId: string
(uuid)
-
labIdName: string
Minimum Length:
0
Maximum Length:50
-
labName: string
-
labStatus: string
(uuid)
-
objectVersionNumber: number
-
oldSdfId: string
(uuid)
-
operationType: string
Minimum Length:
1
Maximum Length:16
-
reason: string
Minimum Length:
0
Maximum Length:255
-
softwareVersionNumber: number
-
studyLabId: string
(uuid)
-
userId: string
(uuid)
-
vendorId(required): string
(uuid)
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)
Nested Schema : SDFAddressAssociationDetailsDto
Type:
Show Source
object
-
addressCity: string
-
addressCountry: string
(uuid)
-
addressCountryName: string
-
addressPostalCode: string
-
addressStateOrProvOrCounty: string
(uuid)
-
addressStateOrProvOrCountyName: string
-
addressStreet1: string
-
addressStreet2: string
-
addressTypeId(required): string
(uuid)
-
addressTypeIdCodeValue: string
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
entityAddressAssociationId(required): string
(uuid)
-
entityAddressProperties: array
entityAddressProperties
-
id: string
(uuid)
-
objectVersionNumber: number
-
operationType: string
Minimum Length:
1
Maximum Length:16
-
reason: string
Minimum Length:
0
Maximum Length:255
-
sdfAddressProperties: array
sdfAddressProperties
-
sdfId: string
(uuid)
-
softwareVersionNumber: number
-
userId: string
(uuid)
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)
Nested Schema : PropertyDto
Type:
Show Source
object
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
entityId: string
(uuid)
-
entityType: string
Minimum Length:
0
Maximum Length:50
-
id: string
(uuid)
-
objectVersionNumber: number
-
propertyName(required): string
Minimum Length:
0
Maximum Length:100
-
propertyValue(required): string
Minimum Length:
0
Maximum Length:500
-
reason: string
Minimum Length:
0
Maximum Length:255
-
versionStart: string
(date-time)
Nested Schema : SDFPropertyDetailsDto
Type:
Show Source
object
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
id: string
(uuid)
-
objectVersionNumber: number
-
operationType: string
Minimum Length:
1
Maximum Length:16
-
propertyName(required): string
Minimum Length:
0
Maximum Length:100
-
propertyValue(required): string
Minimum Length:
0
Maximum Length:1024
-
reason: string
Minimum Length:
0
Maximum Length:255
-
sdfId: string
(uuid)
-
softwareVersionNumber: number
-
userId: string
(uuid)
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)