Examples of API operations
Sending a JSON with an event
[
{"userId":1,"eventId":1,"time":1463988845701,"zm1":5,"zm2":8},
{"userId":1,"eventId":1,"time":1463988845709,"zm1":55,"zm2":55}
]wget -q -O - --post-file=test.json https://localhost:8321/event?appid=3697[
{"userId":1,"scores":[{"modelId":1,"score":1.0}]},
{"userId":1,"scores":[{"modelId":1,"score":0.6}]}
]Name
Description
Obligatory
Name
Output JSON
Cause
Query about user's profile (list of aggregates)
Name
Description
Obligatory
Name
Output JSON
Cause
Adding a model
Name
Description
Obligatory
Name
Output JSON
Cause
Model desactivation
Name
Description
Obligatory
Name
Output JSON
Cause
Adding urls to exclude/include during modeling (in programmatic)
Name
Description
Obligatory
Name
Output JSON
Cause
Downloading information about chosen model
Name
Description
Obligatory
Name
Output JSON
Cause
Downloading information about all models
Name
Description
Obligatory
Name
Output JSON
Cause
Downloading information about used/unused, active models
Name
Description
Obligatory
Name
Output JSON
Cause
Last updated