Skip to main content
GET
/
api
/
integration-services
/
operation
/
v1
/
realtime-assessments
/
{guid}
Operation assessment
curl --request GET \
  --url 'https://{{baseUrl}}/api/integration-services/operation/v1/realtime-assessments/{guid}' \
  --header 'Authorization: Bearer <token>'
{
  "result": {
    "shortlink": "<string>",
    "guid": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

guid
string
required

The unique identifier of the assessment.

Response

OK

result
object