Guide du développeur API
Comment pouvons-nous vous aider ?
Recherche sur tout le site

Other GET parameters

There are several other useful parameters that you can apply to your HTTP GET request to change the content of the response:

Parameter NameDescription
subtablesSpecifying subtables=0 tells Ragic API to not include subtable information in the response.
listingSpecifying listing=true tells Ragic API to include only all independent fields in the sheet and exclude Subtable fields.
reverseSpecifying reverse=true tells Ragic API to reverse the default ordering of the listing page response.
infoAdding the info=true parameter will add "Create Date", "Create User" information to the response
conversationAdding the conversation=true parameter will add the email conversation information related to this record to the response
approvalAdding the approval=true parameter will add the approval information related to this record to the response
commentAdding the comment=true parameter will add the comment thread related to this record to the response
bbcodeAdding 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

}

ignoreMaskWhen 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.
ignoreFixedFilterWhen 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.

Haut de page Table des matières

Start Ragic for Free

Sign up with Google