REST API call: userData
From Moneytrackin' help
Retrieves the specified user's basic information.
Arguments
No arguments
Example response
<?xml version='1.0' encoding='UTF-8'?>
<result code="done">
<userdata user="username">
<email>user@email.com</email>
<currency>EUR</currency>
<locale>es_ES</locale>
<htmlchar>€</htmlchar>
<dateformat>dd/mm/yyyy</dateformat>
<mainaccountname>Main Account</mainaccountname>
</userdata>
</result>
locale - The user defined locale (for language translation and the date format output) htmlchar - The symbol for the project currency currency - The project currency dateformat - The format for inserting dates. It can be "dd/mm/yyyy" or "mm/dd/yyyy"