Created
April 7, 2020 16:22
-
-
Save hpjaj/0274c09fd114482581189cba671f79d6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"type": "will_paginate_collections", | |
"attributes": { | |
"items": [ | |
{ | |
"item": { | |
"id": 156, | |
"type": "Accomplishment", | |
"description": "Flexitarian hoodie tousled skateboard umami. Chicharrones single-origin coffee swag wayfarers semiotics kickstarter. Quinoa before they sold out godard jean shorts.", | |
"status": "approved", | |
"points": 5, | |
"completed_at": "2020-02-17T12:00:00.000-07:00", | |
"revoke_reason": null, | |
"revoked_by": { | |
"id": null, | |
"name": null | |
}, | |
"image": null, | |
"goal": { | |
"id": 148, | |
"name": "Share an out of Zestful moment", | |
"description": "We believe that what you do outside of Zestful is often times more important than what you do inside of Zestful. Share a moment with family, friends, or doing something fun outside of work!", | |
"frequency": "monthly", | |
"status": "active", | |
"points": 5, | |
"emoji": "πββοΈ" | |
}, | |
"user": { | |
"id": 254, | |
"first_name": "John", | |
"last_name": "Smith", | |
"full_name": "John Smith", | |
"email": "[email protected]", | |
"initials": "JS", | |
"points": 0, | |
"background_color": "#1a3158", | |
"foreground_color": "#fff", | |
"avatar": null, | |
"lemon_drop": true, | |
"currency": { | |
"name": "Lemons", | |
"emoji": "π" | |
}, | |
"admin": false | |
} | |
}, | |
"reactions": { | |
"π": { | |
"count": 2, | |
"users": [ | |
{ | |
"id": 255, | |
"first_name": "John", | |
"last_name": "Smith", | |
"full_name": "John Smith", | |
"email": "[email protected]", | |
"initials": "JS", | |
"points": 0, | |
"background_color": "#1a3158", | |
"foreground_color": "#fff", | |
"avatar": null, | |
"lemon_drop": false, | |
"currency": { | |
"name": "Lemons", | |
"emoji": "π" | |
}, | |
"admin": false | |
}, | |
{ | |
"id": 256, | |
"first_name": "John", | |
"last_name": "Smith", | |
"full_name": "John Smith", | |
"email": "[email protected]", | |
"initials": "JS", | |
"points": 0, | |
"background_color": "#1a3158", | |
"foreground_color": "#fff", | |
"avatar": null, | |
"lemon_drop": false, | |
"currency": { | |
"name": "Lemons", | |
"emoji": "π" | |
}, | |
"admin": false | |
} | |
] | |
} | |
}, | |
"comments": [] | |
} | |
], | |
"meta": { | |
"per_page": 50, | |
"total_pages": 1 | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment