class Vidispine::API::Client::Requests::Search

Constants

HTTP_METHOD
HTTP_PATH
PARAMETERS

Public Instance Methods

body() click to toggle source

{

"field": [
  {
    "name": "portal_mf48881",
    "value": [
      {
        "value": "something"
      }
    ]
  }
]

}

# File lib/vidispine/api/client/requests/search.rb, line 45
def body
  @body ||= arguments[:ItemSearchDocument]
end
body_as_xml() click to toggle source
# File lib/vidispine/api/client/requests/search.rb, line 49
    def body_as_xml
      <<-XML
<ItemSearchDocument xmlns="http://xml.vidispine.com/schema/vidispine">
</ItemDocument>
      XML
    end