Exercise 2: Customer Records

In this exercise, retrieve customer information.

Requirements

  • The data will be related to a given time interval.

  • The data will be retrieved through an API.

  • The API Method will be β€œGET”.

  • The records will be fetched from an Entity β€œUserName_Acc_customers” through JSON.

  • A specific number of records will be fetched. (a count will be maintained)

  • The records to be fetched will be on and after a particular date of joining (until the count is reached).

  • The records to be fetched will be after a particular number of records, i.e. after the first ten records.

Solution

Follow the steps for the solution:

  • Create the API

  • Test the API

Last updated