v1.0
get
/ec-site-svc/rest/v1.0/tenantsite/{entityType}/{entityId}/{associationType}/associations
Retrieves a list of contacts and organization associations by Association ID.
Request
Path Parameters
-
associationType(required): string
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 -
entityId(required): string
Institution, Investigator, Lab or Depot ID.Example:
C36A3197FDEE433FB5547EE83DE99E4B -
entityType(required): string
Entity type. Allowed values: INSTITUTION (organization entity), INVESTIGATOR (investigator entity), LAB (study lab entity), DEPOT (study depot entity).Example:
INSTITUTION
Query Parameters
-
limit: integer(int32)
Maximum number of rows to return. Only non-negative integers are accepted.
-
modeId: string
Mode identifier (UUID) for contact or organization mode mapping.
-
name: string
Filters contact, institution, lab and depots based on name.
-
offset: integer(int32)
Zero-based row index to start pagination. Only non-negative integers are accepted.
-
order: string
Optional query parameter. Sort direction for returned rows. Allowed values: asc, desc, ASC, DESC.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : TENANT_SITES_DETAILS_RESPONSE_TITLE
Type:
objectTitle:
TENANT_SITES_DETAILS_RESPONSE_TITLETENANT_SITES_DETAILS_RESPONSE_DESC
Show Source
-
associationId: string
(uuid)
-
comment: string
Title:
CommentMinimum Length:0Maximum Length:2048Additional comment captured for the audited update.Example:Association adjusted after data reconciliation. -
modes: array
modes
-
objectVersionNumber: number
Title:
Object Version NumberInternal object version number captured for optimistic locking.Example:1 -
operationType: string
Title:
Operation TypeMinimum Length:1Maximum Length:16Operation applied to the record. Allowed values: CREATED (record was added), MODIFIED (record was updated), REMOVED (record was logically removed).Example:MODIFIED -
reason: string
Title:
TENANT_SITES_DETAILS_RESPONSE_REASON_TITLETENANT_SITES_DETAILS_RESPONSE_REASON_DESCExample:Association active -
reasonForInvalidAssoc: object
REASON_FOR_INVALID_ASSOCIATION_TITLE
Title:
REASON_FOR_INVALID_ASSOCIATION_TITLEREASON_FOR_INVALID_ASSOCIATION_DESC -
softwareVersionNumber: number
Title:
Software Version NumberSoftware version number captured when the record was updated.Example:1 -
studySitesCount: integer
(int32)
Title:
TENANT_SITES_DETAILS_RESPONSE_STUDY_SITES_COUNT_TITLETENANT_SITES_DETAILS_RESPONSE_STUDY_SITES_COUNT_DESCExample:5 -
tenantFirstEntityId: string
(uuid)
-
tenantFirstEntityName: string
Title:
TENANT_SITES_DETAILS_RESPONSE_FIRST_ENTITY_NAME_TITLETENANT_SITES_DETAILS_RESPONSE_FIRST_ENTITY_NAME_DESCExample:Acme Research -
tenantFirstEntityStatus: string
(uuid)
-
tenantSecondEntityId: string
(uuid)
-
tenantSecondEntityName: string
Title:
TENANT_SITES_DETAILS_RESPONSE_SECOND_ENTITY_NAME_TITLETENANT_SITES_DETAILS_RESPONSE_SECOND_ENTITY_NAME_DESCExample:Beta Institution -
tenantSecondEntityStatus: string
(uuid)
-
userId: string
(uuid)
Title:
User IDIdentifier of the user who performed the audited action. -
valid: boolean
Example:
true -
versionEnd: string
(date-time)
Title:
Version EndTimestamp when the version ended.Example:2026-03-30T12:00:00Z
Nested Schema : REASON_FOR_INVALID_ASSOCIATION_TITLE
Type:
objectTitle:
REASON_FOR_INVALID_ASSOCIATION_TITLEREASON_FOR_INVALID_ASSOCIATION_DESC
Show Source
-
context: string
Title:
REASON_FOR_INVALID_ASSOCIATION_CONTEXT_TITLEREASON_FOR_INVALID_ASSOCIATION_CONTEXT_DESCExample:entityType -
message: string
Title:
REASON_FOR_INVALID_ASSOCIATION_MESSAGE_TITLEREASON_FOR_INVALID_ASSOCIATION_MESSAGE_DESCExample:Entity not valid for transfer
Example:
Invalid association for selected entities.Examples
400 Response
Returned when one or more path parameters, query parameters, or request-body values fail endpoint validation.
Root Schema : SDFResponse
Type:
objectTitle:
SDFResponseWrapper for service responses containing result or error data.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
The result object for successful requests. Type depends on the API operation.
-
status: string
Status of the response, either 'success' or an error indication.Example:
success
Nested Schema : result
Type:
objectThe result object for successful requests. Type depends on the API operation.
Example:
{
"hasMore":"true",
"totalResults":5,
"count":5,
"data":[
]
}Nested Schema : details
Type:
objectExamples