API #31
Labels
No Label
backlog
bug
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
in discussion
invalid
priority
1
priority
2
priority
3
priority
4
priority
5
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IT-Naturschutz/konova#31
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
Not implemented.
ToDo
We need an API for external data providing and requesting:
None
, not just disappearGET
POST
/api/v1/...
is appropriate/api/v2/...
whilst still supporting v1 for a whileHeader
The created User token has to be added to the request header
ksptoken
.Example response GET Intervention
GET /api/v1/intervention/97d7cce8-83e9-4043-bc76-317caf983a41
Click to expand
Example response GET Compensation
GET /api/v1/compensation/d68e9874-70c0-41c5-bd05-9dda97d70ac0
Click to expand
Example response GET EcoAccount
GET /api/v1/ecoaccount/3e7acd84-bb67-408d-886e-91004c319f38
Click to expand
Example response GET EMA
GET /api/v1/ema/f1410071-239e-4615-b7a5-f0780030d42c
Click to expand
Specification
A german specification has been added here in the wiki
This issue will be closed. Any further extensions to the current v1 (which is still in 'alpha', until first feedback from external developers arrive) will be added on separate issues and branches