NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Copied values from the Swagger json file.

...

Code Block
      {
		"compoundQuery":	{
			"operator":"AND",
			"queries":	[
					{
				"operator":"EQUAL",
				"value":"jane_doe",
				"levelFilter":{"level":1,"operator":"NUM_GREATER_OR_EQUAL"},
				"attributeMatch":"ANY"
					}
				]
			}
      }

For the operator within each simple query, the valid values are as follows:

  • EQUAL
  • NOT_EQUAL
  • LIKE
  • NUM_LESS_THAN
  • NUM_GREATER_THAN
  • NUM_LESS_OR_EQUAL
  • NUM_GREATER_OR_EQUAL