In this example, we'll use the GET method to request employee data from our Person model.
Procedure
-
Select the GET method, for example, GET /custom/people. Then, applaud prepares an example value for you to use to retrieve data.
-
Select Try it out.
-
Look in the Response body where the API returns the object and the Response code of 200, which means that your request was successful.
You can see how many records have been loaded onto the system through the REST connector with:

Comments
0 comments
Please sign in to leave a comment.