Returns blob data of the given entity

GET
api/databases/{dbid}/entities/{entity}/{id}/data/{property}
This request is used for getting BLOB data.
The data returns 'as is', for example, if you request BLOB data of Image type, then content will include image data and 'Content-Type' (ex.: 'image/png')

Request:

Argument Type Description
dbid GUID  The ID of the database
entity String  The name of the entity
id GUID  The ID of the entity
property String  The name of the entity property

Response:

Content

Type name Description
Object 

Request:
  1. GET api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/aa58df7b-af54-4eb1-bc08-6681836c4cf8/data/Note
  2. Accept: text/json
  3. Accept-Encoding: deflate
  4. Host: localhost:6496
  5. Cookie: sid=41f1cc3d-2701-4185-8d3c-8dcd60be24dc
  6. Connection: Keep-Alive
Response:
  1. Transfer-Encoding: chunked
  2. Content-Encoding:
  3. Cache-Control: no-store
  4. Content-Type: application/octet-stream
  5. Date: Wed, 26 Dec 2012 14:29:29 GMT
  6. Last-Modified: Wed, 26 Dec 2012 12:10:49 GMT
  7. Server: Microsoft-HTTPAPI/2.0
  8.  
  9. Overview
  10. CentriQS prebuilt and customizable solutions offer advanced features to fit your business needs. However, there may be some specific requirements that are not supported by existing functionality. In this case, you can use CentriQS application program interface to implement necessary capabilities, provided you have a basic knowledge in software development and Web services.
  11.  
  12. We recommend you to get started by following the steps below:
  13.  
  14. Learn more about CentriQS Application Server, Databases Components and Simple Web Server
  15. Use Sample Application and API Reference
  16. Request Support or Leave Feedback