- Home [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
- Manage types
- Global context and isolation
- Manage apps
- Batch actions with app items
- Manage external services
- Scripts in widgets
- Web components
- Access permissions
- Getting started with processes
- Getting started with signatures
- Getting started with file previews
- Getting started with the organizational chart
- Getting started with users and groups
-
Getting started with the
Table data type - Dynamic calculation of event type
- Use cases
- API
Request parameters
Hierarchy
Properties
Optional body
Body of the request.
Optional headers
Headers.
Optional method
HTTP request method.
The default method
GET
is used.Optional query
Parameters of the URL string for a query.
To form a web request for the address
https://yandex.ru/search/ ?text=elma365
, do the following:const result = await fetch('https://yandex.ru/search/', { query: { 'text': 'elma365' } });
Existing parameters in the address will be united with whatever is specified in
query
.Properties