Sha256: 4b12b8af0381881e39e45a36a22bc24e6bff1ac71ca2539dfb1b0f961fe081cc
Contents?: true
Size: 1.73 KB
Versions: 14
Compression:
Stored size: 1.73 KB
Contents
{ "total_entries": 2, "_links": { "self": { "href": "/api/v2/topics?page=1&per_page=30", "class": "page" }, "first": { "href": "/api/v2/topics?page=1&per_page=30", "class": "page" }, "last": { "href": "/api/v2/topics?page=1&per_page=30", "class": "page" }, "next": null, "previous": null }, "_embedded": { "entries": [ { "name": "Customer Support", "description": "This is key to going from good to great", "position": 1, "allow_questions": true, "in_support_center": true, "created_at": "2013-11-12T22:59:20Z", "updated_at": "2013-11-17T22:59:20Z", "_links": { "self": { "href": "/api/v2/topics/1", "class": "topic" }, "articles": { "href": "/api/v2/topics/1/articles", "class": "article" }, "translations": { "href": "/api/v2/topics/1/translations", "class": "topic_translation" } } }, { "name": "Another Topic", "description": "Not the first one, but another one!", "position": 2, "allow_questions": true, "in_support_center": true, "created_at": "2013-11-12T22:59:20Z", "updated_at": "2013-11-17T22:59:20Z", "_links": { "self": { "href": "/api/v2/topics/2", "class": "topic" }, "articles": { "href": "/api/v2/topics/1/articles", "class": "article" }, "translations": { "href": "/api/v2/topics/1/translations", "class": "topic_translation" } } } ] } }
Version data entries
14 entries across 14 versions & 1 rubygems