The NOWATCH API
NOWATCH API (0.9.0)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://docs.api.nowatch.tech/_mock/apis/
https://docs.api.nowatch.tech/nowatch/
- Mock server
https://docs.api.nowatch.tech/_mock/apis/v2/insight/feedback
https://docs.api.nowatch.tech/nowatch/v2/insight/feedback
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.api.nowatch.tech/_mock/apis/v2/insight/feedback \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '[
{
"app_version": "string",
"date": "string",
"feedback": [
{
"section": "string",
"options": [
"string"
],
"thumbUp": true
}
],
"instance_id": "string",
"test_build": true
}
]'- Mock server
https://docs.api.nowatch.tech/_mock/apis/v2/insight
https://docs.api.nowatch.tech/nowatch/v2/insight
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.api.nowatch.tech/_mock/apis/v2/insight \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'app-version: string' \
-d '{
"time_format": "string",
"today_triggers": [
"string"
],
"today_metrics": {},
"past_daily_metrics": {},
"past_triggers": {},
"previous_research_insight_ids": [
"string"
]
}'- Mock server
https://docs.api.nowatch.tech/_mock/apis/v1/insight/{id}
https://docs.api.nowatch.tech/nowatch/v1/insight/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.api.nowatch.tech/_mock/apis/v1/insight/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "instanceId": "string", "executedAt": "2019-08-24T14:15:22Z", "state": "STARTED", "date": "2019-08-24T14:15:22Z", "input": {}, "output": {}, "step": "string" }
- Mock server
https://docs.api.nowatch.tech/_mock/apis/v1/insight/feedback
https://docs.api.nowatch.tech/nowatch/v1/insight/feedback
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.api.nowatch.tech/_mock/apis/v1/insight/feedback \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '[
{
"date": "string",
"feedbacks": [
{
"options": [
"string"
],
"section": "string",
"thumbsUp": true
}
],
"response": {},
"app_version": "string"
}
]'- Mock server
https://docs.api.nowatch.tech/_mock/apis/v1/insight
https://docs.api.nowatch.tech/nowatch/v1/insight
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.api.nowatch.tech/_mock/apis/v1/insight \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'app-version: string' \
-d '{
"type": "daily",
"platform": "string",
"app_version": "string",
"date_of_report": "string",
"topic_of_interest": "string",
"verbosity": 0,
"style_modifiers": {
"xax": 0,
"yax": 0
},
"previous_vdb_ids": {
"previously_used": [
"string"
],
"liked": [
"string"
],
"disliked": [
"string"
]
},
"personal_pins": [
"string"
],
"history": "string",
"day_level_events": [
"string"
],
"qualitative_summary": [
{
"day": "string",
"events": [
"string"
],
"trends": [
"string"
],
"history": "string",
"day_level_events": [
"string"
]
}
],
"quantitative_summary": {
"outliers": [
"string"
],
"compared_to_typical": [
"string"
],
"compared_to_previous": [
"string"
]
}
}'