0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/cypress/fixtures/api/person.json
Karl-Aksel Puulmann c6d00fc3ee
Allow viewing sessions/recordings on persons page (#3302)
* Add spec for being able to reach session recording to sessions page

* Add basic Person page component test

* Fix viewing session recorings on person page

I broke this in a recent PR by narrowing the URLs down too much to fix
another bug (logics clashing).

* Persons tests pass again
2021-02-11 21:14:28 +02:00

22 lines
686 B
JSON

{
"next": null,
"previous": null,
"results": [
{
"id": 1,
"name": "smith.nunez@gmail.com",
"distinct_ids": ["01779064-53be-000c-683f-23b1a8c8eb4c"],
"properties": {
"name": { "last": "Nunez", "first": "Smith" },
"email": "smith.nunez@gmail.com",
"phone": "+1 (807) 451-2087",
"address": "670 Stryker Street, Gloucester, Minnesota, 2058",
"is_demo": true
},
"is_identified": true,
"created_at": "2021-02-11T09:20:30.144219Z",
"uuid": "01779064-53bc-0000-a361-f9762350be69"
}
]
}