API endpoint:
https://handyweb.tools/api/v1/reports
Beispiel für eine XML-Anforderung:
curl --location --request GET 'https://handyweb.tools/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
url
für URL. Der Standardwert ist: url
.project
result
good
für Gut, decent
für Annehmbar, bad
für Schlecht.sort_by
id
für Erstellungsdatum, generated_at
für Erstellungsdatum, url
für URL, result
für Ergebnis. Der Standardwert ist: id
.sort
desc
für Absteigend, asc
für Aufsteigend. Der Standardwert ist: desc
.per_page
10
, 25
, 50
, 100
. Der Standardwert ist: 10
.API endpoint:
https://handyweb.tools/api/v1/reports/{id}
Beispiel für eine XML-Anforderung:
curl --location --request GET 'https://handyweb.tools/api/v1/reports/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://handyweb.tools/api/v1/reports
Beispiel für eine XML-Anforderung:
curl --location --request POST 'https://handyweb.tools/api/v1/reports' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
privacy
0
für Öffentlich, 1
für Privat, 2
für Passwort. Der Standardwert ist: 1
.password
privacy
set to 2
.API endpoint:
https://handyweb.tools/api/v1/reports/{id}
Beispiel für eine XML-Anforderung:
curl --location --request PUT 'https://handyweb.tools/api/v1/reports/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
für Öffentlich, 1
für Privat, 2
für Passwort.password
privacy
set to 2
.results
0
für Nr., 1
für Ja. Der Standardwert ist: 0
.API endpoint:
https://handyweb.tools/api/v1/reports/{id}
Beispiel für eine XML-Anforderung:
curl --location --request DELETE 'https://handyweb.tools/api/v1/reports/{id}' \ --header 'Authorization: Bearer {api_key}'