Skip to content

Instantly share code, notes, and snippets.

@gabrielmerovingi
Created November 28, 2018 03:58
Show Gist options
  • Save gabrielmerovingi/5e589c6cfacef85987566ce20e79e156 to your computer and use it in GitHub Desktop.
Save gabrielmerovingi/5e589c6cfacef85987566ce20e79e156 to your computer and use it in GitHub Desktop.
{
"product_id": 2,
"title": "Product Title",
"url": "https://company.uamplified.io/product-slug/",
"slug": "product-slug",
"logo": "",
"version": "1.0",
"visibility": "public",
"created_date": 1533565994,
"total_members": 3,
"signup_status": "on",
"login_status": "on",
"listen": {
"title": "Listen",
"url": "https://company.uamplified.io/product-slug/listen/",
"total_requests": 15,
"total_comments": 16,
"total_votes": 10
},
"talk": {
"title": "Talk",
"url": "https://company.uamplified.io/product-slug/talk/",
"total_releases": 6,
"total_announcements": 28
},
"launch": {
"title": "Launch",
"url": "https://company.uamplified.io/product-slug/launch/",
"total_campaigns": 1,
"total_engagement": 2,
"total_referrals": 0
},
"data": {
"statuses": {
"pending": "In Study",
"approved": "Approved",
"nextinqueue": "Next in Queue",
"inprogress": "In Progress",
"completed": "Completed",
"released": "Released",
"abandoned": "Abandoned",
"rejected": "Rejected"
},
"categories": {
"bug-fix": {
"term_id": 4,
"name": "Bug Fix",
"description": "",
"total_items": 14,
"bg_color": "#ed5565",
"text_color": "#ffffff"
},
"improvement": {
"term_id": 3,
"name": "Improvement",
"description": "",
"total_items": 8,
"bg_color": "#1c84c6",
"text_color": "#ffffff"
},
"new-feature": {
"term_id": 2,
"name": "New Feature",
"description": "",
"total_items": 5,
"bg_color": "#23c6c8",
"text_color": "#ffffff"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment