GET api/Public/GetCardsDatabaseVersion
Get the current version of the card database. Once you have obtained the current version of the card database, compare it with the one you have stored so as to check if there are updates to the database.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
text/plain
Sample:
sample string 1