34x
005614
2024-10-11

Web Queries (API) Geo-Zone Tool: Retrieving Number of Requests

How can I get the number of my available requests via a web query (API)?


Answer:

A web query of the Geo-Zone Tool requires a URL composed of the identity components.

Controlling WebService (API)

If you want to display the number of your available requests, you can also do this via a web query. Thus, you check your requests at any time.

Request URL
The corresponding request URL is as follows:

https://external-crm.dlubal.com/loadzones/data.aspx?availablerequests=1&login=EMAIL_ADDRESS&hash=HASH

The URL is composed of three components:

1. General Server Path

This part is used to connect to our servers:

https://external-crm.dlubal.com/loadzones/data.aspx?

2. Data Query Specification

This defines the query type; in this case, the query of the available requests:

→ availablerequests=1

3. Identity Components

The identity part consists of the "login" and "hash" components. The "login" component describes the user's email address and the "hash" component describes a hidden password. To ensure that the login works, it is necessary to save the email address in a valid Dlubal account. The corresponding "hash" component is specified in the Dlubal account under "My Data" – "Online Service Identity".

→ &login=EMAIL_ADDRESS&hash=HASH


Author

Mr. Hartmann provides technical support to our customers.



;