Forum Discussion
js11
2 years agoNew Contributor II
Hello, you can't actually "push" data into OneStream. When you say you "have a REST API", are you referring to an External REST API? I assume so, but just wanted to check. Assuming this is an external REST API, you can use the HttpClient class which is part of the System.Net.Http namespace from within a business rule to "pull" the data from your REST endpoint. This would typically be done from a Connector Business Rule. You would then parse the response into a DataTable and then use api.Parser.ProcessDataTable to process the data into a OneStream workflow.
Related Content
- 3 months ago
- 8 months ago
- 3 months ago