Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The [ {fields to fetch} ] code in the modulefields parameter defines which fields are to be read. The fields that you want to retrieve must be enclosed in brackets []. Each module that you want to retrieve must be enclosed within braces {}. You can retrieve more than one module by inserting a comma between each module specified.

...


This Table describes the flags to set when defining which fields to fetch from each module.

Code Segment

Description

\"module\":\ "MODULEID\"

Specifies the module ID from which to read data. For example, if you are reading from Activities (MODULEID 7), then specify the following:

\"module\":\"7\"

If you do not want to read any fields from the module, for example, if you require the uid (row id), then do not set any other options.

, \"fields\":\ "MEFIELDNAME\"

Specifies the fields from which to read data. To read more than one field, separate each field with a comma (,). You must use the MEFIELDNAME.

, \"fields\":\
"count(star)( * )\"

Counts the modules that have data inserted into them.