cURL
curl --request GET \ --url https://eris.devops.truu.ai/api/v1/external/cases/{case_id}/versions \ --header 'X-API-Key: <api-key>'
{ "case_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "total": 123, "items": [ { "version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "version_number": 123, "triggered_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z" } ], "next_cursor": "<string>" }
Domain-scoped API key. Generate and manage keys from the API Keys page in Settings.
Accepted in two forms:
X-API-Key: <key>
Authorization: Bearer <key>
x <= 200
Version id cursor from the previous page.
Version history page
Show child attributes
Was this page helpful?
Contact support