Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove unsupported aliases and immature error code section

...

The names of the parameters to the function will be the names that are used in the GET request query string, so picking good names for your function parameters will ensure that the API represented by your module will be more usable. 

Aliases

The following CloudOS modules have aliases that can be used in place of the <rid> in the URL. 

AliasRID
pdsa169x676
cloudosa169x625
notifya16x161
squaretaga41x178
mythingsa169x667
pdsxa369x202

Error Codes

The following errors will be returned in the JSON response:

CodeMeaning

100

Sharing not on for module 
101Function does not exist
102Module not installed for user
103No ECI defined


Example

Suppose that you had defined the following function:

...