Share via


SP.ListItem.refreshLoad Method (sp.js)

Reloads the extended properties associated with the list item.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

SP.ListItem.refreshLoad()

Return value

Undefined

Remarks

This method calls the SP.ListItem.loadExpandoFields method.

REST resource endpoint

Endpoint URI structure

http://<sitecollection>/<site>/_api/web/lists(listid)/items(itemid)/refreshLoad()

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

POST http://<sitecollection>/<site>/_api/web/lists(listid)/items(itemid)/refreshLoad()