Get all labs associated with a given site

get

/ec-site-svc/rest/v2.0/studies/{studyId}/{mode}/labs

Paginated API to retrieves all labs associated with a given site. Rights required: LabGet.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : LabResponse
Type: object
Show Source
Nested Schema : labAddresses
Type: array
Show Source
Nested Schema : LabDetailsDto
Type: object
Show Source
Nested Schema : labProperties
Type: array
Show Source
Nested Schema : SDFAddressAssociationDetailsDto
Type: object
Show Source
Nested Schema : entityAddressProperties
Type: array
Show Source
Nested Schema : sdfAddressProperties
Type: array
Show Source
Nested Schema : PropertyDto
Type: object
Show Source
Nested Schema : SDFPropertyDetailsDto
Type: object
Show Source

400 Response

Bad request.
Body ()
Root Schema : LabResponse
Type: object
Show Source
Nested Schema : labAddresses
Type: array
Show Source
Nested Schema : LabDetailsDto
Type: object
Show Source
Nested Schema : labProperties
Type: array
Show Source
Nested Schema : SDFAddressAssociationDetailsDto
Type: object
Show Source
Nested Schema : entityAddressProperties
Type: array
Show Source
Nested Schema : sdfAddressProperties
Type: array
Show Source
Nested Schema : PropertyDto
Type: object
Show Source
Nested Schema : SDFPropertyDetailsDto
Type: object
Show Source
Back to Top