cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MICROSOFT_DYNAMICS_DESCRIBE_ACTION_SCHEMA' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "MICROSOFT_DYNAMICS_DESCRIBE_ACTION_SCHEMA", "parameters": { "entityName": "<string>", "operation": "<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 describe the action schema for. Use the singular form (e.g., "account", "opportunity") as Microsoft Dynamics API typically uses singular entity names for describe action schema operations.
Operation Type value for example CREATE_RECORD or UPDATE_RECORD
Success
Was this page helpful?