v1.0

get

/ec-site-svc/rest/v1.0/tenantsite/{associationType}/associations

Get all valid associations by Association Type. Associations are marked valid. if both associated entities are in active status and have at least one common mode between them.

Request

Path Parameters
  • Association type in the request. Allowed values: INVESTIGATOR_INSTITUTION (investigator linked to institution), DEPOT_INSTITUTION (depot linked to institution), LAB_INSTITUTION (lab linked to institution).
    Example:
    INVESTIGATOR_INSTITUTION
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : VALID_TENANT_SITES_DETAILS_RESPONSE_TITLE
Type: object
Title: VALID_TENANT_SITES_DETAILS_RESPONSE_TITLE
VALID_TENANT_SITES_DETAILS_RESPONSE_DESC
Show Source
Nested Schema : modes
Type: array
Show Source
Example:
[
    "B1B8327AFAA6412287106192AB5984EF"
]
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
Title: ErrorResponseData
Error Response Details Information
Show Source
  • Object
    Title: Object
    Object with error details information.
  • Error code which is stored in ErrorCode enum. Example : C1-003
    Example: C1-003
  • Error message which is stored in service property file. Example : Cannot modify object after a study version has been approved
    Example: Cannot modify object after a study version has been approved
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 : Object
Type: object
Title: Object
Object with error details information.
Examples

Back to Top