getApplicationInfo Method

This method allows you to receive information about the application type, its current balance and expiration date. You may find it helpful for keeping the usage records.

Customize the following request URL according to your application processing location:

[GET] https://<PROCESSING_LOCATION_ID>.ocrsdk.com/v2/getApplicationInfo

The application is identified by its authentication information.

By default the call to this method is disabled for all applications. To enable getting the application information using this method:

  • go to https://cloud.ocrsdk.com/ and log in
  • click Settings under your application's name
  • on the next screen, click enable:

Parameters

This method has no parameters.

Status codes and response format

General status codes and response format of the method are described in HTTP Status Codes and Response Formats.

Response format

The result is returned as a JSON response. The JSON response has the following format:

{
    "id":"657448d1-bcd6-434e-9017-706573eaf17e",
    "displayName":"MyApplication"
    "pages":15,
    "fields":75,
    "expires":"2013-04-01T01:13:38",
    "type":"Normal"
}

 

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.