Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated HistoryEvent type case to camelCase #172

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

irfanali915
Copy link

@irfanali915 irfanali915 commented Mar 25, 2024

As dfm history Endpoint GET /a/p/i/{connName}-{hubName}/orchestrations('<id>')/history

return data in camelCase JSON and react using Pascal Case, causing issue with rendering

  • Execution History
  • Sequence Diagram
  • Gantt Chart

Example of API response

{ "totalCount": null, "history": [ { "timestamp": "2024-03-05T13:38:52.4641772Z", "eventType": "ExecutionStarted", "eventId": null, "name": "name123", "scheduledTime": null, "result": null, "details": null, "durationInMs": 0.0, "subOrchestrationId": null } ] }

@irfanali915
Copy link
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant