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
7 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 ...
Whimsicalknight's user avatar
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
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 ...
dqdq dqsss's user avatar
0 votes
0 answers
15 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 ...
Wayne's user avatar
  • 1
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-...
trentR's user avatar
  • 1
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 ...
Dmitriy Ryabin's user avatar
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 ...
user26426138's user avatar
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 ...
Prasanna's user avatar
  • 4,468
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 ...
WKNav4997's user avatar
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 ...
Numonjon Khoshimov'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
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 ...
Maira S's user avatar
0 votes
0 answers
27 views

Chrome can't play videos larger than 25 MBs [closed]

I have an client written in angular which makes a call to a REST API written in JAVA to retrieve a file. If the file is a video, I have the option to play the video inside the client using a video ...
Ștefan Jiroveanu's user avatar
-2 votes
2 answers
28 views

"undefined: utils.GetTrimmedParam" Error when running the 'Hello World' code from 'Getting Started'

I ran the 'Hello World' code mentioned in the official GoFiber document document but got the following error: $ go run main.go # github.com/gofiber/fiber /home/user/go/pkg/mod/github.com/gofiber/fiber@...
user21819272's user avatar
-1 votes
1 answer
32 views

Base URL for Spring Boot and handle / as well

I would like to set the context path for the Spring Boot application, and the following property can achieve that. server.contextPath=/api However, I would like to redirect / to /api . Currently, I ...
Sanchu Varkey's user avatar

15 30 50 per page
1
2 3 4 5
11