This s a documentation page for our shiny new REST API - you weren't meant to find it. This API isn't ready for public use yet. We're chopping and changing it a LOT as we grow it. So if you build something that uses it then it's very likely to break in a future update. Don't say you weren't warned!
URL: | https://api.kashflow.com/v2/languageresource |
Method(s): | get |
Response Formats: | JSON, XML |
Description: | This method allows you to retrieve language related data for the entire Kashflow application or for its specific sections. |
The following are the sections in Kashflow application:
| Section |
|---|
| Common |
| Quote |
| Overview |
| Notes |
| Customer |
| Invoice |
| Project |
| Role |
| User |
GET Operation
GET of languageresource returns the list of language data of the entire/section of KashFlow according to the URL specified.URL : /languageresource/{sectionname}
{section Name} is the section of the KashFlow application from which language related data needs to be fetched.
Example response for GET of section of language resource
[{"Common":{"ui_add_button_text":"Add Category","ui_cancel_button_text":"Cancel",
"ui_common_addItem":"Add Item"}}]