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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RCDB web site should accept JSON object with request:
And get json object containing values with it:
Example request:
{ "query": "@is_production and even_count>1M", "run_min": 20000, "columns_to_get": ["event_count", "target_name", "beam_current"], }
Example of response:
{ "result": [ {"run":20000, "event_count": 1873843563, "target_name": "DIAMOND", "beam_current": 100.2 }, {"run":20001, "event_count": 3453497345, "target_name": "DIAMOND", "beam_current": 101.2 } ] }
The text was updated successfully, but these errors were encountered:
DraTeots
No branches or pull requests
Use case 1:
RCDB web site should accept JSON object with request:
And get json object containing values with it:
Example request:
Example of response:
The text was updated successfully, but these errors were encountered: