Skip to main content

Web Service Method: Request Available Images in a Search Space

Abstract

Web Service Method: Request Available Images in a Search Space

Description

This method queries available images and returns search results in JSON, or supported image formats.

URL: /GraphSearch/api/search/image

Request

Supported Methods

GET

Content-Type

application/x-www-form-urlencoded

HTTP Parameters

Parameter

Type

Required

Description

avatarId

String

false

Avatar id of image

avatarType

String

false

Avatar type of image

height

Integer

false

Rescale image to this width

searchSpaceId

String

false

SearchSpace Identifier

url

String

false

URL of image

width

Integer

false

Rescale image to this height

Response

Content-Type: application/json, image/gif, image/jpeg, image/png

Response Attributes

Attribute

Type

Required

EMPTY

HttpEntity

false

body

Object

false

headers

Map of HttpHeaders

false

status

Object

false

Example Response
{
  "headers" : { },
  "body" : { },
  "EMPTY" : {
    "headers" : { },
    "body" : { },
    "EMPTY" : {
      "headers" : { },
      "body" : null,
      "EMPTY" : null
    }
  },
  "status" : { }
}