Step 3: View an Existing List's Data

Sometimes, you may want to view the List data you have entered in our system already. You can see your data with a GET request for the corresponding List type. Try issuing the following Menus: GET request:

Example Request:

If the Menu exists, you will receive a 200 response with the Menu’s data returned in the response body.

Feedback