cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MICROSOFT_DYNAMICS_GET_RECORD_BY_ID_ANY' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "MICROSOFT_DYNAMICS_GET_RECORD_BY_ID_ANY", "parameters": { "entityName": "<string>", "entityId": "<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
Entity name to perform the operation on. Use the plural form (e.g., "accounts", "opportunities") as Microsoft Dynamics API endpoints typically use plural entity names for all operations.
Entity ID to perform the operation on
Success
Was this page helpful?