Configuration
List configuration versions
Lists previous versions of the specified crawler’s configuration, including who authored the change. Every time you update the configuration of a crawler, a new version is added.
GET
/
1
/
crawlers
/
{id}
/
config
/
versions
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Crawler ID.
Query Parameters
Number of items per page to retrieve.
Required range:
1 < x < 100
Page to retrieve.
Required range:
1 < x < 100
Response
200 - application/json
Pagination information.
Number of items per page of the paginated API response.
Required range:
1 < x < 100
Current page of the paginated API response.
Required range:
1 < x < 100
Total number of retrievable items.
Configuration changes.
Was this page helpful?