Skip to main content

Questions tagged [rest]

REST (Representational State Transfer) is a style of software architecture for distributed hypermedia systems such as the World Wide Web. It has increased in popularity relative to RPC architectures such as SOAP due to the intrinsic de-coupling of client from server that comes from having a uniform interface between heterogeneous systems.

-1 votes
0 answers
6 views

Dynamic Database Driven External API Call Service: Seeking direction/concepts to focus research on

Dynamic Database Driven External API Call Service: Seeking direction/terms to focus research on. Thank you in advance for any responses i get. I'm here seeking a direction for research and any related ...
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 ...
0 votes
0 answers
10 views

Spring boot: Why am I getting this 404 Error?

Just to give a little background on the project; I'm making a Spring Boot project using Maven. I have a two microservices, one called "products" and one called "config-server" to ...
0 votes
0 answers
14 views

Golang sending binary file over TCP via HTTP/REST

I'm writing a manager for cloud support of legacy IOT devices in Go, the devices establish a tcp connection with the manager, then that connection gets held open for bi-directional communication. The ...
0 votes
0 answers
6 views

Azure DevOps REST API parent relation link to existing work item error

I am attempting to utilize the Azure DevOps REST API to create and/or update a work item in Boards to allow adding a Parent link. So far this is unsuccessful. and its creating an error... Invoke-...
0 votes
0 answers
8 views

Delete all items from a sharepoint list with the REST Api

Is there a method to delete all items from a sharepoint list using the REST API ? Preferably not using a Loop over all items and deleting individual item ? I have got to the point where I can delete ...
1 vote
0 answers
7 views

using sharepoint REST API - can POST files as an app but not GET a list of files?

I have successfully registered an app and can generate a JWT to get a token for my app to upload files directly into a Sharepoint site. I'm now trying to read this list of files back but the same ...
0 votes
0 answers
8 views

Can't submit GRES value from slurm REST API

I have been trying to submit the slurm GRES flag through the REST API however, I couldn't find a way to do the same through the REST APIs. I am using the parser version 0.0.40 Is this something not ...
274 votes
6 answers
243k views

Deciding between HttpClient and WebClient [closed]

Our web application is running in .NET Framework 4.0. The UI calls the controller methods through Ajax calls. We need to consume the REST service from our vendor. I am evaluating the best way to ...
0 votes
0 answers
10 views

SSRS Powershell Rest API "The given key was not present in the dictionary"

I am trying to create a subscription to a report via SSRS Rest API 2.0, but I am getting the error "The given key was not present in the dictionary". I am on SSRS Version 15.0.8863.19101 ...
47 votes
8 answers
49k views

What base_name parameter do I need in my route to make this Django API work?

I am building a Django application that exposes a REST API by which users can query my application's models. I'm following the instructions here. My Route looks like this in myApp's url.py: from ...
0 votes
0 answers
5 views

Superset Add user with REST API

I am getting Error in reponse to /api/v1/security/users/ i am trying to insert new user with rest api in apache superset what i did: i sent post request to /api/v1/security/login with json body - i ...
1 vote
1 answer
289 views

How to generate endpoints having StreamingResponseBody as return type using Swagger in a Java-Spring server app?

I want to write a POST endpoint definition that returns as response ***StreamingResponseBody ***using Open API - Swagger. Since the data that should be downloaded is very huge, I found that instead of ...
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&...
0 votes
0 answers
12 views

How to sync Netsuite sales order items to Salesforce order products?

I have created user event script to sync Netsuite Sales order to Salesforce order. I have sync all body level data but having trouble in syncing Netsuite items to the salesforce. Please Help! Here is ...

15 30 50 per page
1
2 3 4 5
6277