Sign in

Create multiple datapoints

documented

Create multiple datapoints for the given goal in one request.

POST /users/{u}/goals/{g}/datapoints/create_all.jsonGoalsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.beeminder.com/api/v1/users/{{$u}}/goals/{{$g}}/datapoints/create_all.json" \
  -X POST \
  -d auth_token={{BEEMINDER_API_KEY}} \
  -d datapoints=[{"timestamp":{{$timestamp}},"value":{{$value}},"comment":"{{$comment}}","requestid":"{{$requestid}}"}] \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded"