Forum Discussion
jamescosten
May 20, 2024Brass Contributor
API cant find my list
I keep getting the below error when trying to use the API.
The list exists.
What Am i doing wrong? Im trying to follw a guide on how to export the Image columns to a word template and I cant get past the API section.
- ArefHalmstrandSteel ContributorHello,
Please navigate to the list and look at the internal name in the URL.
When you create a list, the first name/title you write will be the internal name. If you rename the list in the future, the internal name will still remain the same.
Try to see if the internal name is different and call the API with the internal name instead.
If this was helpful, please vote as best reply! 🙂- KotiReddyBrass ContributorI agree with ArefHalmstrand use internal name.
Or
You can use guid : _api/web/lists(guid'{list_guid}')- jamescostenBrass ContributorThe GUID ID, How do i sue it?
/_api/web/lists(guid'%7BWTRF_Database%7D') - Shows nothing?
- jamescostenBrass ContributorThe Internal Name is the URL correct? For which I showed you in the second image is the "WTRF Database". It was never called anything else, unless the internal name can be found elsewhere?