Files
Gainsight/Scripts/list_deliveries_try_it.json

49 lines
1.3 KiB
JSON

{
"links": {
"self": "https://api.northpass.com/v1/communications/deliveries?include=person"
},
"data": [
{
"type": "communication_activities",
"id": "c339a2aa-3a55-4181-ab66-1d9d19eabfb8",
"attributes": {
"communication_id": "account_activation_learners",
"created_at": "2024-01-09T06:22:15Z"
},
"relationships": {
"person": {
"data": {
"type": "people",
"id": "362a0113-86ea-4568-9778-78bf52e7956e"
}
}
}
}
],
"included": [
{
"type": "people",
"id": "362a0113-86ea-4568-9778-78bf52e7956e",
"attributes": {
"activated_at": "2024-01-09T06:22:15Z",
"created_at": "2024-01-09T06:22:15Z",
"email": "test+user-60-1704781335@schoolkeep.com",
"updated_at": "2024-01-09T06:22:15Z",
"unsubscribed": false
},
"links": {
"self": "https://api.northpass.com/v1/people/362a0113-86ea-4568-9778-78bf52e7956e",
"teaching": "https://app.northpass.com/people/362a0113-86ea-4568-9778-78bf52e7956e"
},
"relationships": {
"school": {
"data": {
"type": "schools",
"id": "9f22f5b8-2721-4b2b-a1a0-882642149495"
}
}
}
}
]
}