How can I get the output of a TestOccurrence with the TeamCity REST API
I'm trying to get the output -- as in stdout -- of a test via the TeamCity REST API. This is visible in the TeamCity Web UI if you click on a test, it's called the "stacktrace" (but actually includes...
View ArticleSoapUI/ReadyAPI - multi-part/form-data REST request. How to set content-type...
In a multi-part request, a non-file part can have one of many content-types (text/plain, application/json and application/xml probably being the most used). In SoapUI or ReadyAPI, I cannot figure out...
View Articlewww-authenticate: Bearer error="invalid_token",error_description="The...
Estou com um problema ao tentar autenticar minha api através de um token jwt.Ao tentar autenticar minha api , recebo um erro relacionado a minha chave secreta , Toda vez que tenho autenticar a api...
View ArticleGetting 403 error in non-public API but not blocked from domain
I hope everything is good with you!I created a tool in C# that would run every day and was able to fetch me the prices of all the products in certain categories of my choice from the Cex website...
View ArticleHow to find the unused API 's in the AWS Account, Can we use the CLI or...
We have a around 300 APIs, I want to find out the way to find the unused API in the account and then we will decommission.Trying to find out the way to pull the unused APIs, and expecting to...
View ArticleWhy do I keep getting an error 400 - salesforce REST API
I'm trying something pretty simple: Get customer data from my salesforce playgroubd through an API call. I was following a tutorial and here the first step was to generate an access token.I did it...
View ArticleRead message from sevice bus - send to a web api
What I want to do is to read a json message from at Service Bus queue, and then call a REST API with that json message. Exact same format, no need for mapping.What I have done so far is created a Azure...
View ArticleHow automatically getting token in Postman
I use the Postman desktop app for web API testing. I have a lot of controllers and for each need a token. First I get Bearer token and then copy it to other requests. This token have limit time. Can I...
View ArticleHow can I integrate my POST route in API gateway REST with my event bridge
I created a rest API with API GATEWAY, and I cannot integate my POST route 'sendMessage' with a amazon event bus(that have 2 rules). I need do a directly integration with my REST API and event...
View ArticleVBA Rest API - DHL Return label - 401
I am trying to create a return shipping DHL parcel label with provided DHL api in the...
View ArticlePayPal REST API - Sandbox returning 401 for API requests but successful...
I am using the PayPal REST API in Java to make a request to the testing (sandbox) servers for an access token, which succeeds, and then sending that access token back to the same sandbox servers for a...
View ArticleFacebook Graph API responds with "This application has surpassed the limit of...
I am trying to connect a page to my Facebook business app.When I hit the following endpoint [GET] /v17.0/{user-id}/accounts HTTP/1.1 I get the following response:{"data": []}From what I understood this...
View Articlejersey rest web Service with Activemq middleware integration
I have a Restful service API developed with JAX-RS and jersey. I have deployed the same in TOMCAT 7. Now I would like to implement Activemq so that I would keep all request in a queue and process the...
View ArticleHow to debug Python endpoint: works in Thunder Client but not in Python script
I don't know where I am going wrong. This endpoint is working fine on Thunder client but not in python even though the body that is passed is also same and the headers as well.To be sure that the body...
View ArticleREST 404 vs 400. Which one to use?
If I have a REST resource as shown below:GET http://www.example.com/customers/{customerId}/ordersAnd in case the provided customerId does not exist, should my server return a 404 (Not Found) or a 400...
View Articlerecycler view giving error in findViewById [closed]
I am trying to fetch image data from an Api in recycler view but the following code is giving error in find View By Id in recycler ViewThe following code is of the activity in which fetched data is...
View ArticleGetting "curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR...
I have a Django app which returns a large JSON while calling an API.The problem is when I'm requesting the data, the data itself is truncated which is crashing the frontend.I'm using cloud front for...
View ArticleASPNET WebApi - POST object with sub list
Using .NET ASPNET WebApi.I have a simple model. A Song and an Artisk, where a song can have multiple Artists and an Artist can be related to many Songs - a Many-To-Many relation ship.public class...
View ArticleRuntimeException could not be mapped to a response, re-throwing to the HTTP...
I am trying to validate a user record from my database using Spring Framework, RESTful Web Services and Jersey Implementation.I am using MySQL v5.6.0, Eclipse Galileo, Apache tomcat...
View Articleintermittent 412 error when calling Google Directory API to patch a user's...
My application's main function is to change a Google G-Suite user's password using Google's Google.Apis.Admin.Directory.directory_v1 nuget package.The API call works 95% of the time (and resets a...
View Article