Skip to main content

All Questions

Tagged with
0 votes
0 answers
22 views

How can set the return-fields of GET Request URL of an API to the union of multiple paths

I am working with the Google pagespeed API and I am stuck while creating the URL fields. The Response from this API is rather lengthy and I only care about certain paths in the api. Right now the URL ...
Arnav Motwani's user avatar
0 votes
0 answers
22 views

Http Status 415 - Unsupported Media Type , Cannot consume content type

I added a new get API in my controller of a Rest service, there already have 2 APIs. The API is like below: @GET @Path("/alert") @Consumes(MediaType.APPLICATION_JSON) @...
Leo's user avatar
  • 1
0 votes
0 answers
17 views

Groupme API Has No Support for Topics

I would like to have bots that post in the topics beneath a group. For a user, these topics present as separate sub-groups. However, they seem to have no ID tied to them. Is there a parameter I can ...
oish yam's user avatar
1 vote
0 answers
46 views

Add an http GET/POST entry point to a Django with channels websocket

I'm new in Django and I'm building a site for booking. I build the front-end in vue 3 and the back-end in django using channels. I've implemented the websockets but now I'm trying to add a GET or POST ...
Arkhangel's user avatar
1 vote
2 answers
43 views

how to pass json array in params to get rest api in nodejs

I have one GET API which is having array in the input. I want to call that API through in my node.js project. I have tried many options but none worked. This is my REST Request. let request = await ...
akilesh's user avatar
  • 25
-1 votes
1 answer
36 views

Rest standards for retrieving by external id

I need to design a new api and I would like to collect arguments and find the best approach. What are the RESt recommendations for my situation? We have an object class Product { int id // id ...
user2957954's user avatar
  • 1,249
-1 votes
1 answer
72 views

Best Practices for Sending Extensive Filters in GET Requests Without Exceeding Header Limits [closed]

I'm working on an application that allows users to filter by location. In order to do this, I'm adding my city filters into a query parameter. For example, if someone selects California I would encode ...
bugsyb's user avatar
  • 5,922
0 votes
1 answer
47 views

C# - Rest Call with trailing space in URI

Before all: My client and service are both .NET Framework 4.5.2 I have the following service controller GET method: [HttpGet, Route("GetObjects/{orderEntryId:int:min(1)}/{isBookFilterActive:bool}/...
CrazyEight's user avatar
0 votes
0 answers
60 views

ERROR Get Multiple API schedule every day timezone Asia Jakarta

I need your help, to find a solution to the error message from my program, I have searched for solutions on Google have not found a solution to my program error. Hopefully those who help me will find ...
Ananda Rauf Maududi's user avatar
0 votes
0 answers
77 views

Does CORS apply to Javascript only? And not HTML anchors?

I'm writing a REST API server in C++, not quite from scratch, but almost. I'm using an existing library that handles the networking, and provides a router, but beside that I need to handle the miriad ...
ddevienne's user avatar
  • 1,852
0 votes
1 answer
862 views

How to retrieve Dynamics 365 Purchase Order information via Postman

I'm new to D365 FO and am trying to retrieve Purchase Order Header and Line info via Postman. I have logged into D365 and created a connection in Postman, but what is the URI to actually retrieve the ...
user avatar
0 votes
0 answers
244 views

How do you get the store's menu using the Uber Eats API?

Can the menu for a store be requested by anyone using the API, or is it only available for the store that uploaded the menu? https://developer.uber.com/docs/eats/api/v2/get-eats-stores-storeid-menus I ...
mjpablo23's user avatar
  • 721
1 vote
2 answers
3k views

How to call Rest API directly in Snowflake?

I am trying to call rest API directly in snowflake. For that I am trying to use Python Stored Procedure. As usual I was trying to invoke requests.get() method. But unfortunately Snowflake don't ...
blurred_8216's user avatar
0 votes
1 answer
60 views

Updating Multiple Products with API

I'm trying to update thousands of products on an ecommerce site (Houzz) using a POST request in Postman, but I'm not sure how to format a large quantity. I'm able to successfully update the product ...
ncarabetta's user avatar
0 votes
0 answers
86 views

REST Endpoint: why am I retrieving duplicates using paging?

I'm trying to use a GET statement to retrieve one variable from all entries of a Rest-endpoint. It's the user_ID I'm retrieving. The response is a typical Json file. I only save the user_ID. There are ...
LightningStack575's user avatar

15 30 50 per page
1
2 3 4 5
52