ADO.NET Provider for Pinterest

Build 26.0.9655

Catalogs

Returns catalogs owned by the user account associated with the operation.

View-Specific Information

SELECT

The provider uses the Pinterest API to process WHERE clause conditions built with the following columns and operators. Any remaining filters are processed client-side within the provider.

ColumnSupported Operators
AdAccountId=

For example:

	SELECT * FROM Catalogs WHERE AdAccountId = '549768233165'

Columns

Name Type References Description
Id [KEY] String ID of the catalog entity.
Name String A human-friendly name associated to a catalog entity.
CreatedAt Datetime CreatedAt time.
UpdatedAt Datetime UpdatedAt time.
CatalogType String Type of the catalog entity.

The allowed values are RETAIL, HOTEL, CREATIVE_ASSETS.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.

Name Type Description
AdAccountId String Unique identifier of an ad account.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655