Get the Query Syntax for Request Resources

get

/sites/management/api/v1/requests/search-form

SEARCH FORM

Get the query syntax details for searching request instances.The search-form resource can be used to find out, at runtime, what query syntax is supported when searching Request instances. The response describes which operators are supported on a per property basis.

Successful Response Examples

This operation responds with the following success (2xx) responses. For a full list of response HTTP status codes and example bodies, consult the Response section of this operation.

200OK - Search Form Details

Example search form response.

Request

GET https://api.example.com/sites/management/api/v1/requests/search-form

Response Body

{
  "syntax": {
    "operators": {
      "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)": {
        "code": [
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
        ],
        "types": [
            "string"
        ],
        "description": "Equals"
      },
      "oracle.blend.blend.impl.FilterOperatorImpl@3d1bbd92 (documentation: null) (name: ne, literal: ne)": {
        "code": [
            "oracle.blend.blend.impl.FilterOperatorImpl@3d1bbd92 (documentation: null) (name: ne, literal: ne)"
        ],
        "types": [
            "string"
        ],
        "description": "Not Equals"
      },
      "oracle.blend.blend.impl.FilterOperatorImpl@6cd327ef (documentation: null) (name: gt, literal: gt)": {
        "code": [
            "oracle.blend.blend.impl.FilterOperatorImpl@6cd327ef (documentation: null) (name: gt, literal: gt)"
        ],
        "types": [
            "string"
        ],
        "description": "Greater Than"
      },
      "oracle.blend.blend.impl.FilterOperatorImpl@46dd6619 (documentation: null) (name: lt, literal: lt)": {
        "code": [
            "oracle.blend.blend.impl.FilterOperatorImpl@46dd6619 (documentation: null) (name: lt, literal: lt)"
        ],
        "types": [
            "string"
        ],
        "description": "Less Than"
      },
      "oracle.blend.blend.impl.FilterOperatorImpl@191a9ec8 (documentation: null) (name: co, literal: co)": {
        "code": [
            "oracle.blend.blend.impl.FilterOperatorImpl@191a9ec8 (documentation: null) (name: co, literal: co)"
        ],
        "types": [
            "object",
            "string"
        ],
        "description": "Contains"
      }
    },
    "logicalOperators": {
      "and": {
        "code": [
            "and"
        ],
        "description": "Logical And"
      },
      "or": {
        "code": [
            "or"
        ],
        "description": "Logical Or"
      },
      "not": {
        "code": [
            "not"
        ],
        "description": "Logical Not"
      }
    },
    "termDeliminator": [
        " "
    ],
    "precedenceGrouping": "()"
  },
  "requestType": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
    ]
  },
  "status": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)",
        "oracle.blend.blend.impl.FilterOperatorImpl@3d1bbd92 (documentation: null) (name: ne, literal: ne)"
    ]
  },
  "createdBy.id": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
    ]
  },
  "createdBy.userName": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
    ]
  },
  "createdBy.name": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
    ]
  },
  "createdAt": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)",
        "oracle.blend.blend.impl.FilterOperatorImpl@6cd327ef (documentation: null) (name: gt, literal: gt)",
        "oracle.blend.blend.impl.FilterOperatorImpl@46dd6619 (documentation: null) (name: lt, literal: lt)"
    ]
  },
  "lastModifiedAt": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)",
        "oracle.blend.blend.impl.FilterOperatorImpl@6cd327ef (documentation: null) (name: gt, literal: gt)",
        "oracle.blend.blend.impl.FilterOperatorImpl@46dd6619 (documentation: null) (name: lt, literal: lt)"
    ]
  },
  "policy.approvalType": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
    ]
  },
  "template.id": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
    ]
  },
  "ownedBy.id": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
    ]
  },
  "ownedBy.userName": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
    ]
  },
  "ownedBy.name": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
    ]
  },
  "original.id": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
    ]
  },
  "source.id": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
    ]
  },
  "approvers": {
    "operators": [
        "oracle.blend.blend.impl.FilterOperatorImpl@191a9ec8 (documentation: null) (name: co, literal: co)"
    ]
  },
  "links": [
      {
        "rel": "parent",
        "href": "https://cloud.example.com/sites/management/api/v1/requests",
        "mediaType": "application/json",
        "method": "GET"
      },
      {
        "rel": "self",
        "href": "https://cloud.example.com/sites/management/api/v1/requests/search-form",
        "mediaType": "application/json",
        "method": "GET"
      },
      {
        "rel": "canonical",
        "href": "https://cloud.example.com/sites/management/api/v1/requests/search-form",
        "mediaType": "application/json",
        "method": "GET"
      },
      {
        "rel": "search",
        "href": "https://cloud.example.com/sites/management/api/v1/requests",
        "mediaType": "application/json",
        "method": "GET"
      },
      {
        "rel": "describedBy",
        "href": "https://cloud.example.com/sites/management/api/v1/metadata-catalog",
        "mediaType": "application/json",
        "method": "GET"
      }
  ]
}

Request

Query Parameters
  • Comma-delimited string of field names that should not be included in the response.

  • Comma-separated list of link relation names to exclude from the response.

  • Comma-delimited string of field names to include in the response. Nested fields can be identified using a dot to separate the field names. Field names are case-sensitive. Field names are ignored if the field does not exist.

  • Comma-separated list of link relation names to include in the response. By default, all links are returned.

    The following links are provided by this resource:

    Link RelationshipDescription
    parentDescribes where the parent resource can be read. Equivalent to an up link, this link provides the link to the parent resource, such as the collection resource that contains a singular resource.
    selfDescribes the current returned representation of the resource. Used for links that represent the resource itself. For example, if a resource is returned as part of a collection, the self link will provide the URL path for the individual resource.
    canonicalDescribes the preferred representation of the requested resource. Used for links that represent the canonical form of the resource. For example, if a resource is returned as part of a collection, the canonical link will provide the URL path for the canonical form of the individual resource.
    searchDescribes where the resource can be searched. Used on search from resources to indicate the location where the resource can be searched.
    describedByDescribes the schema resource providing metadata information about the resource. Used on collection, singular and relation resources to indicate where the schema resource is that describes the resource.
Back to Top

Response

Supported Media Types

200 Response

OK
Headers
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : approvers
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : createdAt
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : createdBy.id
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : createdBy.name
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : createdBy.userName
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : lastModifiedAt
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : original.id
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : ownedBy.id
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : ownedBy.name
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : ownedBy.userName
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : policy.approvalType
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : requestType
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : source.id
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : status
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : syntax
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : template.id
Type: object

Query syntax for Request queries.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Nested Schema : logicalOperators
Type: object

Supported logical operators.

Show Source
Nested Schema : operators
Type: object

Supported operators.

Show Source
Nested Schema : termDeliminator
Type: array

Strings that can be used to delimit items.

Show Source
Nested Schema : and
Type: object

Logical and.

Show Source
Nested Schema : not
Type: object

Logical not.

Show Source
Nested Schema : or
Type: object

Logical or.

Show Source
Nested Schema : code
Type: array

Strings used in this custom query format to represent the operator.

Show Source
Nested Schema : types
Type: array

Types of properties that are applicable for this operator.

Show Source
Nested Schema : code
Type: array

Strings used in this custom query format to represent the operator.

Show Source
Nested Schema : types
Type: array

Types of properties that are applicable for this operator.

Show Source
Nested Schema : code
Type: array

Strings used in this custom query format to represent the operator.

Show Source
Nested Schema : types
Type: array

Types of properties that are applicable for this operator.

Show Source
Nested Schema : co
Type: object

Contains.

Show Source
Nested Schema : eq
Type: object

Equals.

Show Source
Nested Schema : ew
Type: object

Ends with.

Show Source
Nested Schema : ge
Type: object

Greater or equals.

Show Source
Nested Schema : gt
Type: object

Greater than.

Show Source
Nested Schema : le
Type: object

Less than or equals.

Show Source
Nested Schema : lt
Type: object

Less than.

Show Source
Nested Schema : ne
Type: object

Not equals.

Show Source
Nested Schema : pr
Type: object

Present.

Show Source
Nested Schema : sw
Type: object

Starts with.

Show Source
Nested Schema : code
Type: array

Strings used in this custom query format to represent the operator.

Show Source
Nested Schema : types
Type: array

Types of properties that are applicable for this operator.

Show Source
Nested Schema : code
Type: array

Strings used in this custom query format to represent the operator.

Show Source
Nested Schema : types
Type: array

Types of properties that are applicable for this operator.

Show Source
Nested Schema : code
Type: array

Strings used in this custom query format to represent the operator.

Show Source
Nested Schema : types
Type: array

Types of properties that are applicable for this operator.

Show Source
Nested Schema : code
Type: array

Strings used in this custom query format to represent the operator.

Show Source
Nested Schema : types
Type: array

Types of properties that are applicable for this operator.

Show Source
Nested Schema : code
Type: array

Strings used in this custom query format to represent the operator.

Show Source
Nested Schema : types
Type: array

Types of properties that are applicable for this operator.

Show Source
Nested Schema : code
Type: array

Strings used in this custom query format to represent the operator.

Show Source
Nested Schema : types
Type: array

Types of properties that are applicable for this operator.

Show Source
Nested Schema : code
Type: array

Strings used in this custom query format to represent the operator.

Show Source
Nested Schema : types
Type: array

Types of properties that are applicable for this operator.

Show Source
Nested Schema : code
Type: array

Strings used in this custom query format to represent the operator.

Show Source
Nested Schema : types
Type: array

Types of properties that are applicable for this operator.

Show Source
Nested Schema : code
Type: array

Strings used in this custom query format to represent the operator.

Show Source
Nested Schema : types
Type: array

Types of properties that are applicable for this operator.

Show Source
Nested Schema : code
Type: array

Strings used in this custom query format to represent the operator.

Show Source
Nested Schema : types
Type: array

Types of properties that are applicable for this operator.

Show Source
Nested Schema : operators
Type: array

List of supported query operators.

Show Source
Example Response (Search Form Details)
{
    "syntax":{
        "operators":{
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)":{
                "code":[
                    "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
                ],
                "types":[
                    "string"
                ],
                "description":"Equals"
            },
            "oracle.blend.blend.impl.FilterOperatorImpl@3d1bbd92 (documentation: null) (name: ne, literal: ne)":{
                "code":[
                    "oracle.blend.blend.impl.FilterOperatorImpl@3d1bbd92 (documentation: null) (name: ne, literal: ne)"
                ],
                "types":[
                    "string"
                ],
                "description":"Not Equals"
            },
            "oracle.blend.blend.impl.FilterOperatorImpl@6cd327ef (documentation: null) (name: gt, literal: gt)":{
                "code":[
                    "oracle.blend.blend.impl.FilterOperatorImpl@6cd327ef (documentation: null) (name: gt, literal: gt)"
                ],
                "types":[
                    "string"
                ],
                "description":"Greater Than"
            },
            "oracle.blend.blend.impl.FilterOperatorImpl@46dd6619 (documentation: null) (name: lt, literal: lt)":{
                "code":[
                    "oracle.blend.blend.impl.FilterOperatorImpl@46dd6619 (documentation: null) (name: lt, literal: lt)"
                ],
                "types":[
                    "string"
                ],
                "description":"Less Than"
            },
            "oracle.blend.blend.impl.FilterOperatorImpl@191a9ec8 (documentation: null) (name: co, literal: co)":{
                "code":[
                    "oracle.blend.blend.impl.FilterOperatorImpl@191a9ec8 (documentation: null) (name: co, literal: co)"
                ],
                "types":[
                    "object",
                    "string"
                ],
                "description":"Contains"
            }
        },
        "logicalOperators":{
            "and":{
                "code":[
                    "and"
                ],
                "description":"Logical And"
            },
            "or":{
                "code":[
                    "or"
                ],
                "description":"Logical Or"
            },
            "not":{
                "code":[
                    "not"
                ],
                "description":"Logical Not"
            }
        },
        "termDeliminator":[
            " "
        ],
        "precedenceGrouping":"()"
    },
    "requestType":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
        ]
    },
    "status":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)",
            "oracle.blend.blend.impl.FilterOperatorImpl@3d1bbd92 (documentation: null) (name: ne, literal: ne)"
        ]
    },
    "createdBy.id":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
        ]
    },
    "createdBy.userName":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
        ]
    },
    "createdBy.name":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
        ]
    },
    "createdAt":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)",
            "oracle.blend.blend.impl.FilterOperatorImpl@6cd327ef (documentation: null) (name: gt, literal: gt)",
            "oracle.blend.blend.impl.FilterOperatorImpl@46dd6619 (documentation: null) (name: lt, literal: lt)"
        ]
    },
    "lastModifiedAt":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)",
            "oracle.blend.blend.impl.FilterOperatorImpl@6cd327ef (documentation: null) (name: gt, literal: gt)",
            "oracle.blend.blend.impl.FilterOperatorImpl@46dd6619 (documentation: null) (name: lt, literal: lt)"
        ]
    },
    "policy.approvalType":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
        ]
    },
    "template.id":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
        ]
    },
    "ownedBy.id":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
        ]
    },
    "ownedBy.userName":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
        ]
    },
    "ownedBy.name":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
        ]
    },
    "original.id":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
        ]
    },
    "source.id":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@22379eec (documentation: null) (name: eq, literal: eq)"
        ]
    },
    "approvers":{
        "operators":[
            "oracle.blend.blend.impl.FilterOperatorImpl@191a9ec8 (documentation: null) (name: co, literal: co)"
        ]
    },
    "links":[
        {
            "rel":"parent",
            "href":"https://cloud.example.com/sites/management/api/v1/requests",
            "mediaType":"application/json",
            "method":"GET"
        },
        {
            "rel":"self",
            "href":"https://cloud.example.com/sites/management/api/v1/requests/search-form",
            "mediaType":"application/json",
            "method":"GET"
        },
        {
            "rel":"canonical",
            "href":"https://cloud.example.com/sites/management/api/v1/requests/search-form",
            "mediaType":"application/json",
            "method":"GET"
        },
        {
            "rel":"search",
            "href":"https://cloud.example.com/sites/management/api/v1/requests",
            "mediaType":"application/json",
            "method":"GET"
        },
        {
            "rel":"describedBy",
            "href":"https://cloud.example.com/sites/management/api/v1/metadata-catalog",
            "mediaType":"application/json",
            "method":"GET"
        }
    ]
}

400 Response

Bad Request

401 Response

Unauthorized

406 Response

Not Acceptable

416 Response

Range Not Satisfiable

429 Response

Too Many Requests

500 Response

Internal Server Error

501 Response

Not Implemented

502 Response

Bad Gateway

503 Response

Service Unavailable

504 Response

Gateway Timeout
Back to Top