JSON Modulefields Parameter
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.
For example:
[{fields from module1},{fields from module2},{fields from module3}]
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: |
, \"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\":\ | Counts the modules that have data inserted into them. |