Returns the details of the given image

GET
api/databases/{dbid}/metadata/images/{image}
This request is used for getting metadata images. For example, entity type icons.

Request:

Argument Type Description
dbid GUID  The ID of the database
image String  The name of the image

Response:

Content

Type name Description
Image  Image

Request:
  1. GET api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/metadata/images/task_32
  2. Accept: text/json
  3. Accept-Encoding: deflate
  4. Host: localhost:6496
  5. Cookie: sid=20715d87-29dc-429e-9a86-4b3c60cd8a45
  6. Connection: Keep-Alive
Response:
  1. Transfer-Encoding: chunked
  2. Content-Encoding:
  3. Cache-Control: no-store
  4. Content-Type: image/png
  5. Date: Fri, 21 Dec 2012 15:53:13 GMT
  6. ETag: "634916866010755264"
  7. Last-Modified: Fri, 21 Dec 2012 09:36:41 GMT
  8. Server: Microsoft-HTTPAPI/2.0
  9.  
  10. [Image Binary Data]