Created
August 31, 2015 22:07
-
-
Save boomtrain-support/fb650ce7bfa81bcbf698 to your computer and use it in GitHub Desktop.
GET /resources/:model/:id - Response details with the Resource by model type and ID.
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
| { | |
| id: "{Specified ID}", | |
| model: "{Model}", | |
| props: { | |
| author: "{Author}", | |
| body: "{Body of the Resource}", | |
| categories: { | |
| "{Category 1}", | |
| "{Category 2}" | |
| }, | |
| description: "{Description of the Resource}", | |
| pubDate: {Unix epoch with Milliseconds}, | |
| thumbnail: "{URL for Thumbnail Image}", | |
| title: "{Title of the Resource}", | |
| updated: {Unix epoch with Milliseconds}, | |
| url: "{Canonical URL for Resource}" | |
| }, | |
| updatedAt: "{ISO Formatted Timestamp}" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment