cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SHAREPOINT_GET_ITEM_BY_ID' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "SHAREPOINT_GET_ITEM_BY_ID", "parameters": { "itemId": "<string>", "listId": "<string>" } } '
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
Item ID : The ID of the item to get.
The list ID to perform the operation on. (example: 22e03ef3-6ef4-424d-a1d3-92a337807c30)
Success
Was this page helpful?