Created
August 31, 2015 21:54
-
-
Save boomtrain-support/cf283c05a77d7097ccef to your computer and use it in GitHub Desktop.
GET /resources/:model - Response details for the specified model type.
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
| [ | |
| 0: { | |
| createdAt: "{ISO Formatted Date the Resource was Ingested}", | |
| debug: "{A JSON array of items used by Boomtrain}", | |
| props: "{A JSON array of the Resource Properties based on Your meta Tags}", | |
| updatedAt: "{ISO Formatted Date the Resource was Last Reingested}" | |
| }, | |
| 1: { | |
| createdAt: "{ISO Formatted Date the Resource was Ingested}", | |
| debug: "{A JSON array of items used by Boomtrain}", | |
| props: "{A JSON array of the Resource Properties based on Your meta Tags}", | |
| updatedAt: "{ISO Formatted Date the Resource was Last Reingested}" | |
| }, | |
| ... | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment