Skip to main content

All Questions

Tagged with
0 votes
0 answers
5 views

API Pagination - Want to get the page from the URL and not from the Body

I am new to the API world and have a question. I am currently making an API custom connector call to plytix with Matillion Data Loader. The call works fine until I want to bring in all the records ...
user26426873's user avatar
0 votes
0 answers
9 views

How to post multiple objects in oracle apex rest api?

I am trying to post data like below { "ORG_ID": "81", "TRX_DATE": "30-JAN-2024", "TRX_NUMBER": "240006078&...
Abdullah Al Mamun's user avatar
0 votes
1 answer
24 views

Why are my Firebase RTDB Rules Always Returning Unauthorized

Rules { "rules": { "Accounts": { ".read": "true", "$user_id": { // Check if object has all required values after operation ...
Cory Lentz's user avatar
0 votes
0 answers
56 views

DataSnap - Object as server method parameter

Is it currently (Delphi 12) possible to write in server method parameters some class and receive it from simple JSON? Now I have: type TTestParam = class fVal1: Integer; end; {$...
Dżyszla's user avatar
-2 votes
1 answer
30 views

How do I remove the "d" node from the GET Response

My team provided me a GET called. However, the response contains a "strange" d node. I tried to ask them for help and they asked me to use XML instead (I know). I am here to see if ...
Johnny Wu's user avatar
  • 1,448
0 votes
0 answers
37 views

Why do i get random characters as a response to my curl get call in php?

I am trying to get a list of deliveries using this GET call: https://datalink.hconnect.digital/api-products/basic#get-https-//api.hconnect.digital/ecs/v2/deliveries Here is a picture if the link is ...
Pascal's user avatar
  • 1
0 votes
0 answers
37 views

How can I resolve [org.springframework.web.HttpMediaTypeNotAcceptableException: No acceptable representation] error?

I have created a REST API for user registration using Spring Boot in which I for response I'm using GenericResponse class along with ResponseEntity to manipulate the response but I'm facing [org....
Saurabh's user avatar
  • 19
0 votes
0 answers
20 views

JSON Request Body Help Plytix / Celigo

I have multiple different scheduled imports going into Plytix mostly around 2 to 8 am from multiple vendors. I have a delta flow to handle these changes. They're usually 120k records and the page size ...
Shadner Joseph's user avatar
0 votes
0 answers
17 views

Steam API to go through a game's community tabs?

I'm looking for the best way to get data from a game's community tab using steam's API. I'm hoping to track when a game has a new update published, popular artwork, mod updates, that type of thing. ...
Sydney Keating's user avatar
0 votes
0 answers
50 views

decoding json changing value and encoding in scala

I have this request .get(uri"$configurationEndpoint") .header("Authorization", s"Bearer $token") .send(backend) ...
Friendly Programmer's user avatar
0 votes
1 answer
125 views

Restful FedEx Trade Document Upload API - Can't upload signature or letterhead images

I am working on the integration of FedEx Restful APIs. I have to call uploading images API so that I can use customized letterhead and signature in Ship API when requesting FedEx commercial invoice ...
Ying Ru Fang's user avatar
0 votes
1 answer
35 views

How to model a data object that represents a PATCH request body whose fields can be undefined, null or values

Let's suppose I need to call an HTTP API PATCH endpoint whose schema for the body is: { ... "type": "object", "properties": { "propertyOne": { "...
Codrin's user avatar
  • 75
0 votes
0 answers
21 views

Extracting CSV like data from a JSON object via API POST call

Unable to dig deeper in the JSON object to extract the CSV like data that is stored in there as the payload of the API call. When reading the data from the output of the call it shows as; { "...
JonasScheerders's user avatar
0 votes
1 answer
36 views

Cannot get data with multiple indicators from World Bank's API

I am trying to obtain data with multiple indicators from World Bank's API but am unable to do so. The documentation suggests to use the following format: http://api.worldbank.org/v2/country/chn;ago/...
karalkal's user avatar
1 vote
0 answers
68 views

HAL and HAL-FORMS

I have a problem understanding something. I would like to implement HATEOAS and move to level 3 of a REST API. For now, I am using Spring HATEOAS, which is not very complicated, and it generates ...
Burckhardt Sébastien's user avatar

15 30 50 per page
1
2 3 4 5
625