SP.ListTemplateCollection object

Represents a collection of SP.ListTemplate objects.

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

var object = new SP.ListTemplateCollection()

Members

The ListTemplateCollection object has the following members.

Constructor

The ListTemplateCollection object has the following constructor.

Constructor

Description

ListTemplateCollection

This member is reserved for internal use and is not intended to be used directly from your code.

Methods

The ListTemplateCollection object has the following methods.

Method

Description

getByName

itemAt

Gets the list template at the specified index position in the list template collection.

Properties

The ListTemplateCollection object has the following properties.

Property

Description

childItemType

item

Gets the list template at the specified index position in the list template collection.

REST resource endpoint

Endpoint URI structure

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

HTTP requests

This resource supports the following HTTP commands:

GET syntax

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

POST syntax

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