Get all labs associated with a given site

get

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

Paginated API to retrieve all labs associated with a given site.
Rights: 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
CTMS Property DTO
Show Source
  • Minimum Length: 0
    Maximum Length: 2048
  • Unique identifier (UUID, 32-character uppercase hexadecimal string) of the entity for which the property applies.
    Example: 2A5E92F1C2D54DDA9F1C0A9E7B3C2D1A
  • Minimum Length: 0
    Maximum Length: 50
    Type of the entity for which the property applies. Type can have value Organization,Contact,Facility,Institution,Investigator,Lab or Depot
  • Minimum Length: 0
    Maximum Length: 100
    Unique key name of the property.
    Example: LabId
  • Minimum Length: 0
    Maximum Length: 500
    Value of the property.
    Example: 2A5E92F1C2D54DDA9F1C0A9E7B3C2D1A
  • Minimum Length: 0
    Maximum Length: 255
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
CTMS Property DTO
Show Source
  • Minimum Length: 0
    Maximum Length: 2048
  • Unique identifier (UUID, 32-character uppercase hexadecimal string) of the entity for which the property applies.
    Example: 2A5E92F1C2D54DDA9F1C0A9E7B3C2D1A
  • Minimum Length: 0
    Maximum Length: 50
    Type of the entity for which the property applies. Type can have value Organization,Contact,Facility,Institution,Investigator,Lab or Depot
  • Minimum Length: 0
    Maximum Length: 100
    Unique key name of the property.
    Example: LabId
  • Minimum Length: 0
    Maximum Length: 500
    Value of the property.
    Example: 2A5E92F1C2D54DDA9F1C0A9E7B3C2D1A
  • Minimum Length: 0
    Maximum Length: 255
Nested Schema : SDFPropertyDetailsDto
Type: object
Show Source
Back to Top