Skip to content

SudoSOS Back-end API / catalogue/containers / ContainerFilterParameters

Interface: ContainerFilterParameters ​

Define container filtering parameters used to filter query results.

Properties ​

containerId? ​

ts
optional containerId?: number;

Filter based on container id.


containerRevision? ​

ts
optional containerRevision?: number;

Filter based on container revision.


ownerId? ​

ts
optional ownerId?: number;

Filter based on container owner.


posId? ​

ts
optional posId?: number;

Filter based on pointOfSale id.


posRevision? ​

ts
optional posRevision?: number;

Filter based on pointOfSale revision.


productId? ​

ts
optional productId?: number;

public? ​

ts
optional public?: boolean;

Whether to select public containers.


returnPointsOfSale? ​

ts
optional returnPointsOfSale?: boolean;

returnProducts? ​

ts
optional returnProducts?: boolean;

userId? ​

ts
optional userId?: number;

Filter on containers related to the given user.