SP.FormCollection.item property (sp.js)

Gets the list form at the specified index in the collection.

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

var value = SP.FormCollection.get_item ()

Parameters

  • index

Return value

Type: SP.Form

The list form at the specified index in the collection.

REST resource endpoint

Endpoint URI structure

http://<sitecollection>/<site>/_api/web/lists(listid)/forms/item

HTTP requests

This resource supports the following HTTP commands:

  • GET

GET syntax

GET http://<sitecollection>/<site>/_api/web/lists(listid)/forms/item

Resource parameters

  • index