Returns a list of all available categories. The list can be shortened using the _offset
and _limit
parameters.
object
array
_session_hash
(string)
Required. Session identifier (received during login - doLogin)
_offset
(integer)
Required. Specifies the offset of the results.
_limit
(integer)
Required. Specifies the number of results in the query.
_modified_from
(dateTime)
Specifies the modification date from which the results will be displayed. Time in unixtime.
_modified_to
(dateTime)
Specifies the modification date to which the results will be displayed. Time in unixtime.
parent_id
(integer) optional
Id of the parent category for which the list of categories will be returned.
product_id
(integer) optional
Id of the product for which the list of categories will be returned.
created_at
(dateTime)
Entry creation date.
updated_at
(dateTime)
Date of last entry modification.
id
(integer)
Category identifier
name
(string)
Category name. Maximum length 255 characters.
parent_id
(integer)
Parent identifier.
image
(string)
File encoded with base64 method
image_filename
(string)
File name containing the image
description
(string)
Content of the description.
main_page
(integer)
Option Show on main page
is_active
(integer)
Active
is_hidden
(integer)
Option Hide in category tree
show_children_products
(integer)
Option Show products from subcategories
url
(string)
Friendly link
link
(string)
Full link to the category