API Version 2
  • API V2 Overview
  • Category
    • Company
      • Customers
        • Orders
          • Pages
            • Page Templates
              • Products
                • Purchase Orders
                  • SKUs
                    • Support Tickets
                      • Tax Regions
                        • Vendors
                          • Warehouses
                            API Documentation

                            supporttickets/id

                            Type Id
                            List Support Tickets
                            URL http://{domain}/api/v2/supporttickets/id.json
                            Accepts Filters No
                            Output Attributes
                            No


                            Support Tickets ID Data

                            Gets Support Tickets ID info. Using this API one can retrieve the Lead Commerce IDs of Support Tickets using a list of Lead Commerce Support Tickets Display IDs. The ID is the primary key identifier for Support Tickets in Lead Commerce. The Display ID is the visual identifier whose starting number can be set in System Settings, Default Increment.
                            Filters
                            Filter the Support Tickets Display IDs into a list.
                            Parameter Type Rules Example
                            id int / array one id or multiple Lead Commerce support ticket display ids
                            1 or array(3,8,9,45)

                            Response

                            Example JSON returned
                            {
                              "code": "200",
                              "data": {
                                "4": "4001",
                                "3": "4000",
                                "2": "2",
                                "1": "1"
                              }
                            }
                            

                            Start your free, no-risk trial today.