Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
66 views

I have written a simple Alexa skill which works and I've now added a Widget, these both display as expected. I am now trying to use the datastore but every time I try to update the store, I am getting ...
Chris's user avatar
  • 43
-3 votes
0 answers
65 views

I am developing a FastAPI application which will be deployed on EKS. Purpose of this application: the API should get input in the requests, application will extract the filter and sort and pagination ...
abc_23's user avatar
  • 35
-2 votes
0 answers
32 views

I am attempting to set up the Gemini API File Search Tool (Managed RAG) via a POST request to create a FileStore. I am running into a persistent 404 Not Found error, despite confirming billing is ...
Ernesto Facundo Taboada's user avatar
-4 votes
0 answers
19 views

I want to ask a question about zkteco devices I develop a gym management app with react and Spring boot , the last point is to make the zkteco devices ask for action from the backend Now i develop a ...
i9mtk's user avatar
  • 1
Best practices
0 votes
1 replies
23 views

Given some object: class Foo { metadata_field1: ..., metadata_field2: ..., file: Blob } Let's also consider definitions where Foo has multiple Blob attributes, or an array of Blobs, or even ...
Ben Schreiber's user avatar
Best practices
0 votes
2 replies
37 views

My client has requested that I provide a response from my API that looks like the following: { "entity_type": "company", "registered_date": "2020-01-01",...
EMN's user avatar
  • 161
Best practices
0 votes
2 replies
34 views

I am working on a project which has 2 types of communication. First, via the web browser through React. The second is M2M communication. I have 2 security filter chains for each. I have secured the ...
MinisX's user avatar
  • 401
0 votes
0 answers
38 views

I’m trying to access the sys_script table through the ServiceNow Table API using a custom role, but I always get: HTTP 403 Forbidden Field(s) present in the query do not have permission to be read The ...
Logendran's user avatar
0 votes
1 answer
58 views

I want to add an API common prefix for all controllers, e.g. /api/v1. I am using inversify with the @inversify/http-express package. Here is my current base server adapter setup: class Server { ...
Saiful Islam's user avatar
Best practices
0 votes
1 replies
61 views

Here's what I want to do: I want to store files onto my office's computer. I lack experience in terms of completed solutions. I’ve only built a prototype once via ChatGPT, and I want to ask if this is ...
minyoung heo's user avatar
Best practices
0 votes
0 replies
35 views

QuickBooks Online's API documentation includes a recommendation that users use webhooks instead of change-data-capture to synchronize their entity records with QuickBooks's. Why are webhooks ...
In Hoc Signo's user avatar
1 vote
1 answer
85 views

I'm trying to download a large file with with Spring web client without loading an entire file to the memory. I have such service method: @Override public StreamingResponseBody download() { Flux&...
Роман Григорьев's user avatar
1 vote
1 answer
86 views

I'm making a banking application where a user can create a bank account, this account can be a savings account with a monthly income or a current account with a monthly upkeep, the classes of both ...
user31885720's user avatar
Best practices
1 vote
3 replies
44 views

I’m trying to build an application that can download patient documents from Athenahealth, but I can’t figure out whether this is actually supported. The official API documentation is extremely limited ...
Vladimir Meliksetyan's user avatar
Best practices
0 votes
3 replies
52 views

I’m working on a NestJS + TypeORM backend and ran into an architectural question as my codebase evolved. Initially, I had a simple setup: InvestorProfileController handles PATCH /investor-profile ...
bugsyb's user avatar
  • 6,151
-3 votes
1 answer
68 views

I'm automating some ticket creations in Jira. It's working fine for the most part, but its not being assigned to the correct user. All the tickets created get created with "unassigned" as ...
kooroc's user avatar
  • 21
Advice
0 votes
2 replies
46 views

We have some expensive REST services implemented in Helidon MP 4 that often take one minute until they are finished and the response is returned. It happens quite often that the client disconnects ...
Dr. Hans-Peter Störr's user avatar
Advice
1 vote
0 replies
42 views

I run a service whereby I distribute market data to our investment team daily. I open my Bloomberg Terminal, then update the formulas within a service someone else setup. Once the data is updated I ...
Erik's user avatar
  • 43
0 votes
0 answers
89 views

I’m currently having an issue with my code — I’m using the REST API to train a Document AI model with the custom extraction type. I have already completed the following steps: Called the v1 process ...
Nor3soN's user avatar
1 vote
1 answer
69 views

The {plumber2} R package recently got released and I'm trying to understand how to leverage an API. This basic example below works as long as I'm passing only one string without comma in my query. #* ...
Michaël's user avatar
  • 341
-3 votes
2 answers
101 views

I've got a C# program that uses the Jira API. I'm encountering a new problem where I'm trying to GET newly created Jira issues from the past month, but the JSON response from the API isn't giving me ...
B.Scar's user avatar
  • 48
3 votes
1 answer
109 views

I'm extending the Devise invitations controller to lookup the email of the invitee to pre-populate the registration form. I'm getting an error: #<AbstractController::ActionNotFound: "Could not ...
Aaron Humerickhouse's user avatar
Tooling
0 votes
0 replies
23 views

I'm trying to use Alpha Vantage RapidApi with stocks from Spain and it's not working for me. The tickers with a point in them are not working. For instance, for stocks of Santander I can use without ...
Carabes's user avatar
  • 737
Best practices
1 vote
1 replies
110 views

I am currently converting an older JavaScript app to TypeScript and not sure of the best way to proceed. There is a backend Rest API that looks like this: [ {"first_name": "John&...
sean2000's user avatar
  • 516
2 votes
1 answer
106 views

I’m working with Microsoft Planner Premium (the new unified Planner experience) and need to access project data through an API. I’m trying to get details such as: Task dependencies (Depends on, ...
Rohan Mano's user avatar
0 votes
1 answer
61 views

const projects = await strapi.entityService.findMany('api::project.project', { filters: { users: { id: { $eq: userId } } }, populate: ['tenant', 'users'], }); the above code is ...
Karthick J's user avatar
0 votes
0 answers
51 views

I'm new to apache HOP. I try to make a workflow to retreive all rows returned by a Rest Client component. I try to figure out how to implement the hasmore, offset and limit together using a repeat ...
Careau's user avatar
  • 19
1 vote
1 answer
77 views

I am trying to query a PDF document field using Azure Document Intelligence with the Layout Model. Initially, I tested it in the Document Intelligence Studio by uploading the file and adding the query:...
Venkatesh's user avatar
0 votes
0 answers
55 views

I have a little program that is supposed to return all of the charts in a Google Sheets document. The program is as follows: from google.oauth2.credentials import Credentials from ...
Brian's user avatar
  • 150
0 votes
1 answer
67 views

I want to update the status of a recipient in a DocuSign envelope via the REST API. I used the following API call to retrieve recipient data: {{baseUrl}}/{{apiVersion}}/accounts/{{accountId}}/...
lochana's user avatar
  • 131
0 votes
1 answer
38 views

We have a SPA with an associated API back end. The user is authenticating fine against Azure Entra, and I can access the API as well. This is an internal app, and I want to know more about the user. ...
Andrew Casey's user avatar
1 vote
0 answers
50 views

Environment Epicor Kinetic (on-prem) REST v2 / OData Company: MTS, Plant/Warehouse context: MTS-Main Auth via X-API-Key; I also send CallSettings: {"Company":"MTS","Plant"...
Rubby Mishra's user avatar
0 votes
1 answer
28 views

I'm designing a REST API that provides an integration layer to an underlying system I have no control over. Without going in to detail, in this system, there are products with default prices. A custom ...
mbloms's user avatar
  • 31
-1 votes
3 answers
85 views

I’m designing a RESTful API endpoint like this: resource function get user-info(http:RequestContext ctx) returns database:UserInfo|http:InternalServerError|http:NotFound { authorization:...
shayanmalinda's user avatar
0 votes
0 answers
26 views

By using Graphql Mesh I am able to convert soap, rest, rpc into graphql queries/schemas but it is storing everything in yml file and schema files. If I have 500 sources, saving all sources into yml ...
user2132124's user avatar
1 vote
0 answers
53 views

I developed a REST API Quarkus project based on an OpenAPI specification to validate contract testing with Microcks. OpenAPI Specification openapi: 3.0.0 x-stoplight: id: 1q8257l49074g info: title:...
sonia belhadj's user avatar
0 votes
1 answer
96 views

I have a JAX-RS REST API that gets live images from a camera. The camera returns a multipart response (XML + JPEG), which I parse in the service and then return as JSON in the response. Problem: When ...
Otabek Rajabov's user avatar
0 votes
1 answer
63 views

I'm working with an API that uses OAuth-based authentication, accepts dynamic JSON payloads, and processes requests asynchronously. After submitting a request, I poll for job status updates. However, ...
Supriya's user avatar
  • 16
0 votes
0 answers
39 views

I receive the following error "Uncaught Error: [$injector:modulerr]" while running the following app. The code is designed to submit the data received to a SharePoint list when the submit ...
SPninja's user avatar
  • 11
0 votes
0 answers
59 views

I’m trying to update a Forward Commitment PO in Intacct using the PATCH method. The API call succeeds without errors, but the changes are not reflected in the document. Note: Only Unit price is not ...
Deebhan's user avatar
1 vote
1 answer
72 views

I have flask app, which we are running using gunicorn. App structure. % tree your_flask_app your_flask_app ├── __init__.py ├── app.py └── routes ├── __init__.py ├── data.py └── shared.py ...
NPatel's user avatar
  • 21.4k
1 vote
0 answers
44 views

We are trying to automate the generation of a USPS Scan Sheet which is found in the End of Day forms in Seller Central. Does anyone know if this is possible? I have not been successful in locating ...
Bullfrog Software's user avatar
0 votes
0 answers
48 views

I'm working with Keycloak and trying to fetch all permission details for a client, including the associated resources, policies, and scopes. So far, the only API I found is the following: const ...
J_Max's user avatar
  • 35
0 votes
0 answers
17 views

We use an MIS called LabelTraxx. Our company manufacturers labels and has 5 production lines. The operator for each production line will key in the details of their job, as well as their production ...
NikosK's user avatar
  • 1
0 votes
1 answer
195 views

Question: How do I troubleshoot a 401 (Unauthorized) error from Fabric REST API? I have an App Registration that that uses a secret to authenticate with Fabric and I am able to issue REST API calls ...
J Weezy's user avatar
  • 4,059
-1 votes
1 answer
65 views

I have a basic HTML form that submits data to a SharePoint list. There are no errors in the code, nor do I receive anything that would cause the form not to submit to the SharePoint list. I am using ...
SPninja's user avatar
  • 11
1 vote
1 answer
30 views

When I test my code with a BIM360 project, I am able to get the BIM360 folder contents: https://developer.api.autodesk.com/data/v1/projects/b.39cc5e50-e634-44ab-905b-0a2fab5299c9/folders/urn:adsk....
markus1998's user avatar
1 vote
0 answers
58 views

I am building a custom WordPress theme and using Advanced Custom Fields (ACF) to manage dynamic content. I want to fetch and display ACF fields via the REST API, but I’m not getting the expected data ...
Mahbub Shaki's user avatar
1 vote
0 answers
82 views

I’m trying to create subfolders under /Files in a Fabric Lakehouse using the OneLake API. According to the Microsoft docs, this should work with: PUT https://onelake.dfs.fabric.microsoft.com/...
xeraphim's user avatar
  • 4,705
2 votes
0 answers
110 views

I want to create a REST API in which I use Jakarta Validation constraint annotations such as @NotNull, @Valid, @Max... But I want to define the methods for the controller in an interface as follows: ...
FelixFeuerdorn's user avatar

1
2 3 4 5
1863