Sharing instance and setting integration API
Sharing instances
| consortiumId required | string <uuid> (uuid) The ID of consortium |
| instanceIdentifier | string <uuid> (uuid) The UUID of the instance |
| sourceTenantId | string The ID of the source tenant |
| targetTenantId | string The ID of the target tenant |
| status | string (Status) Enum: "IN_PROGRESS" "COMPLETE" "ERROR" The status of the sharing instance |
| offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
| limit | integer [ 0 .. 2147483647 ] Default: 100 Limit the number of elements returned in the response |
{- "sharingInstances": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "instanceIdentifier": "bc2b559c-bc61-4594-a6fe-3a828efd5796",
- "sourceTenantId": "string",
- "targetTenantId": "string",
- "status": "IN_PROGRESS",
- "error": "string",
- "metadata": {
- "createdDate": "string",
- "createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620",
- "createdByUsername": "string",
- "createdBy": {
- "lastName": "Doe",
- "firstName": "John",
- "middleName": "X."
}, - "updatedDate": "string",
- "updatedByUserId": "b38eaad7-8efa-49e7-b0aa-619916a3821e",
- "updatedByUsername": "string",
- "updatedBy": {
- "lastName": "Doe",
- "firstName": "John",
- "middleName": "X."
}
}
}
], - "totalRecords": 0
}| consortiumId required | string <uuid> (uuid) The ID of consortium |
Sharing Instance object
| id | string <uuid> | ||||||||||||||||
| instanceIdentifier required | string <uuid> | ||||||||||||||||
| sourceTenantId required | string | ||||||||||||||||
| targetTenantId required | string | ||||||||||||||||
| status | string (Status) Enum: "IN_PROGRESS" "COMPLETE" "ERROR" | ||||||||||||||||
| error | string | ||||||||||||||||
object (Metadata) Metadata about creation and changes to records | |||||||||||||||||
| |||||||||||||||||
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "instanceIdentifier": "bc2b559c-bc61-4594-a6fe-3a828efd5796",
- "sourceTenantId": "string",
- "targetTenantId": "string",
- "status": "IN_PROGRESS",
- "error": "string",
- "metadata": {
- "createdDate": "string",
- "createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620",
- "createdByUsername": "string",
- "createdBy": {
- "lastName": "Doe",
- "firstName": "John",
- "middleName": "X."
}, - "updatedDate": "string",
- "updatedByUserId": "b38eaad7-8efa-49e7-b0aa-619916a3821e",
- "updatedByUsername": "string",
- "updatedBy": {
- "lastName": "Doe",
- "firstName": "John",
- "middleName": "X."
}
}
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "instanceIdentifier": "bc2b559c-bc61-4594-a6fe-3a828efd5796",
- "sourceTenantId": "string",
- "targetTenantId": "string",
- "status": "IN_PROGRESS",
- "error": "string",
- "metadata": {
- "createdDate": "string",
- "createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620",
- "createdByUsername": "string",
- "createdBy": {
- "lastName": "Doe",
- "firstName": "John",
- "middleName": "X."
}, - "updatedDate": "string",
- "updatedByUserId": "b38eaad7-8efa-49e7-b0aa-619916a3821e",
- "updatedByUsername": "string",
- "updatedBy": {
- "lastName": "Doe",
- "firstName": "John",
- "middleName": "X."
}
}
}| consortiumId required | string <uuid> (uuid) The ID of consortium |
| actionId required | string <uuid> (uuid) The ID of sharing instance |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "instanceIdentifier": "bc2b559c-bc61-4594-a6fe-3a828efd5796",
- "sourceTenantId": "string",
- "targetTenantId": "string",
- "status": "IN_PROGRESS",
- "error": "string",
- "metadata": {
- "createdDate": "string",
- "createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620",
- "createdByUsername": "string",
- "createdBy": {
- "lastName": "Doe",
- "firstName": "John",
- "middleName": "X."
}, - "updatedDate": "string",
- "updatedByUserId": "b38eaad7-8efa-49e7-b0aa-619916a3821e",
- "updatedByUsername": "string",
- "updatedBy": {
- "lastName": "Doe",
- "firstName": "John",
- "middleName": "X."
}
}
}