🚀 Welcome to our revamped documentation featuring dedicated Business Logic and API sections with improved layouts—please remember to update your bookmarks as old links will no longer work!
cURL
curl --request GET \ --url 'https://{{baseUrl}}/api/integration-services/customer/v1/retrospective-assessments/{guid}' \ --header 'Authorization: Bearer <token>'
{ "result": { "shortlink": "<string>", "guid": "<string>" } }
This endpoint retrieves a retrospective assessment by its unique GUID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the retrospective assessment.
OK
Show child attributes