Skip to content
New issue

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

API endpoint /canonical-experiment-resource #10

Open
4 tasks done
mjstealey opened this issue Jun 26, 2022 · 0 comments
Open
4 tasks done

API endpoint /canonical-experiment-resource #10

mjstealey opened this issue Jun 26, 2022 · 0 comments

Comments

@mjstealey
Copy link
Member

mjstealey commented Jun 26, 2022

/canonical-experiment-resource

Endpoints

  • /canonical-experiment-resource
  • /canonical-experiment-resource/{int:pk}

Functions

  • search - by experiment_id, resource_id as operator or by experimenter when experiment_id is presented and is a member
  • detail - by canonical_experiment_resource_id as operator or by experimenter who is a member of experiment_id

Fields

--- /canonical-experiment-resource
canonical_experiment_resource_id  - int
experiment_id                     - int
experiment_node_number            - int
node_type                         - string
node_uhd                          - string
node_vehicle                      - string
resource_id                       - int
--- /canonical-experiment-resource/{int:pk}
canonical_experiment_resource_id  - int
experiment_id                     - int
experiment_node_number            - int
node_type                         - string
node_uhd                          - string
node_vehicle                      - string
resource_id                       - int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant