WebSalesSkinQuery

Set of parameters used to filter web sales skins.

More info: see web sales skin, the getlist operation and the web sales skins endpoint.

Fields

FieldDescription
filter
string

Filter the returned items by specifying a query on the public datamodel that returns the ids.

Example value:"SELECT id FROM tm.webskin WHERE createdts > (now() - INTERVAL '1 year')"
lastupdatesince
timestamp

All items that were updated since this timestamp will be returned. Timestamp should be passed in YYYY-MM-DD hh:mm:ss format.

Example value:"2014-09-26 15:24:36"

Example

1{
2    "filter": "SELECT id FROM tm.webskin WHERE createdts > (now() - INTERVAL '1 year')",
3    "lastupdatesince": "2014-09-26 15:24:36"
4}