API endpoint:
https://rank.core-tracker.com/api/v1/reports
Beispiel einer Anfrage:
curl --location --request GET 'https://rank.core-tracker.com/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
url
für URL. Standard zu: url
.project
result
good
für Gut, decent
für Ok, bad
für Schlecht.sort_by
id
für Erstellt am, generated_at
für Datum generiert, url
für URL, result
für Ergebnis. Standard zu: id
.sort
desc
für Absteigend, asc
für Aufsteigend. Standard zu: desc
.per_page
10
, 25
, 50
, 100
. Standard zu: 10
.API endpoint:
https://rank.core-tracker.com/api/v1/reports/{id}
Beispiel einer Anfrage:
curl --location --request GET 'https://rank.core-tracker.com/api/v1/reports/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://rank.core-tracker.com/api/v1/reports
Beispiel einer Anfrage:
curl --location --request POST 'https://rank.core-tracker.com/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. Standard zu: 1
.password
privacy
set to 2
.API endpoint:
https://rank.core-tracker.com/api/v1/reports/{id}
Beispiel einer Anfrage:
curl --location --request PUT 'https://rank.core-tracker.com/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 Nein, 1
für Ja. Standard zu: 0
.API endpoint:
https://rank.core-tracker.com/api/v1/reports/{id}
Beispiel einer Anfrage:
curl --location --request DELETE 'https://rank.core-tracker.com/api/v1/reports/{id}' \ --header 'Authorization: Bearer {api_key}'