webservice api

11 views
Skip to first unread message

Boss

unread,
Jun 18, 2024, 8:15:29 AM (11 days ago) Jun 18
to Joomla! General Development
hi
can anybody explain how to work with relationships object in webservice output??

for example my articles relationships are

            "relationships": {
                "category": {
                    "data": {
                        "type": "categories",
                        "id": "11"
                    }
                },
                "created_by": {
                    "data": {
                        "type": "users",
                        "id": "203"
                    }
                }
            }

but i want to know how to get creator details from created_by relation witout send a new request
Reply all
Reply to author
Forward
0 new messages