We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
returns a json object representing the yearly goals of the organization
the data that goes here:
{ "ok": true, // boolean "code": 200, // response code with a matching error code "data": [ data: { current: 8531, goal: 10000 }, { ... }, { ... }, ], }
{ "ok": false, // boolean "message": "...", // a matching error message "code": 400 or 500, // response code with a matching error code }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Info
returns a json object representing the yearly goals of the organization
the data that goes here:
Returns
on pass
on fail
The text was updated successfully, but these errors were encountered: