Is there a way to get all the results in detail of a workflow through the API? #382
ggalindo-networkingdev
started this conversation in
General
Replies: 1 comment
-
by tweaking the values of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings:
I’m having a problem when I try to run a workflow through the eNMS API. I used the
/rest/run_service
endpoint to run the workflow and it runs without trouble within eNMS, however, I can not find a way to get all the details and data of the workflow results. The only result I get, only shows the top-level results, for example, if the workflow ran successfully or failed. The endpoint I used to receive the answer is:/rest/result/<service_name>/<runtime>
I also tried a different endpoint to test if I could get the workflow results using a query:
/rest/search
, However, that way I could not get them either.Is there a way to get all the results in detail of a workflow through the API?
</runtime></service_name>
Beta Was this translation helpful? Give feedback.
All reactions