Created
December 16, 2015 02:37
-
-
Save caseysoftware/7bfde5b406f4c74609ee to your computer and use it in GitHub Desktop.
A list of sample insights available for a bundle
This file contains hidden or 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
| { | |
| "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