GetCategory

Retrieves category data for the given identifier.

  • Input data type => object
  • Output data type => object

Input parameters

  1. _session_hash (string)

    Required. Session identifier (received during login - doLogin)

  2. id (integer)

    Required. Category identifier.

Output data

  1. created_at (dateTime)

    Entry creation date.

  2. updated_at (dateTime)

    Entry last modification date.

  3. id (integer)

    Category identifier

  4. name (string)

    Category name. Maximum length 255 characters.

  5. parent_id (integer)

    Parent identifier.

  6. image (string)

    File encoded with base64 method

  7. image_filename (string)

    File name containing the image

  8. description (string)

    Content of the description.

  9. main_page (integer)

    Option Show on main page

  10. is_active (integer)

    Active

  11. is_hidden (integer)

    Option Hide in category tree

  12. show_children_products (integer)

    Option Show products from subcategories

  13. url (string)

    Friendly link

  14. link(string)

    Full link to the category