Help Content

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/helpcontent

Method(s):

get

Response Formats:

JSON, XML

Description:

This method allows you to retrieve help texts e.g. text substitutions.

Parameters

NameTypeDescription
IdNumericUnique id of help content
TitleStringHelp text title
TextStringHelp text content

GET Operation


Returns the help text according to the {helpcontentId} specified in URL.

URL : /helpcontent/{helpcontentId}

{helpcontentid} in the URL would be replaced with the unique id of content.

Example response of GET of help content


{
    "Id": 78,
    "Text": "Sample text", 
    "Title": "Text Substitutions" 
}

See how IRIS KashFlow works with your business and your books