SP へList.lastItemModifiedDate プロパティ (sp.js)
ごみ箱のアイテムのサイズをバイト単位で示す値を取得します。
**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var value = SP.List.get_lastItemModifiedDate ()
var value = SP.List.set_lastItemModifiedDate ()
戻り値
[Type]: DateTime
注釈
リストが変更されていない場合は、作成を返すこと必要があります。
他のリソースのエンドポイント
詳細については、リストのリソースを参照してください。
エンドポイント URI 構造
http://<sitecollection>/<site>/_api/web/lists(listid)/lastItemModifiedDate
HTTP 要求
このリソースには、次の HTTP コマンドがサポートしています。
- 投稿
投稿の書式
POST http://<sitecollection>/<site>/_api/web/lists(listid)/lastItemModifiedDate
書式を取得します。
GET http://<sitecollection>/<site>/_api/web/lists(listid)/lastItemModifiedDate