Sending a GET request to the articles endpoint like described in the docs: https://docs.joomla.org/J4.x:Joomla_Core_APIs#Get_List_of_Articles
{
"alias": "my-article",
"articletext": "My text",
"catid": 64,
"language": "*",
"metadesc": "",
"metakey": "",
"title": "Here's an article"
}
{
"errors": [
{
"code": 500,
"title": "Internal server error"
}
]
}
Joomla: 4.0.0-beta1
Server: Apache
PHP: 7.4
Postman
Labels |
Added:
No Code Attached Yet
|
the docs should be updated the correct one is /api/index.php/v1/content/articles
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-08-12 16:27:22 |
Closed_By | ⇒ | xRealNeon |
I think that sums it up
I have Updated to rc6 now I can get a list of articles, but it's on
/api/index.php/v1/content/articles
not on/api/index.php/v1/content/article
like in the docs