SP.ListTemplate.unique property (sp.js)

Gets a value that specifies whether the list template can be used to create only one list in a site collection, and that the list template is hidden from the user interface for creating new lists.

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

var value = SP.ListTemplate.get_unique ()

Return value

Type: Boolean

REST resource endpoint

Endpoint URI structure

http://<sitecollection>/<site>/_api/web/ListTemplates(templatename)/unique

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

POST http://<sitecollection>/<site>/_api/web/ListTemplates(templatename)/unique

GET syntax

GET http://<sitecollection>/<site>/_api/web/ListTemplates(templatename)/unique