api
/api/account/create_custom
June 18, 2008 5:38 PM
This creates a custom data set. You will be able to then populate it with data using the api or via trendrr.com.

authentication is required

params:
return This value specifies how you would like the response sent back (either a success message or an error message).

Possible Values:
  • xml (Default) an xml feed
  • json returns the feed in JSON format
title (required) The title of this Data Set. Will be displayed as the title of the graph.
legend_text (required) Displayed in legend of the graph
whitelist_ips comma delimited list of ip addresses that will be allowed to add data to the data set.
invert_values set this to true if lower values should appear above higher values. This is useful for Data Sets dealing with rank: i.e. number 1 is a higher rank then number 2.

Possible Values:
  • true
  • false (Default)
tags (required) Each graph requires at least one tag. This should be a url encoded string where each tag is separated by a space.