{"docs":{"name":"BETYdb","info":"\n\u003cp\u003eAnother API description\u003c/p\u003e\n","copyright":null,"doc_url":"/api/docs/v1","api_url":"","resources":{"citations":{"doc_url":"/api/docs/v1/citations","api_url":"","name":"Citations","short_description":"A research paper or collection of research data.","full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/citations/index","name":"index","apis":[{"api_url":"/api/v1/citations","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/citations","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"author","full_name":"author","description":"\n\u003cp\u003elast name of first author\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"year","full_name":"year","description":"\n\u003cp\u003eyear of publication\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"title","full_name":"title","description":"\n\u003cp\u003earticle title\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"journal","full_name":"journal","description":"\n\u003cp\u003eJournal name\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"vol","full_name":"vol","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"pg","full_name":"pg","description":"\n\u003cp\u003epage range of article\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"url","full_name":"url","description":"\n\u003cp\u003elink to article url\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"pdf","full_name":"pdf","description":"\n\u003cp\u003elink to pdf version of article\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"doi","full_name":"doi","description":"\n\u003cp\u003eDigital Object Identifier\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"user_id","full_name":"user_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/citations/show","name":"show","apis":[{"api_url":"/api/v1/citations/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/citations/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"covariates":{"doc_url":"/api/docs/v1/covariates","api_url":"","name":"Covariates","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/covariates/index","name":"index","apis":[{"api_url":"/api/v1/covariates","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/covariates","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"trait_id","full_name":"trait_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"variable_id","full_name":"variable_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"level","full_name":"level","description":"\n\u003cp\u003eValue of covariate, units are determined in variables table by the variable_id foreign key.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"n","full_name":"n","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"statname","full_name":"statname","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"stat","full_name":"stat","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/covariates/show","name":"show","apis":[{"api_url":"/api/v1/covariates/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/covariates/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"cultivars":{"doc_url":"/api/docs/v1/cultivars","api_url":"","name":"Cultivars","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/cultivars/index","name":"index","apis":[{"api_url":"/api/v1/cultivars","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/cultivars","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"specie_id","full_name":"specie_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"name","full_name":"name","description":"\n\u003cp\u003eCultivar name given by breeder or reported in citation.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"ecotype","full_name":"ecotype","description":"\n\u003cp\u003eAn ecotype is a distinct variety adapted to a particular environment. Implemented to distinguish \u0026#39;upland\u0026#39; and \u0026#39;lowland\u0026#39; Switchgrass cultivars.  Can also be used to distinguish, e.g. species in temperate vs. tundra\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"notes","full_name":"notes","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"previous_id","full_name":"previous_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/cultivars/show","name":"show","apis":[{"api_url":"/api/v1/cultivars/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/cultivars/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"dbfiles":{"doc_url":"/api/docs/v1/dbfiles","api_url":"","name":"Dbfiles","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/dbfiles/index","name":"index","apis":[{"api_url":"/api/v1/dbfiles","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/dbfiles","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"file_name","full_name":"file_name","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"file_path","full_name":"file_path","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"md5","full_name":"md5","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_user_id","full_name":"created_user_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_user_id","full_name":"updated_user_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"machine_id","full_name":"machine_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"container_type","full_name":"container_type","description":"\n\u003cp\u003ethis and container_id are part of a polymorphic relationship, specifies table and primary key of that table\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"container_id","full_name":"container_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/dbfiles/show","name":"show","apis":[{"api_url":"/api/v1/dbfiles/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/dbfiles/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"ensembles":{"doc_url":"/api/docs/v1/ensembles","api_url":"","name":"Ensembles","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/ensembles/index","name":"index","apis":[{"api_url":"/api/v1/ensembles","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/ensembles","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"notes","full_name":"notes","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"runtype","full_name":"runtype","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"workflow_id","full_name":"workflow_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/ensembles/show","name":"show","apis":[{"api_url":"/api/v1/ensembles/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/ensembles/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"entities":{"doc_url":"/api/docs/v1/entities","api_url":"","name":"Entities","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/entities/index","name":"index","apis":[{"api_url":"/api/v1/entities","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/entities","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"parent_id","full_name":"parent_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"name","full_name":"name","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"notes","full_name":"notes","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/entities/show","name":"show","apis":[{"api_url":"/api/v1/entities/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/entities/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"experiments":{"doc_url":"/api/docs/v1/experiments","api_url":"","name":"Experiments","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/experiments/index","name":"index","apis":[{"api_url":"/api/v1/experiments","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/experiments","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"name","full_name":"name","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"start_date","full_name":"start_date","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"end_date","full_name":"end_date","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"description","full_name":"description","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"design","full_name":"design","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"user_id","full_name":"user_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/experiments/show","name":"show","apis":[{"api_url":"/api/v1/experiments/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/experiments/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"formats":{"doc_url":"/api/docs/v1/formats","api_url":"","name":"Formats","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/formats/index","name":"index","apis":[{"api_url":"/api/v1/formats","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/formats","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"notes","full_name":"notes","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"name","full_name":"name","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"header","full_name":"header","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"skip","full_name":"skip","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"mimetype_id","full_name":"mimetype_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/formats/show","name":"show","apis":[{"api_url":"/api/v1/formats/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/formats/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"inputs":{"doc_url":"/api/docs/v1/inputs","api_url":"","name":"Inputs","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/inputs/index","name":"index","apis":[{"api_url":"/api/v1/inputs","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/inputs","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"site_id","full_name":"site_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"notes","full_name":"notes","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"start_date","full_name":"start_date","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"end_date","full_name":"end_date","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"name","full_name":"name","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"parent_id","full_name":"parent_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"user_id","full_name":"user_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"access_level","full_name":"access_level","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"raw","full_name":"raw","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"format_id","full_name":"format_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/inputs/show","name":"show","apis":[{"api_url":"/api/v1/inputs/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/inputs/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"likelihoods":{"doc_url":"/api/docs/v1/likelihoods","api_url":"","name":"Likelihoods","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/likelihoods/index","name":"index","apis":[{"api_url":"/api/v1/likelihoods","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/likelihoods","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"run_id","full_name":"run_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"variable_id","full_name":"variable_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"input_id","full_name":"input_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"loglikelihood","full_name":"loglikelihood","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"n_eff","full_name":"n_eff","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"weight","full_name":"weight","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"residual","full_name":"residual","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/likelihoods/show","name":"show","apis":[{"api_url":"/api/v1/likelihoods/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/likelihoods/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"machines":{"doc_url":"/api/docs/v1/machines","api_url":"","name":"Machines","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/machines/index","name":"index","apis":[{"api_url":"/api/v1/machines","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/machines","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"hostname","full_name":"hostname","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"sync_host_id","full_name":"sync_host_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"sync_url","full_name":"sync_url","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"sync_contact","full_name":"sync_contact","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"sync_start","full_name":"sync_start","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"sync_end","full_name":"sync_end","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/machines/show","name":"show","apis":[{"api_url":"/api/v1/machines/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/machines/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"managements":{"doc_url":"/api/docs/v1/managements","api_url":"","name":"Managements","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/managements/index","name":"index","apis":[{"api_url":"/api/v1/managements","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/managements","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"citation_id","full_name":"citation_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"date","full_name":"date","description":"\n\u003cp\u003eDate on which management was conducted.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"dateloc","full_name":"dateloc","description":"\n\u003cp\u003eLevel of confidence in value given as date. See documentation for details.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"mgmttype","full_name":"mgmttype","description":"\n\u003cp\u003eType of management\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"level","full_name":"level","description":"\n\u003cp\u003eAmount applied, not always required.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"units","full_name":"units","description":"\n\u003cp\u003eunits, standardized for each management type.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"notes","full_name":"notes","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"user_id","full_name":"user_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/managements/show","name":"show","apis":[{"api_url":"/api/v1/managements/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/managements/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"methods":{"doc_url":"/api/docs/v1/methods","api_url":"","name":"Methods","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/methods/index","name":"index","apis":[{"api_url":"/api/v1/methods","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/methods","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"name","full_name":"name","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"description","full_name":"description","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"citation_id","full_name":"citation_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/methods/show","name":"show","apis":[{"api_url":"/api/v1/methods/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/methods/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"mimetypes":{"doc_url":"/api/docs/v1/mimetypes","api_url":"","name":"Mimetypes","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/mimetypes/index","name":"index","apis":[{"api_url":"/api/v1/mimetypes","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/mimetypes","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"type_string","full_name":"type_string","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/mimetypes/show","name":"show","apis":[{"api_url":"/api/v1/mimetypes/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/mimetypes/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"models":{"doc_url":"/api/docs/v1/models","api_url":"","name":"Models","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/models/index","name":"index","apis":[{"api_url":"/api/v1/models","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/models","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"model_name","full_name":"model_name","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"revision","full_name":"revision","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"parent_id","full_name":"parent_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"modeltype_id","full_name":"modeltype_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/models/show","name":"show","apis":[{"api_url":"/api/v1/models/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/models/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"modeltypes":{"doc_url":"/api/docs/v1/modeltypes","api_url":"","name":"Modeltypes","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/modeltypes/index","name":"index","apis":[{"api_url":"/api/v1/modeltypes","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/modeltypes","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"name","full_name":"name","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"user_id","full_name":"user_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/modeltypes/show","name":"show","apis":[{"api_url":"/api/v1/modeltypes/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/modeltypes/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"pfts":{"doc_url":"/api/docs/v1/pfts","api_url":"","name":"Pfts","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/pfts/index","name":"index","apis":[{"api_url":"/api/v1/pfts","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/pfts","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"definition","full_name":"definition","description":"\n\u003cp\u003eDefines the creator and context under which the pft will be used.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"name","full_name":"name","description":"\n\u003cp\u003epft names are unique within a given model type.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"parent_id","full_name":"parent_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"pft_type","full_name":"pft_type","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"modeltype_id","full_name":"modeltype_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/pfts/show","name":"show","apis":[{"api_url":"/api/v1/pfts/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/pfts/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"posteriors":{"doc_url":"/api/docs/v1/posteriors","api_url":"","name":"Posteriors","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/posteriors/index","name":"index","apis":[{"api_url":"/api/v1/posteriors","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/posteriors","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"pft_id","full_name":"pft_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/posteriors/show","name":"show","apis":[{"api_url":"/api/v1/posteriors/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/posteriors/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"priors":{"doc_url":"/api/docs/v1/priors","api_url":"","name":"Priors","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/priors/index","name":"index","apis":[{"api_url":"/api/v1/priors","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/priors","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"citation_id","full_name":"citation_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"variable_id","full_name":"variable_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"phylogeny","full_name":"phylogeny","description":"\n\u003cp\u003eUsed to note the group of plants for which the prior was specified, often the group of plants represented by the data used to specify the prior.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"distn","full_name":"distn","description":"\n\u003cp\u003eName of the probability distribution, using R naming convention (e.g. \u0026#39;beta\u0026#39;,\u0026#39;f\u0026#39;, \u0026#39;gamma\u0026#39;, \u0026#39;lnorm\u0026#39;, \u0026#39;norm\u0026#39;, \u0026#39;pois\u0026#39;, \u0026#39;t\u0026#39;, \u0026#39;unif\u0026#39;, \u0026#39;weibull\u0026#39;.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"parama","full_name":"parama","description":"\n\u003cp\u003eFirst parameter for distribution, as specified by R.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"paramb","full_name":"paramb","description":"\n\u003cp\u003eSecond parameter for distribution, as specified by R.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"paramc","full_name":"paramc","description":"\n\u003cp\u003eA third parameter, if required.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"n","full_name":"n","description":"\n\u003cp\u003enumber of observations used to specify prior.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"notes","full_name":"notes","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/priors/show","name":"show","apis":[{"api_url":"/api/v1/priors/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/priors/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"runs":{"doc_url":"/api/docs/v1/runs","api_url":"","name":"Runs","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/runs/index","name":"index","apis":[{"api_url":"/api/v1/runs","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/runs","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"model_id","full_name":"model_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"site_id","full_name":"site_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"start_time","full_name":"start_time","description":"\n\u003cp\u003ebeginning of time period being simulated\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"finish_time","full_name":"finish_time","description":"\n\u003cp\u003eend of time period being simulated\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"outdir","full_name":"outdir","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"outprefix","full_name":"outprefix","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"setting","full_name":"setting","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"parameter_list","full_name":"parameter_list","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"started_at","full_name":"started_at","description":"\n\u003cp\u003esystem time when run was started\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"finished_at","full_name":"finished_at","description":"\n\u003cp\u003esystem time when run ends; can be null when record is created\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"ensemble_id","full_name":"ensemble_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/runs/show","name":"show","apis":[{"api_url":"/api/v1/runs/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/runs/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"sites":{"doc_url":"/api/docs/v1/sites","api_url":"","name":"Sites","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/sites/index","name":"index","apis":[{"api_url":"/api/v1/sites","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/sites","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"city","full_name":"city","description":"\n\u003cp\u003eNearest city to site.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"state","full_name":"state","description":"\n\u003cp\u003eIf in the United States, state in which study is conducted.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"country","full_name":"country","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"mat","full_name":"mat","description":"\n\u003cp\u003eMean Annual Temperature (C)\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"map","full_name":"map","description":"\n\u003cp\u003eMean Annual Precipitation (mm)\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"soil","full_name":"soil","description":"\n\u003cp\u003eSoil type, as described in documentation.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"som","full_name":"som","description":"\n\u003cp\u003eDepreciated\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"notes","full_name":"notes","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"soilnotes","full_name":"soilnotes","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"sitename","full_name":"sitename","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"greenhouse","full_name":"greenhouse","description":"\n\u003cp\u003eBoolean: indicates if study was conducted in a field (0) or greenhouse, pot, or growth chamber (1)\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"user_id","full_name":"user_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"sand_pct","full_name":"sand_pct","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"clay_pct","full_name":"clay_pct","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"geometry","full_name":"geometry","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"time_zone","full_name":"time_zone","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/sites/show","name":"show","apis":[{"api_url":"/api/v1/sites/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/sites/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"species":{"doc_url":"/api/docs/v1/species","api_url":"","name":"Species","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/species/index","name":"index","apis":[{"api_url":"/api/v1/species","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/species","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"spcd","full_name":"spcd","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"genus","full_name":"genus","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"species","full_name":"species","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"scientificname","full_name":"scientificname","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"commonname","full_name":"commonname","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"notes","full_name":"notes","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"AcceptedSymbol","full_name":"AcceptedSymbol","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"SynonymSymbol","full_name":"SynonymSymbol","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Symbol","full_name":"Symbol","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"PLANTS_Floristic_Area","full_name":"PLANTS_Floristic_Area","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"State","full_name":"State","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Category","full_name":"Category","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Family","full_name":"Family","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"FamilySymbol","full_name":"FamilySymbol","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"FamilyCommonName","full_name":"FamilyCommonName","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"xOrder","full_name":"xOrder","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"SubClass","full_name":"SubClass","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Class","full_name":"Class","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"SubDivision","full_name":"SubDivision","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Division","full_name":"Division","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"SuperDivision","full_name":"SuperDivision","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"SubKingdom","full_name":"SubKingdom","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Kingdom","full_name":"Kingdom","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"ITIS_TSN","full_name":"ITIS_TSN","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Duration","full_name":"Duration","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"GrowthHabit","full_name":"GrowthHabit","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"NativeStatus","full_name":"NativeStatus","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"NationalWetlandIndicatorStatus","full_name":"NationalWetlandIndicatorStatus","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"RegionalWetlandIndicatorStatus","full_name":"RegionalWetlandIndicatorStatus","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"ActiveGrowthPeriod","full_name":"ActiveGrowthPeriod","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"AfterHarvestRegrowthRate","full_name":"AfterHarvestRegrowthRate","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Bloat","full_name":"Bloat","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"C2N_Ratio","full_name":"C2N_Ratio","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"CoppicePotential","full_name":"CoppicePotential","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"FallConspicuous","full_name":"FallConspicuous","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"FireResistance","full_name":"FireResistance","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"FoliageTexture","full_name":"FoliageTexture","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"GrowthForm","full_name":"GrowthForm","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"GrowthRate","full_name":"GrowthRate","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"MaxHeight20Yrs","full_name":"MaxHeight20Yrs","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"MatureHeight","full_name":"MatureHeight","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"KnownAllelopath","full_name":"KnownAllelopath","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"LeafRetention","full_name":"LeafRetention","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Lifespan","full_name":"Lifespan","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"LowGrowingGrass","full_name":"LowGrowingGrass","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"NitrogenFixation","full_name":"NitrogenFixation","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"ResproutAbility","full_name":"ResproutAbility","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"AdaptedCoarseSoils","full_name":"AdaptedCoarseSoils","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"AdaptedMediumSoils","full_name":"AdaptedMediumSoils","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"AdaptedFineSoils","full_name":"AdaptedFineSoils","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"AnaerobicTolerance","full_name":"AnaerobicTolerance","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"CaCO3Tolerance","full_name":"CaCO3Tolerance","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"ColdStratification","full_name":"ColdStratification","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"DroughtTolerance","full_name":"DroughtTolerance","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"FertilityRequirement","full_name":"FertilityRequirement","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"FireTolerance","full_name":"FireTolerance","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"MinFrostFreeDays","full_name":"MinFrostFreeDays","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"HedgeTolerance","full_name":"HedgeTolerance","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"MoistureUse","full_name":"MoistureUse","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"pH_Minimum","full_name":"pH_Minimum","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"pH_Maximum","full_name":"pH_Maximum","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Min_PlantingDensity","full_name":"Min_PlantingDensity","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Max_PlantingDensity","full_name":"Max_PlantingDensity","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Precipitation_Minimum","full_name":"Precipitation_Minimum","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Precipitation_Maximum","full_name":"Precipitation_Maximum","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"RootDepthMinimum","full_name":"RootDepthMinimum","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"SalinityTolerance","full_name":"SalinityTolerance","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"ShadeTolerance","full_name":"ShadeTolerance","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"TemperatureMinimum","full_name":"TemperatureMinimum","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"BloomPeriod","full_name":"BloomPeriod","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"CommercialAvailability","full_name":"CommercialAvailability","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"FruitSeedPeriodBegin","full_name":"FruitSeedPeriodBegin","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"FruitSeedPeriodEnd","full_name":"FruitSeedPeriodEnd","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Propogated_by_BareRoot","full_name":"Propogated_by_BareRoot","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Propogated_by_Bulbs","full_name":"Propogated_by_Bulbs","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Propogated_by_Container","full_name":"Propogated_by_Container","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Propogated_by_Corms","full_name":"Propogated_by_Corms","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Propogated_by_Cuttings","full_name":"Propogated_by_Cuttings","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Propogated_by_Seed","full_name":"Propogated_by_Seed","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Propogated_by_Sod","full_name":"Propogated_by_Sod","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Propogated_by_Sprigs","full_name":"Propogated_by_Sprigs","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Propogated_by_Tubers","full_name":"Propogated_by_Tubers","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"Seeds_per_Pound","full_name":"Seeds_per_Pound","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"SeedSpreadRate","full_name":"SeedSpreadRate","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"SeedlingVigor","full_name":"SeedlingVigor","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/species/show","name":"show","apis":[{"api_url":"/api/v1/species/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/species/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"traits":{"doc_url":"/api/docs/v1/traits","api_url":"","name":"Traits","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/traits/index","name":"index","apis":[{"api_url":"/api/v1/traits","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/traits","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"site_id","full_name":"site_id","description":"\n\u003cp\u003eSite at which measurement was taken.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"specie_id","full_name":"specie_id","description":"\n\u003cp\u003eSpecies on which measurement was taken.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"citation_id","full_name":"citation_id","description":"\n\u003cp\u003eCitation in which data was originally reported.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"cultivar_id","full_name":"cultivar_id","description":"\n\u003cp\u003eCultivar information, if any.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"treatment_id","full_name":"treatment_id","description":"\n\u003cp\u003eExperimental treatment identification. Required, can indicate observational study.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"date","full_name":"date","description":"\n\u003cp\u003eDate on which measurement was made.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"dateloc","full_name":"dateloc","description":"\n\u003cp\u003eLevel of confidence in date. See documentation.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"time","full_name":"time","description":"\n\u003cp\u003eTime at which measurement was taken. Sometimes necessary, e.g. for photosynthesis measurements.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"timeloc","full_name":"timeloc","description":"\n\u003cp\u003eLevel of confidence in time.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"mean","full_name":"mean","description":"\n\u003cp\u003eMean value of trait.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"n","full_name":"n","description":"\n\u003cp\u003eNumber of experimental replicates used to estimate mean and statistical summary.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"statname","full_name":"statname","description":"\n\u003cp\u003eName of reported statistic.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"stat","full_name":"stat","description":"\n\u003cp\u003eValue of reported statistic.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"notes","full_name":"notes","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"variable_id","full_name":"variable_id","description":"\n\u003cp\u003eLinks to information in variables table that describes trait being measured.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"user_id","full_name":"user_id","description":"\n\u003cp\u003eID of user who entered data.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"checked","full_name":"checked","description":"\n\u003cp\u003eaccepts values [-1, 0, 1]. 0 is default, and means that data have not been checked. 1 indicates that the data have been checked and are correct, -1 indicates that data have been checked and found to be incorrect or suspicious, e.g. outside of the acceptab\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"access_level","full_name":"access_level","description":"\n\u003cp\u003eLevel of access required to view data.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"entity_id","full_name":"entity_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"method_id","full_name":"method_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"date_year","full_name":"date_year","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"date_month","full_name":"date_month","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"date_day","full_name":"date_day","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"time_hour","full_name":"time_hour","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"time_minute","full_name":"time_minute","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/traits/show","name":"show","apis":[{"api_url":"/api/v1/traits/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/traits/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/traits/create","name":"create","apis":[{"api_url":"/api/v1/traits","http_method":"POST","short_description":null,"deprecated":null},{"api_url":"/api/beta/traits","http_method":"POST","short_description":null,"deprecated":null}],"formats":["json","csv","xml"],"full_description":"\n\u003cp\u003eCreate new traits from the data specified in the posted data.  Data about traits to be inserted can be supplied in either JSON (the default), CSV (using create.csv), or XML (using create.xml) format.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe apikey to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"treatments":{"doc_url":"/api/docs/v1/treatments","api_url":"","name":"Treatments","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/treatments/index","name":"index","apis":[{"api_url":"/api/v1/treatments","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/treatments","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"name","full_name":"name","description":"\n\u003cp\u003eName of treatment, should be easy to associate with treatment name in original study.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"definition","full_name":"definition","description":"\n\u003cp\u003eDescription of treatment, e.g. levels of fertilizer applied, etc. This information may be redundant with \u0026#39;levels\u0026#39; information recorded in Managements table.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"control","full_name":"control","description":"\n\u003cp\u003eBoolean, indicates if treatment is a control or observational (1) or experimental treatment (0).\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"user_id","full_name":"user_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/treatments/show","name":"show","apis":[{"api_url":"/api/v1/treatments/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/treatments/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"users":{"doc_url":"/api/docs/v1/users","api_url":"","name":"Users","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/users/index","name":"index","apis":[{"api_url":"/api/v1/users","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/users","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"login","full_name":"login","description":"\n\u003cp\u003elogin id\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"name","full_name":"name","description":"\n\u003cp\u003eUser name\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"email","full_name":"email","description":"\n\u003cp\u003eemail address\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"city","full_name":"city","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"country","full_name":"country","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"area","full_name":"area","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"crypted_password","full_name":"crypted_password","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"salt","full_name":"salt","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"remember_token","full_name":"remember_token","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"remember_token_expires_at","full_name":"remember_token_expires_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"access_level","full_name":"access_level","description":"\n\u003cp\u003edata to which user has access\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"page_access_level","full_name":"page_access_level","description":"\n\u003cp\u003eDetermines the extent of data, if any, that user can edit.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"apikey","full_name":"apikey","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"state_prov","full_name":"state_prov","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"postal_code","full_name":"postal_code","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/users/show","name":"show","apis":[{"api_url":"/api/v1/users/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/users/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"variables":{"doc_url":"/api/docs/v1/variables","api_url":"","name":"Variables","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/variables/index","name":"index","apis":[{"api_url":"/api/v1/variables","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/variables","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"description","full_name":"description","description":"\n\u003cp\u003eDescription or definition of variable.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"units","full_name":"units","description":"\n\u003cp\u003eunits in which data must be entered.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"notes","full_name":"notes","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"name","full_name":"name","description":"\n\u003cp\u003evariable name, this is the name used by PEcAn and in other modeling contexts.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"max","full_name":"max","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"min","full_name":"min","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"standard_name","full_name":"standard_name","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"standard_units","full_name":"standard_units","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"label","full_name":"label","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"type","full_name":"type","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/variables/show","name":"show","apis":[{"api_url":"/api/v1/variables/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/variables/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"yields":{"doc_url":"/api/docs/v1/yields","api_url":"","name":"Yields","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/yields/index","name":"index","apis":[{"api_url":"/api/v1/yields","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/yields","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"citation_id","full_name":"citation_id","description":"\n\u003cp\u003eCitation in which data originally reported.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"site_id","full_name":"site_id","description":"\n\u003cp\u003eSite at which crop was harvested.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"specie_id","full_name":"specie_id","description":"\n\u003cp\u003eSpecies for which yield was measured.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"treatment_id","full_name":"treatment_id","description":"\n\u003cp\u003eExperimental treatment identification. Required, can indicate observational study.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"cultivar_id","full_name":"cultivar_id","description":"\n\u003cp\u003eCultivar information, if any.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"date","full_name":"date","description":"\n\u003cp\u003eDate on which crop was harvested.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"dateloc","full_name":"dateloc","description":"\n\u003cp\u003eLevel of confidence in harvest date. See documentation.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"statname","full_name":"statname","description":"\n\u003cp\u003eName of reported statistic.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"stat","full_name":"stat","description":"\n\u003cp\u003eValue of reported statistic.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"mean","full_name":"mean","description":"\n\u003cp\u003eMean yield reported.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"n","full_name":"n","description":"\n\u003cp\u003eNumber of replicates used to estimate mean and statistical summary.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"notes","full_name":"notes","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"created_at","full_name":"created_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"updated_at","full_name":"updated_at","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"user_id","full_name":"user_id","description":"\n\u003cp\u003eID of user who entered data.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"checked","full_name":"checked","description":"\n\u003cp\u003eaccepts values [-1, 0, 1]. 0 is default, and means that data have not been checked. 1 indicates that the data have been checked and are correct, -1 indicates that data have been checked and found to be incorrect or suspicious, e.g. outside of the acceptab\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"access_level","full_name":"access_level","description":"\n\u003cp\u003eLevel of access required to view data.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"method_id","full_name":"method_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"entity_id","full_name":"entity_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"date_year","full_name":"date_year","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"date_month","full_name":"date_month","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"date_day","full_name":"date_day","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/yields/show","name":"show","apis":[{"api_url":"/api/v1/yields/:id","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/yields/:id","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false},"search":{"doc_url":"/api/docs/v1/search","api_url":"","name":"Search","short_description":null,"full_description":"","version":"v1","formats":null,"metadata":null,"methods":[{"doc_url":"/api/docs/v1/search/index","name":"index","apis":[{"api_url":"/api/v1/search","http_method":"GET","short_description":null,"deprecated":null},{"api_url":"/api/beta/search","http_method":"GET","short_description":null,"deprecated":null}],"formats":null,"full_description":"\n\u003cp\u003eGet all rows that match the values provided for all column-name parameters used.  If the value starts with a tilde (\u0026#39;~\u0026#39;), the rest of the value is treated as a regular expression to match and the matching is case insensitive.  Otherwise, the column value must match the parameter value exactly.\u003c/p\u003e\n","errors":[],"params":[{"name":"limit","full_name":"limit","description":"\n\u003cp\u003eSets an upper bound on the number of results to return.  Defaults to 200.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/^([1-9][0-9]*|all|none)$/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"offset","full_name":"offset","description":"\n\u003cp\u003eSet the number of rows to skip before returning matching rows.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must match regular expression \u003ccode\u003e/[1-9][0-9]*/\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"checked","full_name":"checked","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"result_type","full_name":"result_type","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"id","full_name":"id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"citation_id","full_name":"citation_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"site_id","full_name":"site_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"treatment_id","full_name":"treatment_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"sitename","full_name":"sitename","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"city","full_name":"city","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"lat","full_name":"lat","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"lon","full_name":"lon","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"scientificname","full_name":"scientificname","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"commonname","full_name":"commonname","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"genus","full_name":"genus","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"species_id","full_name":"species_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"cultivar_id","full_name":"cultivar_id","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"author","full_name":"author","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"citation_year","full_name":"citation_year","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"treatment","full_name":"treatment","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"date","full_name":"date","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"time","full_name":"time","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"raw_date","full_name":"raw_date","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"month","full_name":"month","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"year","full_name":"year","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"dateloc","full_name":"dateloc","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"trait","full_name":"trait","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"trait_description","full_name":"trait_description","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"mean","full_name":"mean","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"units","full_name":"units","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"n","full_name":"n","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"statname","full_name":"statname","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"stat","full_name":"stat","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"notes","full_name":"notes","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"access_level","full_name":"access_level","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"cultivar","full_name":"cultivar","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"entity","full_name":"entity","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"method_name","full_name":"method_name","description":"","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true},{"doc_url":"/api/docs/v1/search/show","name":"show","apis":[],"formats":null,"full_description":"\n\u003cp\u003eGet all information about the row with the matching id value.  Information about associated rows (those reference by foreign keys) is shown as well.\u003c/p\u003e\n","errors":[],"params":[{"name":"key","full_name":"key","description":"\n\u003cp\u003eThe API key to use for authorization.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"","expected_type":"string","metadata":null,"show":true,"validations":[]},{"name":"associations_mode","full_name":"associations_mode","description":"\n\u003cp\u003eSet the amount of data to display about associations.  Default is “full_info” for the show action and “count” for the index action.\u003c/p\u003e\n","required":false,"allow_nil":false,"allow_blank":false,"validator":"Must be one of: \u003ccode\u003efull_info\u003c/code\u003e, \u003ccode\u003eids\u003c/code\u003e, \u003ccode\u003ecount\u003c/code\u003e.","expected_type":"string","metadata":null,"show":true,"validations":[]}],"examples":[],"metadata":null,"see":[],"headers":[],"show":true}],"headers":[],"deprecated":false}}}}