Skip to main content

All Questions

Tagged with
-1 votes
0 answers
28 views

How to create a controller with type='http' but accepting application/json?

I created a controller on Odoo 9.0/10.0 as follow : @http.route('/openapi/v1.0/access-token/b2b', type="http", auth='none', methods=['POST'], csrf=False) The client what to post the data ...
Prihadi Ramadhany's user avatar
0 votes
0 answers
55 views

Azure Data Factory REST connector not accepting Accept header

I am using Azure Data Factory to run a pipeline that invokes REST API. For this I am using ADF REST connector. As per documentation, Accept header only takes value as application/json. But the problem ...
Anand's user avatar
  • 21.2k
0 votes
1 answer
42 views

Azure REST API - Create pipeline Issue

I want to create a pipeline using Azure REST API linked with my "GITLAB" (not github) repo - Using URL - https://dev.azure.com/{organization}/{project}/_apis/pipelines?api-version=7.0 In ...
Gautam Chopra's user avatar
-1 votes
0 answers
28 views

Google Cloud Vision API Returning 400 Bad Request Error

I am trying to use React Native for the first time to create a mobile app where a user can upload a image and then get a response from the Cloud Vision API. I have already created the key and ensured ...
Bob Henry's user avatar
0 votes
1 answer
27 views

How to format "custom" JSON output

I have a vendor that is expecting the response of a Web API GET request to look exactly like in the attached screenshot. I am using ASP.NET Web.API but I'm not using Entity Framework. The data is ...
golfnut's user avatar
0 votes
0 answers
12 views

Passing JSON object to untyped REST service in SOA BPEL

I am trying to pass a JSON object to an untyped rest service by assigning a JSON payload to the request variable. First of all assigning a JSON string '{"init":1,"store_id":1002,&...
Pargat's user avatar
  • 769
0 votes
2 answers
59 views

Formatting parameters for C# HttpClient.PostAsJsonAsync

I don't have experience with REST APIs but I inherited one that I need to develop a C# .NET Framework 4.71-based client for. I figured out how to invoke commands that don't need parameters. For ...
Jim C's user avatar
  • 4,648
0 votes
0 answers
12 views

How to extract incoming data from a http rest request in a service in Moqui?

I want to extract json data from incoming request in a Moqui Service I have created a service in Moqui which processes incoming data, the problem is data comes as a direct json insted of being nested ...
Ayan Farooqui's user avatar
0 votes
1 answer
36 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
68 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
35 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,468
0 votes
0 answers
42 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
1 vote
0 answers
89 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
  • 81
0 votes
0 answers
23 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
22 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

15 30 50 per page
1
2 3 4 5
624