[Deprecated]: v1.0

post

/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/siteslabs

Deprecated: Use /v2.0/studies/{studyId}/{mode}/labs/siteslabs instead.

Request

Path Parameters
  • Study mode. Allowed values: active (live study operations), test (testing data), training (training or sandbox data).
    Example:
    test
  • Study identifier as a 32-character uppercase hexadecimal UUID string.
    Example:
    C36A3197FDEE433FB5547EE83DE99E4B
Supported Media Types
Request Body - application/json ()
Root Schema : AddLabSiteTO v1.0
Type: object
Title: AddLabSiteTO v1.0
Request to link labs with sites.
Show Source
Nested Schema : Labs
Type: array
Title: Labs
List of lab identifiers to link to the sites.
Show Source
Example:
B1B8327AFAA6412287106192AB5984EF
Nested Schema : Sites
Type: array
Title: Sites
List of site identifiers to associate.
Show Source
Example:
B1B8327AFAA6412287106192AB5984EF
Examples

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : SdfId
Type: object
Contains SDF ID
Show Source
Examples

400 Response

Returned when one or more path parameters, query parameters, or request-body values fail endpoint validation.
Body ()
Root Schema : SDFResponse
Type: object
Title: SDFResponse
Wrapper for service responses containing result or error data.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
The result object for successful requests. Type depends on the API operation.
Example:
{
    "hasMore":"true",
    "totalResults":5,
    "count":5,
    "data":[
    ]
}
Nested Schema : details
Type: object
Examples

Back to Top