Do we have the same method for retrieving individual records and list of records?

No, we have different methods:

  • Individual records are fetched using: {{baseUrl}}/records/{id}
  • List of records are fetched using: {{baseUrl}}/records

Check out API documentation for details.