Execute your first API call
In this example, we are executing the Automation GET v1/device_tasks call:
1.Navigate to the Automation ESET Connect API Swagger UI page according to your region and authorize. You can find the corresponding link in prefabricated API calls.
2.Click GET v1/device_tasks call.
3.Click Try it out to start editing the call.
4.Fill in the pageSize field, for example, 10. See Pagination to learn more about page size.
5.Click Execute.
6.Swagger UI returns a response with details about existing device tasks.