Next, you will find the commands of the class=GET which allows you to obtain the list or information of your company in InterFuerza.
To make the communication with the API, it is with HTTPS. All requests must be sent to the address:
https://app.interfuerza.com/api/
The same must have the following header or HTTP Header:
X-IFX-Token: <TokenString>
Where <TokenString> is the obtained token here.
GET Commands:
Obtain the list of all costumer.
The page variable is referred to the page you wish to obtain, remember that a limit of 25 registers per call, is applied.
Filters:
You can optimize your results using search filters, for example:
{
"class":"GET",
"action":"customers",
"filters" : [
{ "field":"Email", "type":"=", "value":"[email protected]" }
] }
Obtain list of all the company’s users and associated guest.
Get the categories tree used in products.
Get the list of brands defined in products.
Api Ver. 3.0.5
Get information about virtual store users. If password is empty the check will be done only for users registered using GOOGLE. If a user is AUTOGEN (Local) you need to send the md5 string of the user password.
Api Ver. 3.0.5
Obtain the list of all products and services. The page variable is referred to the page you wish to obtain, remember that a limit of 25 registers per call is applied.
You can filter one product using the “id” field in the request in example: {“class”:”GET”,”action”:”products”,”id”:”PS0000003″}.
Filters:
You can optimize your results using search filters, for example:
{
"class":"GET",
"action":"products",
"filters" : [
{ "field":"Category_L1", "type":"=", "value":"HOME" },{ "field":"Category_L2", "type":"=", "value":"APPLIANCES" },
] }
Virtual Shop
Obtain a optimized result for integration with shopping carts using the action products-eshop, this will show all data configured in the virtual shop in InterFuerza.
Obtener la lista completa de bodegas.
Obtener todas las listas de precios.
Obtener todas las listas de impuestos.
Obtener el listado de todas las cuentas contables.
Obtain the account master’s configuration.
Obtain the quotation list and its detail. The page variable is referred to the page you wish to obtain, remember that a limit of 25 registers per call is applied.
Obtain the detail of a specific invoice. The id variable is used to obtain the desired invoice.
Obtener la lista de todos los proyectos abiertos.