Skip to content

Instantly share code, notes, and snippets.

@chetanmadaan
Last active November 11, 2019 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chetanmadaan/842848b81ad4e76795bf99a8c7530e39 to your computer and use it in GitHub Desktop.
Save chetanmadaan/842848b81ad4e76795bf99a8c7530e39 to your computer and use it in GitHub Desktop.
Access single article response - Joomla 4 API
{
"links": {
"self": "http://localhost/j4a12/api/index.php/v1/content/article/6"
},
"data": {
"type": "articles",
"id": "6",
"attributes": {
"typeAlias": "com_content.article",
"id": 6,
"asset_id": 91,
"title": "Your Template",
"state": 1,
"catid": 8,
"created": "2019-11-11 03:11:43",
"language": "*",
"tags": false,
"text": "<p>Templates control the look and feel of your website.</p><p>This blog is installed with the Protostar template.</p><p>You can edit the options by selecting the Working on Your Site, Template Settings link in the top menu (visible when you login).</p><p>For example you can change the site background color, highlights color, site title, site description and title font used.</p><p>More options are available in the site administrator. You may also install a new template using the extension manager.</p> "
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment