There are several other useful parameters that you can apply to your HTTP GET request to change the content of the response:
Parameter Name | Description |
---|---|
subtables | Specifying subtables=0 tells Ragic API to not include subtable information in the response. |
listing | Specifying listing=true tells Ragic API to only include fields in the Listing Page. |
reverse | Specifying reverse=true tells Ragic API to reverse the default ordering of the listing page response. |
info | Adding the info=true parameter will add "Create Date", "Create User" information to the response |
conversation | Adding the conversation=true parameter will add the email conversation information related to this record to the response |
approval | Adding the approval=true parameter will add the approval information related to this record to the response |
comment | Adding the comment=true parameter will add the comment thread related to this record to the response |
bbcode | Adding the bbcode=true parameter will retrieve the raw BBCode value saved to the field instead of being translated to HTML |
history |
Adding the history=true parameter will add the edit history related to this record to the response. Edit Histories are in the form of JSON, which contains information about the time, type, sheet, user, detail. { "Time": "" // utc timestamp, "Type": "" // type of edit, "Sheet": "" // sheet the record belongs to, "User": "" // the user who made the edit, "Detail": "" // edit details } |
ignoreMask | When ignoreMask=true is given, the field value of "Masked text" will be unmasked if you are in the viewable groups. Click here for more information about "Masked text" field. |
ignoreFixedFilter | When ignoreFixedFilter=true is given, the fixed filter on this sheet will be ignored. But note that this will only work when the API call API key user has the SYSAdmin privilege. |