I am using the following url to get a file based on the ID in the list:
https://<site>/_api/web/lists/getbyTitle('<library>')/items(itemId)/
I am getting data back, but I need the properties of this item that are returned from a search, especially the ServerRedirectEmbedURL, ServerRedirectPreviewURL, and the ServerDirectedURL as well as the Path so I can download this file. The library and itemId are coming from a local database and I am stuffing them into the url and doing a get. I get a response and can see the JSON returned, but I am not seeing the fields I would need in a search. I am using the right call here or do I need another call to get this data? This is all so mysterious so I do appreciate all the help I am getting.