Select the tab
ESET Connect – Table of Contents

Execute your first API call

In this example, we execute the Automation GET v1/device_tasks call. Ensure you have obtained the access token before you proceed.

1.Navigate to the ESET Connect Swagger UI Automation page according to your region and perform authorization. Refer to prefabricated API calls to find the corresponding link.

2.Click the GET v1/device_tasks call.

3.Click Try it out to start editing the call.

API call editing in Swagger started by clicking the Try it out button

4.Fill in the pageSize field, for example, 10. Refer to the Pagination topic to learn more about page size.

Page size parameter filled in an API call in Swagger

5.Click Execute.

API call execution in Swagger initiated by clicking the Execute button

6.The Swagger UI returns a response with the details of the existing device tasks.