No Code Attached Yet
avatar xRealNeon
xRealNeon
12 Aug 2021

Steps to reproduce the issue

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

Expected result

{
    "alias": "my-article",
    "articletext": "My text",
    "catid": 64,
    "language": "*",
    "metadesc": "",
    "metakey": "",
    "title": "Here's an article"
}

Actual result

{
    "errors": [
        {
            "code": 500,
            "title": "Internal server error"
        }
    ]
}

System information (as much as possible)

Joomla: 4.0.0-beta1
Server: Apache
PHP: 7.4
Postman

avatar xRealNeon xRealNeon - open - 12 Aug 2021
avatar joomla-cms-bot joomla-cms-bot - change - 12 Aug 2021
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 12 Aug 2021
avatar xRealNeon xRealNeon - change - 12 Aug 2021
The description was changed
avatar xRealNeon xRealNeon - edited - 12 Aug 2021
avatar xRealNeon
xRealNeon - comment - 12 Aug 2021

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

avatar alikon
alikon - comment - 12 Aug 2021

the docs should be updated the correct one is /api/index.php/v1/content/articles

avatar xRealNeon xRealNeon - change - 12 Aug 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-08-12 16:27:22
Closed_By xRealNeon
avatar xRealNeon xRealNeon - close - 12 Aug 2021
avatar xRealNeon
xRealNeon - comment - 12 Aug 2021

I think that sums it up

Add a Comment

Login with GitHub to post a comment