getCollection( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a collection with the provided ID.

Method Declaration
Copy
Method Parameters
_idstringRequired

Requested collection ID.

Returns
Return Type:Promise<Collection>
Did this help?