Get annotations
Get a JSON with a list of all annotations within your Context organization.
GET /api/export
Parameter | Type | Description |
---|---|---|
access_token required | String | Create a new API key or use the default key. |
type | String | Possible values: csv, json |
Request
curl -v https://contextapi.sweetlabs.io/api/export/?access_token=YOUR_API_AKEY
Response
{
"annotations": [
{
"category": "Confirmed",
"eventSource": {
"name": "Google Algorithm Updates"
},
"url": "https://www.seroundtable.com/google-search-algorithm-update-26832.html",
"description": "It looks like over the weekend, starting maybe this...",
"title": "Google Search Algorithm Update Over December 15th Weekend",
"publishDate": "2018-12-15T00:00:00.000Z"
},{
"category": "Germany",
"eventSource": {
"name": "Holidays"
},
"url": "https://www.officeholidays.com/religious/christian/st_stephens_day.php",
"description": "The history and traditions of St. Stephen's Day...",
"title": "St. Stephen's Day",
"publishDate": "2018-12-26T00:00:00.000Z"
}]
}