v1
latestOpenAPI 3.1.02026-07-2419603.1 MBList user annotations
Returns a list all user annotations available for a website. Please note that each request must be authenticated.
Query parameters
ID of the website.
Start date for the query (inclusive). You can specify mulitple dates which will be paired with corresponding date_to parameters. For example ?date_from=2020-01-01&date_to=2020-01-10&date_from=2021-06-01&date_to=2021-07-01 will create two ranges: [2020-01-01; 2020-01-10] and [2021-06-01; 2021-07-01]. Number of date_from parameters must match number of date_to parameters.
[ "2021-05-01" ]
End date for the query (inclusive). You can specify mulitple dates which will be paired with corresponding date_to parameters. Read more in date_from parameter description.
[ "2021-05-01" ]
Number of rows to return.
Number of rows to skip before beginning to return rows.
Response
OK