FeedbackListRequestParameters (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "ListRequestParameters
  }, 
  "id": "FeedbackListRequestParameters", 
  "module_id": "Migration", 
  "properties": {
    "category": {
      "readonly": false, 
      "required": false, 
      "title": "Category on which feedback request should be filtered", 
      "type": "string"
    }, 
    "cursor": {
      "readonly": false, 
      "title": "Opaque cursor to be used for getting next page of records (supplied by current result page)", 
      "type": "string"
    }, 
    "hash": {
      "readonly": false, 
      "required": false, 
      "title": "Hash based on which feedback request should be filtered", 
      "type": "string"
    }, 
    "included_fields": {
      "title": "Comma separated list of fields that should be included in query result", 
      "type": "string"
    }, 
    "page_size": {
      "default": 1000, 
      "maximum": 1000, 
      "minimum": 0, 
      "title": "Maximum number of results to return in this page (server may return fewer)", 
      "type": "integer"
    }, 
    "sort_ascending": {
      "type": "boolean"
    }, 
    "sort_by": {
      "title": "Field by which records are sorted", 
      "type": "string"
    }, 
    "state": {
      "default": "ALL", 
      "enum": [
        "ALL", 
        "RESOLVED", 
        "UNRESOLVED"
      ], 
      "readonly": false, 
      "required": false, 
      "title": "Filter based on current state of the feedback request", 
      "type": "string"
    }, 
    "sub_category": {
      "readonly": false, 
      "required": false, 
      "title": "Sub category based on which feedback request should be filtered", 
      "type": "string"
    }
  }, 
  "type": "object"
}