cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SERVICENOW_GET_TICKETS' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "SERVICENOW_GET_TICKETS", "parameters": { "ticketType": "incident", "paginationParameters": { "pageOffset": 123 } } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Ticket Type : Specify the type of the ticket to get
incident
ticket
Pagination Parameters
Page Offset
Success
Was this page helpful?