skip to Main Content

How to get data from Azure Workflow Trigger Histories – List

I have an Azure Logic App that has failed actions (the number is too big so I won't resubmit them manually). I tried wtih the Azure documentation to list all of the operations: https://learn.microsoft.com/en-us/rest/api/appservice/workflow-trigger-histories/list?view=rest-appservice-2023-12-01&tabs=HTTP GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/triggers/{triggerName}/histories?api-version=2023-12-01 However the response seems…

VIEW QUESTION

Javascript – JSON Body request to be sent as encodedurl postman

I have a request which need to be sent in Postman as urlencoded value like in the following (I changed some value just to be sure is not sensitive data) notifications%3D%0A%5B%7B%22clientFileUuid%22%3A%20%22123456-fc21-496d-96d4-dfgfdgdfgfgd%22%2C%22id%22%3A%2212345678%22%2C%20%22date%22%3A%20%222023-12-04T09%3A31%3A02.678871Z%22%20%2C%22event%22%3A%22ACCEPTATION%22%2C%20%22externalId%22%3A%20%22222222222-fc21-496d-96d4-a00bd36a0be0%22%7D%5D The same need to be prepared in its decoded…

VIEW QUESTION
Back To Top
Search