0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 18:26:15 +01:00
posthog/cypress/fixtures/api/annotations.json

25 lines
706 B
JSON
Raw Normal View History

{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"content": "a test annotation",
"date_marker": "2021-02-09T16:04:10.122000Z",
"creation_type": "USR",
"dashboard_item": null,
"created_by": {
"id": 1,
"distinct_id": "zBpKfD1Ygb-QlBIHO51v_Xg3jOeIvUmo29bzZMEv_Do",
"first_name": "Eric",
"email": "eric@posthog.com"
},
"created_at": "2021-02-09T16:04:16.933758Z",
"updated_at": "2021-02-09T16:04:16.934138Z",
"deleted": false,
"scope": "organization"
}
]
}