SP へWeb.created プロパティ (sp.js)

ファイルの、実装に固有のバージョン識別子を示す値を取得します。

**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value = SP.Web.get_created ()

戻り値

[Type]: Date

サイトが作成された日時を示す System.DateTime オブジェクト。Microsoft SharePoint Foundation のシステム時刻やタイム ゾーンの設定ではなく、協定世界時 (UTC) 形式が使用されます。

注釈

nullはできません。

他のリソースのエンドポイント

詳細については、 Web リソースを参照してください。

エンドポイント URI 構造

http://<sitecollection>/<site>/_api/web/created

HTTP 要求

このリソースには、次の HTTP コマンドがサポートしています。

  • 投稿

投稿の書式

POST http://<sitecollection>/<site>/_api/web/created

書式を取得します。

GET http://<sitecollection>/<site>/_api/web/created