Skip to content

Instantly share code, notes, and snippets.

@caseysoftware
Created December 16, 2015 02:37
Show Gist options
  • Select an option

  • Save caseysoftware/7bfde5b406f4c74609ee to your computer and use it in GitHub Desktop.

Select an option

Save caseysoftware/7bfde5b406f4c74609ee to your computer and use it in GitHub Desktop.
A list of sample insights available for a bundle
{
"bundle_id": "abcde12345",
"created": "2015-03-04T05:03:04.292Z",
"updated": "2015-05-16T20:39:37.508Z",
"_class": "Insights",
"_links": {
"curies": [
{
"href": "/docs/insights/{rel}",
"name": "insight",
"templated": true
}
],
"insight:spoken_keywords": {
"href": "/v1/bundles/abcde12345/insights/54321edcba"
},
"insight:classification": {
"href": "/v1/bundles/abcde12345/insights/edcba56789"
},
"parent": {
"href": "/v1/bundles/abcde12345"
},
"self": {
"href": "/v1/bundles/abcde12345/insights"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment