Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.54 KB

File metadata and controls

60 lines (40 loc) · 1.54 KB

Id4iApi.ImagesApi

All URIs are relative to https://backend.id4i.de

Method HTTP request Description
resolveImageUsingGET GET /api/v1/public/image/{imageID} Resolve image

resolveImageUsingGET

'Blob' resolveImageUsingGET(imageID)

Resolve image

Example

var Id4iApi = require('id4i_api');
var defaultClient = Id4iApi.ApiClient.instance;

// Configure API key authorization: Authorization
var Authorization = defaultClient.authentications['Authorization'];
Authorization.apiKey = 'YOUR API KEY';
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Authorization.apiKeyPrefix = 'Token';

var apiInstance = new Id4iApi.ImagesApi();

var imageID = "imageID_example"; // String | The id of the image to be resolved.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
apiInstance.resolveImageUsingGET(imageID, callback);

Parameters

Name Type Description Notes
imageID String The id of the image to be resolved.

Return type

'Blob'

Authorization

Authorization

HTTP request headers

  • Content-Type: application/xml, application/json
  • Accept: application/xml, application/json