I've encountered a strange problem with Rest API. I use it to collect data from SharePoint to my report. It works fine for all libraries on my site except for one. String that I use:
https://<my site>/services/_api/web/Lists(guid'144bef91-f287-47f7-9ccb-6b4ffcf71b00')/Items
Funny thing is that:
https://<my site>/services/_api/web/Lists(guid'144bef91-f287-47f7-9ccb-6b4ffcf71b00')
is returning a proper response with no errors at all.
Browser error message shows a 500 internal server message, logs show System.FormatException: Input string was not in a correct format error.
This site was updated from SP2010 to SP2013 using automated script - I wonder if this could be a root cause?