app.info
Displays application information. The method supports secure calling convention.
Response Fields
Field | Description |
---|---|
CODE | Specifies the application ID. |
VERSION | Specifies the application version. |
STATUS | The application status. It can be one of the
following values:
|
PAYMENT_EXPIRED | [Y|N]: if Y, the application license or trial period has expired. |
DAY | Specifies the number of days left until the application license or trial period expires. |
After the license expires, the application may remain fully functional for a certain grace period to account for possible delay of payment. Finally, if the license has not been renewed, the application is reverted back to demo mode or cease functioning at all. In that case, the value of PAYMENT_EXPIRED is Y, and the value of DAYS is negative.
Example
Request:
http://my.bitrix24.com/rest/app.info?auth=d161f25928c3184678924ec127edd29a
JSON response:
{"result":{"CODE":"sigurd.app_test","VERSION":2,"STATUS":"F","PAYMENT_EXPIRED":"N","DAYS":null}}
XML response:
<response> <result> <CODE>sigurd.app_test</CODE> <VERSION>2</VERSION> <STATUS>F</STATUS> <PAYMENT_EXPIRED>N</PAYMENT_EXPIRED> <DAYS/> </result> </response>
© «Bitrix24», 2001-2022