initial commit
This commit is contained in:
28
api.http
Normal file
28
api.http
Normal file
@@ -0,0 +1,28 @@
|
||||
# Output Service - RDB
|
||||
# This is the feature extraction interface of the Birbnetes system.
|
||||
|
||||
###
|
||||
|
||||
# Get all negative decision objects
|
||||
GET {{host}}/output/filter/negative
|
||||
|
||||
###
|
||||
|
||||
# Get positive decision objects
|
||||
GET {{host}}/output/filter/positive
|
||||
|
||||
###
|
||||
|
||||
# Get decision before a date
|
||||
GET {{host}}/output/after/{{param_dateAfter}}
|
||||
|
||||
###
|
||||
|
||||
# Get decision before a date
|
||||
GET {{host}}/output/before/{{param_dateBefore}}
|
||||
|
||||
###
|
||||
|
||||
# Get decision by ID
|
||||
GET {{host}}/output/{{param_tagID}}
|
||||
|
||||
Reference in New Issue
Block a user