API endpoint:
https://handyweb.tools/api/v1/projects
Beispiel für eine XML-Anforderung:
curl --location --request GET 'https://handyweb.tools/api/v1/projects' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
project
für Name. Der Standardwert ist: project
.sort_by
created_at
für Erstellungsdatum, project
für Name. Der Standardwert ist: created_at
.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/projects/{project}
Beispiel für eine XML-Anforderung:
curl --location --request DELETE 'https://handyweb.tools/api/v1/projects/{project}' \ --header 'Authorization: Bearer {api_key}'