list id not recognized
I am trying to use the rest API for Get List By Id. I understand that the address request should be formatted as URL: <REST API Endpoint URL>/rest/v1/lists/{id}.json
I am using a static list number and not a smart list. when I enter a list number that I know is valid, it returns the list. When I enter a second list number which I also know is valid I get no list found. I know the connection strings are correct because it does return results when I change list numbers. I know that the second list is a valid list cause I can navigate to is in the browser as well. I am not sure as to why the second list number is returning nothing. Can someone please help me?