Last active
November 11, 2019 03:44
-
-
Save chetanmadaan/842848b81ad4e76795bf99a8c7530e39 to your computer and use it in GitHub Desktop.
Access single article response - Joomla 4 API
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
{ | |
"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