Monday 8 May 2017

SharePoint REST API to get list item entity type full name

To perform SharePoint list CRUD operation, mostly we need list item entity type full name.

Solution:

Following is REST API URL to get list item entity type full name:


_spPageContextInfo.webAbsoluteUrl  + /_api/Web/Lists/getbytitle('CRUDList')/ListItemEntityTypeFullName


Output:


1 comment:

  1. just thought I'd leave a comment to say thanks. I've visited this page dozens of times over the years to grab that syntax. :)

    ReplyDelete