1b.app
Link copied -

Component «API»

from OneBox #

How it works «API» #

It allows to view the information transferred in logs format. For the sake of convenience, there is a filtering pane provided, where you can choose the time for update, number of strings to display, date of creation and file. There are also additional buttons for moving to documentation, generating of API key, executing of request in a test mode and posting a question regarding API.

Important! All parameters can be sent both via GET method and POST method as well. POST method is recommended for adding something (order creation, contact creation, etc.) because of these three considerations: 

  • It's still de facto RESTfull recommendation;
  • POST-parameters are not recorded to the operation system logs, so the passwords and other parameters will not be recorded anywhere;
  • Standard limitation of URL-string by GET method is 1024 bites, so the big volume of data cannot be transferred.

Attention! API usage consumes a licensing session.

If you plan to use API, you need +1 user (for cloud plans) or +1 license key (for boxed plans).

Screenshots «API» #

Available Platforms «API» #

Application API available on Android
Available on Android
Application API available on iOS
Available on iOS
Application API available in the Cloud
Available in the Cloud
Application API available on my server
Available on my server
Application API customizable
Customizable

Reviews and discussions component «API» forum #

0 replies
Integration of GPTs own trained agent (openAI) with OneBox through the API of the "GPT chat" component
Good day! I would like to learn about the possibilities of integrating external agents of ChatGPT (OpenAI) into the OneBox system using the API htt...
1 answer
Інтегратор OneBox
Personal license
20.11.2023, 10:48
API question. Receive a response when adding a contact
Good afternoon Please tell me about the API issue Box https://univer.1b.app/desktop/ API request: host: univer.1b.app url: /api/v2/order/set/ conte...
2 answer
Інтегратор OneBox
Personal license
14.11.2023, 15:28
Improvements are needed in the action Send process to api
Action "Send process to api" https://univer.1b.app/admin/shop/workflowstatus/910/action/new/. When we parse the API response, if the Key of the tra...
5 replies
Інтегратор OneBox
Personal license
08.11.2023, 12:21
Action "Send process to API" - pass value 0
Good afternoon In the action "Send process to API" https://univer.1b.app/admin/shop/workflowstatus/1163/action/new/ when the parameter "state" = 0,...
1 answer
31.10.2023, 13:55
In the old version, REST API help disappeared.
The REST API disappeared in the old version. Instead, they offer a video with little description or commands with no description at all.
3 answer
Personal license
19.10.2023, 14:03
"Shop-object by id not found" error when using the "statusid" parameter in an API request
We are setting up receiving data from the site, using API v1. We need to create a process in a certain status, for this we pass the statusid param...
0 replies
Personal license
16.10.2023, 20:16
Transfer process to API
Please tell me how to configure the process transfer action in the API so that an XML file is attached to the request? Now, when trying to send a l...
1 answer
18.09.2023, 11:51
When sending a post request with a file, onebox performs several get requests
Here https://univer.1b.app/api/orders/update/?dataFromBody=1 options { "login": "log", "password": "pass", "orderid": "some_number", "customor...
3 answer
12.09.2023, 15:18
Decode base64 to generate a pdf file based on the API request response
Here https://univer.1b.app/admin/shop/workflowstatus/943/action/new/ in the "Send process to API" action you need to add a checkbox "Decode base64 ...
3 answer
14.08.2023, 16:30
Write value by object key
Here https://univer.1b.app/admin/shop/workflowstatus/849/action/new/ There is an action "Pass process to API". After sending the request, we get a ...