Skip to main content

Questions tagged [restful-api]

A RESTful API (or REST API) is an application program interface (API) that uses HTTP requests to access and use data according to a protocol called REST (REpresentational State Transfer).

1 vote
1 answer
24 views

I am sitting here since day and didn´t find the issue. My custom field will not be registered, that means I can create it as a field and then it appears in the article but without any data. the list ...
Marcus R.'s user avatar
1 vote
0 answers
42 views

I'm trying to edit some articles automatically. I can GET the articles using the API, but when trying to apply PATCH, the content does not change. I did try "fulltext", "introtext",...
Whitecold's user avatar
  • 111
1 vote
1 answer
77 views

Imagine a have a list of content plugins installed on joomla like: Snippets LoadModule etc... I have an article with the following content: <p>{snippet id="1"} {loadmoduleid 1}</p&...
Exprove's user avatar
  • 147
1 vote
1 answer
86 views

In Joomla Joomla 4/5: What is the best strategy to allow access to Joomla API endpoints from only one (or more) specific domains? And how is this configured in Joomla 4/5? (CORS vs. HTTP-Header-Plugin ...
cappu's user avatar
  • 169
2 votes
1 answer
412 views

I have successfully programmed a Joomla 4/5 API to generate an API web service. There is a kind of weird bug uploading files though, because it basically works on localhost - but on the live system I ...
cappu's user avatar
  • 169
1 vote
0 answers
81 views

In our organization we use Salesforce as the authoritative source of info about our users, so it makes sense for us to use that info when creating the associated users in our new Joomla site. I have ...
Jeff Gilmore's user avatar
0 votes
1 answer
68 views

So I installed codeception/module-rest and created an api.suite.yml containing: modules: enabled: - Helper\JoomlaDb - Helper\Api config: Helper\JoomlaDb: dsn: "mysql:host=...
maidan's user avatar
  • 463
1 vote
1 answer
67 views

I have some options to configure a plugin of mine. These options contain one subform field, that can be repeated. The purpose of the field is to match names of one type to ones of another type. The ...
maidan's user avatar
  • 463
1 vote
2 answers
179 views

Is it possible to create a webservice and API access for my own component if the component file structure is not setup like this and uses namespace based classes? https://docs.joomla.org/J4.x:...
maidan's user avatar
  • 463
1 vote
0 answers
81 views

I am trying the web services in Joomla 4. I have enabled SEF URLS, URL Rewriting on site configuration and I have set nginx according to https://docs.joomla.org/Enabling_Search_Engine_Friendly_%28SEF%...
Christoforos's user avatar
3 votes
0 answers
501 views

I've been creating a lot of webservices API endpoints in Joomla 4 lately and wanted to ask: "What's the simplest, fastest, most practical way to get the entire POST object when a controller ...
Joe Hacobian's user avatar
0 votes
1 answer
412 views

So, I am trying to pull data from EA Sports API for games like NHL or FIFA. The issues with EAs API is it only shows the last 5 games played. I am trying to have a script run every minute and save ...
Brandon's user avatar
  • 79
1 vote
0 answers
70 views

I have updated my website to Joomla 4.13 and using Postman to get data via Joomla 4 webservices. I have turned on the Debug. Now I'm getting a response to the Postman "Session must be started ...
morefriendsm's user avatar
2 votes
2 answers
320 views

I can't guess how to get menu items from a specific menu via API. I use: https://github.com/alexandreelise/j4x-api-collection https://documenter.getpostman.com/view/9617873/Szzj9yJy#6ac385da-724b-4b5b-...
Skyward Companion's user avatar
2 votes
1 answer
440 views

Simply put when using the API to update a custom field of an article, the new information is not successfully passed through. Furthermore, the original contents are deleted from the field. The ...
Malkio's user avatar
  • 45

15 30 50 per page