Get Project Query Options

GET {{baseUrl}}/api/Project/QueryOptions

Returns all possible query options for Projects.

RESPONSES

status: OK

{"options":[{"parameter":"\u003cstring\u003e","type":"\u003cstring\u003e","operatorOptions":[{"operator":"\u003cstring\u003e","multipleValuesAllowed":"\u003cboolean\u003e","valueRequired":"\u003cboolean\u003e"},{"operator":"\u003cstring\u003e","multipleValuesAllowed":"\u003cboolean\u003e","valueRequired":"\u003cboolean\u003e"}],"valueOptions":["\u003cstring\u003e","\u003cstring\u003e"]},{"parameter":"\u003cstring\u003e","type":"\u003cstring\u003e","operatorOptions":[{"operator":"\u003cstring\u003e","multipleValuesAllowed":"\u003cboolean\u003e","valueRequired":"\u003cboolean\u003e"},{"operator":"\u003cstring\u003e","multipleValuesAllowed":"\u003cboolean\u003e","valueRequired":"\u003cboolean\u003e"}],"valueOptions":["\u003cstring\u003e","\u003cstring\u003e"]}],"operatorOptions":[{"operator":"\u003cstring\u003e","multipleValuesAllowed":"\u003cboolean\u003e","valueRequired":"\u003cboolean\u003e"},{"operator":"\u003cstring\u003e","multipleValuesAllowed":"\u003cboolean\u003e","valueRequired":"\u003cboolean\u003e"}]}