Skip to main content
POST
/
api
/
v1
/
admin
/
data-quality
/
analyze
Analyze data quality for a flock over a date range Detects: spikes, missing d...
curl --request POST \
  --url http://localhost:3000/api/v1/admin/data-quality/analyze \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "flockId": "<string>",
  "fromDate": "<string>",
  "toDate": "<string>"
}
'
{
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

JWT obtained from POST /api/v1/auth/login.

Body

application/json
flockId
string

flockId — see API source for exact type.

fromDate
string

fromDate — see API source for exact type.

toDate
string

toDate — see API source for exact type.

Response

OK

message
string
data
object