When Steps
Autokin REST Steps
When I GET {uri}
{uri}
To perform a simple GET request, we use this When step.
When I POST to {uri}
{uri}
To submit a POST request, this step will help us.
When I PUT to {uri}
{uri}
With this step we can do a simple PUT
When I perform DELETE to {uri}
{uri}
Performing a DELETE request is simple as using this step
When I PATCH to {uri}
{uri}
When you need to use the PATCH method us this step.
Last updated
Was this helpful?