GetCollection

Retrieves a collection with the specified public ID.

Public Endpoint (no credentials required)

public static VyTask<VyCollectionDto> GetCollection(string publicId)

Path Parameters

Returns

VyTask<VyCollectionDto> An asynchronous task that returns a VyCollectionDto object representing the retrieved collection.

Last updated