Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save boomtrain-support/fb650ce7bfa81bcbf698 to your computer and use it in GitHub Desktop.

Select an option

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.
{
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