Error when consuming API with the LIST method

Hello all,

We have a WebService connector of the Rest type and to aggregate the entitlements the api uses the LIST method instead of GET to return the json.

We put curl in the http operation to perform the test, it is successful, but when we print the response in the after it returns HTML and not the json itself.

We create a before operation rule to change the method from GET to LIST and we get the error: “Invalid HTTP method: LIST”

We created an after making the call directly to the API and also got the same error as above.

Curl:
curl --location --request LIST “url” --H “Token: $application.client_token$” --H “Content-Type: application/json” --data-raw “”

Has anyone ever had a case with a LIST type API to connect to Sailpoint?

Thanks.

Hi @RODRIGOSANTICIOLI,

Could you share more details on the API documentation for the LIST request?

Since LIST is not a well known request type, any information would be helpful.

Thanks!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.