Parameter
|
Description
|
Possible Values
|
Default Value
|
Example
|
siteid
|
The site I.D. numbers to get adtools for
|
Any comma separated numeric list, ranges okay
|
None.
|
siteid="123"
|
not_siteid
|
The site I.D. numbers to not get adtools for
|
any comma separated numeric list, ranges okay
|
None.
|
siteid="321"
|
url
|
The URL to get adtools for
|
Any partial or complete URL
|
None.
|
url="http://example.com/"
|
name
|
The name of the adtools to get
|
Any part of the name of the adtool
|
None.
|
name="my_adtool"
|
added_before
|
The last date to get adtools for
|
Any PHP valid date format
|
None.
|
added_before="August"
|
added_after
|
The first date to get adtools for
|
Any PHP valid date format
|
None.
|
added_after="January"
|
group
|
The group of adtools to get
|
A comma separated list, no ranges
|
None.
|
group="123"
|
not_group = comma separated list, no ranges
|
Group of adtools to not get
|
A comma separated list, no ranges
|
None.
|
group="321"
|
adid
|
The adtool I.D. numbers to get
|
any comma separated numeric list, ranges okay
|
None.
|
adid="123"
|
not_adid
|
The adtool I.D. numbers to not get
|
Any comma separated numeric list, ranges okay
|
None.
|
not_adid="321"
|
type
|
The type of adtool to get
|
Any comma separated numeric list, ranges okay (see notes section below)
|
None.
|
type="3"
|
not_type = any comma separated numeric list
|
The type of adtool to not get
|
Any comma separated numeric list, ranges okay (see notes section below)
|
None.
|
type="6"
|
thumb2
|
Filter by second thumb field.
|
Comma separated list, no ranges
|
None.
|
thumb2="123"
|
not_thumb2
|
Filter by second thumb field, excluding matches
|
Comma separated list, no ranges
|
None.
|
not_thumb2="123"
|
thumb3
|
Filter by third thumb field.
|
Comma separated list, no ranges
|
None.
|
thumb3="123"
|
not_thumb3
|
Filter by third thumb field, excluding matches
|
Comma separated list, no ranges
|
None.
|
not_thumb3="123"
|
thumb4
|
Filter by fourth thumb field.
|
Comma separated list, no ranges
|
None.
|
thumb4="123"
|
not_thumb4
|
Filter by fourth thumb field, excluding matches
|
Comma separated list, no ranges
|
None.
|
not_thumb4="123"
|
thumb5
|
Filter by fifth thumb field.
|
Comma separated list, no ranges
|
None.
|
thumb5="123"
|
not_thumb5
|
Filter by fifth thumb field, excluding matches
|
Comma separated list, no ranges
|
None.
|
not_thumb5="123"
|
desc2
|
Filter by second description field
|
Comma separated list, no ranges
|
None.
|
desc2="123"
|
not_desc2 =
|
Filter by second description field, excluding matches
|
Comma separated list, no ranges
|
None.
|
not_desc2="123"
|
desc3 = filter by third description field. comma separated list, no ranges
|
Filter by third description field
|
Comma separated list, no ranges
|
None.
|
desc3="123"
|
not_desc3 = exclude by third description field. comma separated list, no ranges
|
Filter by third description field, excluding matches
|
Comma separated list, no ranges
|
None.
|
not_desc3="123"
|
desc4 = filter by fourth description field. comma separated list, no ranges
|
Filter by fourth description field
|
Comma separated list, no ranges
|
None.
|
desc4="123"
|
not_desc4 = exclude by fourth description field. comma separated list, no ranges
|
Filter by fourth description field, excluding matches
|
Comma separated list, no ranges
|
None.
|
not_desc4="123"
|
desc5 = filter by fifth description field. comma separated list, no ranges
|
Filter by fifth description field, excluding matches
|
Comma separated list, no ranges
|
None.
|
desc5="123"
|
not_desc5 = exclude by fifth description field. comma separated list, no ranges
|
Filter by fifth description field, excluding matches
|
Comma separated list, no ranges
|
None.
|
not_desc5="123"
|
num
|
Limit by the number of items in the gallery
|
Comma separated list of numeric values, ranges okay
|
None.
|
num="100"
|
order_by
|
How to order the result
|
A comma separated list of any of the following values: siteid, type, date_added, id, url, num, thumb, name, groups plus ASC or DESC
|
None.
|
order_by="siteid ASC, groups DESC"
|