Search (lowcode) Web Frontend working with REST-Calls for Data-Interactions
I am looking for a web frontend that fetches and writes data via rest calls.The following main criteria:preferably LowCode or Python, fast from prototype to applicationpreferably well-known solutions /...
View ArticleNodeJS, collation is not kept
I have an issue with my NodeJS API.The API is deployed on a VPS and is working well but not for long. Indeed, after some days, the accentuated characters, like "é", are not well encoded anymore. In the...
View ArticleServicenow updates not reflecting in UI
I'm trying to capture the metadata of work notes for an sc_task in ServiceNow, so I'm posting work notes directly to sys_journal_field. However, I'm running into an issue where the work notes don't...
View ArticleRest API Design [closed]
I would like to create an API architecture based on REST API. I'm trying to get my head around the basic principles and have not fully understood it yet. Therefore, a number of questions.Am I...
View ArticleCannot connect to Informix database using NodeJS API
I am trying to build an API using NodeJS 20.15.1 to our Informix 12.10.FC16 Databases, but can't get it to work. I tried using "npm install ibm_db" but it won't connect.I've been trying for weeks. I...
View ArticleHow I return HTTP 404 JSON/XML response in JAX-RS (Jersey) on Tomcat?
I have the following code:@Path("/users/{id}")public class UserResource { @Autowired private UserDao userDao; @GET @Produces({MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON}) public User...
View ArticleWhat HTTP methods should be chosen in a REST API when no CRUD operations are...
Lets consider a REST API for a backend application that does not have any DDBB dependencies or connections.For example, a python backend app which uses a machine learning model binary that takes a...
View Article415 unsupported media type angular spring boot POST PUT http methods
Hi guys i've been trying to solve this error in the last 2 days so my problem is that i want to call a PUT Rest api to change my user data, when i change the data in angular than send it to spring boot...
View ArticleGroovy POST request with form filling in it
I need to write a script similar to this cURLcurl -X 'POST''url/authenticate' -H 'accept: */*' -H 'Content-Type: multipart/form-data' -F 'Username=user_name' -F 'Password=pass_word'I have this, but...
View Articleslack custom workflow step response
I am creating simple custom workflow step. I already started receiveing this json https://api.slack.com/events/function_executed from slack when custom step was triggered. Based on docu I responded...
View ArticleAccess Microsoft Todo List via Rest API
I want to get my to-dos from my Microsoft Todo (https://to-do.live.com) but I don't have a clue on how to get started. I searched online but did not find documentation for a REST API.Does anyone know...
View ArticlePass international phone format while updating phone number with Quickbase...
I need to pass phone numbers from a third party app to Quickbase via the Restful API. We receive phone numbers from outside the United States, so I need to pass in the country format as well as the...
View ArticlePlace API key in Headers or URL
I'm designing a public API to my company's data. We want application developers to sign up for an API key so that we can monitor use and overuse.Since the API is REST, my initial thought is to put this...
View ArticleGET request not supported in custom API in Business Central....
I try to call a method in a custom API in a code unit in Ms Dynamics 365 Business Central. I tried everything to make it a simple GET method, but I keep receiving "BadRequest_MethodNotAllowed" in...
View ArticleHow do I deal with syncing the client session after a server-side webhook...
A user in my application has an activeUserPlan field in their session, which is pulled from the server on signIn.Here's the flow:User purchases a plan using stripe.User is redirected to stripe checkout...
View ArticleJersey JSON Response as HttpUrlConnector instead of JSON
I'm trying to make a small REST service with Jersey 2.13 as the server, Vaadin 7.3.3 as the "client" but the idea is that the request can come from anywhere (not just Vaadin, this is why I don't use a...
View ArticleWhich HTTP response code for "This email is already registered"?
I'm creating a RESTful API for creating users that enforces unique email addresses:Successful POST /users: HTTP 201 CreatedIf I POST the same email address again, what should the response code be? Is...
View ArticleGET request works in browser but not in POSTMAN - Cloudfare denies it
I am trying to access the following API and this is the behaviorAPI = https://api.btcxindia.com/ticker/While accessing this API from Postman , I get the output. However, if I leave my postman open and...
View Articlemultiple authentication methods with same REST resources
Let's suppose you are building REST APIs which will be accessed from different kinds of consumers (human users, things, untrusted native apps) so each of them has its own authentication method, for...
View ArticleIs there a way in JIRA REST APIs to create/get API Tokens?
In Jira, if you want to consume its REST API, you need to authenticate. This can be done with Basic Auth by giving a API Token in place of password, as mentionned here...
View Article