API endpoint:
https://rank.core-tracker.com/api/v1/projects
Beispiel einer Anfrage:
curl --location --request GET 'https://rank.core-tracker.com/api/v1/projects' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
project
für Name. Standard zu: project
.sort_by
created_at
für Erstellt am, project
für Name. Standard zu: created_at
.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/projects/{project}
Beispiel einer Anfrage:
curl --location --request DELETE 'https://rank.core-tracker.com/api/v1/projects/{project}' \ --header 'Authorization: Bearer {api_key}'