FindAllMethodOptions
Resources API "findAll" options
Properties
force?
optional force?: boolean;
Force the request to go to the server instead of checking for a cached value first
limit?
optional limit?: number;
Number of records to return per page
namespaced?
optional namespaced?: string[];
Array of namespaces to filter by (used in url path, not part of pagination params)
url?
optional url?: string;
Use this to override URL instead of looking up the URL for the type/id
watch?
optional watch?: boolean;
Watch for changes
false = no, all other values = yes