Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 897 Bytes

File metadata and controls

37 lines (24 loc) · 897 Bytes
code type title description
false
page
getMapping
Collection:getMapping

getMapping

Retrieves the current mapping of this collection as a CollectionMapping object.


getMapping([options], callback)

Arguments Type Description
options JSON object Optional parameters
callback function Callback handling the response

Options

Option Type Description Default
queuable boolean Make this request queuable or not true

Callback Response

Returns a CollectionMapping object.

Usage

<<< ./snippets/get-mapping-1.js