REST API to get list item entity type full name:
siteurl(AbsoluteUrl) + /_api/Web/Lists/getbytitle('ListName')/ListItemEntityTypeFullName
or
_spPageContextInfo.webAbsoluteUrl + "/_api/Web/Lists/getbytitle('SPList')/items?select=EntityTypeFullName
**Use this above API just replacing absolute site URL and list name
**Then put this prepared URL into browser and press enter button and obtain list entity type full name of related list.
**You will get ListEntityTypeFullName like "SP.Data.EmployeeListItem"
**Employee(may be a list name)
How it is? Is it working or not you can tell us using comment section ?
Bardzo ciekawy artykuł. Pozdrawiam serdecznie !
ReplyDeleteWorks perfectly and helped us A LOT !! Thanks Raj
ReplyDeleteThank you. This helped me a lot.
ReplyDeleteThank to all of you.
ReplyDelete