Skip to main content
GET
/
operations
/
v1
/
review-assignments
/
{operationId}
Get a review assignment
curl --request GET \
  --url https://api.{workspaceId}.clinia.cloud/operations/v1/review-assignments/{operationId} \
  --header 'X-Clinia-API-Key: <api-key>'
{
  "id": "<string>",
  "operationId": "<string>",
  "reviewerId": "<string>",
  "assignerId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.clinia.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Clinia-API-Key
string
header
required

Path Parameters

operationId
string
required

The operation ID of the review assignment.

Response

A successful response when the review assignment exists.

id
string
required
read-only

System-generated unique ID.

operationId
string
required

The operation ID of the review.

reviewerId
string
required

User ID of the current assignee.

assignerId
string
required
read-only

ID of the user who last performed the assignment action.

createdAt
string<date-time>
required
read-only

Instant of creation of the assignment.

updatedAt
string<date-time>
required
read-only

Instant of the last update of the assignment.