<%= content_type.icon %> Fetch a specific <%= content_type.name.downcase %>

Endpoint

GET /api/v1/<%= content_type.name.downcase %>/<id>

Example call

Example response

{ "id": 1, "name": "Some <%= content_type.name %>", "description": "A description of this page", <% unless content_type.name == Universe.name %> "universe": { "id": 134, "name": My Super Amazing Universe }, <% end %> "meta": { "created_at": "2020-02-01 08:24:20 UTC", "updated_at": "2020-02-09 06:57:12 UTC" }, "categories": [ { "id": 123, "label": "Overview", "fields": [ { "id": 123, "type": "text_area", "label": "Coolness factor", "value": "Off the charts" }, { "id": 124, "label": "Related Buildings", "type": "link", "value": [ { "id": 345, "type": "Building", "name": "The Office of Examples", }, ... ] }, ... ], }, ... ], "references": [TBD] }