Skip to content

Instantly share code, notes, and snippets.

@caseysoftware
Created January 2, 2016 07:04
Show Gist options
  • Save caseysoftware/1c951e9807bea6f2b5d8 to your computer and use it in GitHub Desktop.
Save caseysoftware/1c951e9807bea6f2b5d8 to your computer and use it in GitHub Desktop.
This is a sample of a request for available insights. Used in the Medium post.
{
"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"
},
"insight:spoken_words": {
"href": "/v1/bundles/abcde12345/insights/12345abcde"
},
"insight:spoken_topics": {
"href": "/v1/bundles/abcde12345/insights/34567abcde"
},
"insight:transcript_r4": {
"href": "/v1/bundles/abcde12345/insights/98765abcde"
},
"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