Try a method

Try a method

Summary

The developer portal allows you to test reading methods (GETs) on the same portal.


Test method

Enter an API in the APIs Catalog on the portal's homepage.

Then select a method and click on the buttonTest method.

Select the implementation which you would use for the query, change the values of the parameters if you wish, and then click Run. You could see the answer and copy the query URL.

Please note that it could only test the methods of GET applications on the portal. I could not test the methods of POST, PUT, PATCH and DELETE applications.



    • Related Articles

    • Configure context variables at method parameters

      Summary Context variables allow you to associate values assigned to the account, users and applications to APIs parameters values. By setting up the API method you can relate its parameters to context variables. When a request is made to the method, ...
    • Create APIs methods

      Summary In the article Create and manage APIs versions The first necessary steps to create APIs were shown. Methods define the action to be taken on a particular esource. As a first step you should select the option of Add Methodin the API. Add ...
    • Method define custom error responses

      Summary In the same way you can define formats and templates for successful application responses to a method, you can also define error templates for each format you've added and for each type of known error. Set up custom error templates Creating ...
    • Method defining routes to methods: good practices

      Summary Definition of routes orpathsmust be consistent with the resources or entities to which the method refers. Certain good practices for considering in defining routes. A review Before proceeding, let's look at what parts of an endpoint or url. ...
    • What are the types of method requests

      Summary APIs methods require the definition of a type of application. We suggest that you respect REST/json standards when creating their methods, based on the following definitions. Types of request or application The methods most used in APIs ...