-
Using SharePoint REST API to GET List properties: ListItemEntityTypeFullName
To find the ListItemEntityTypeFullName property for a SharePoint List, use REST API calls with either the List ID or ListName in the URL. Append “?$select=ListItemEntityTypeFullName” to get the property specifically. For detailed information, consult Microsoft’s guide on working with lists via REST.