Record Options
Record options can add additional information to the getRecords or getRecordFields APIs. This information might be needed in some use cases, but can slow the response time, and so should be avoided if the information is not required.
Parameter | Description |
---|---|
LastModified | Adds the Last Modified Date and Modified UserName. This time to process. |
LastVerified | Add the Last Details or the Last Verification, including Type, Date and UserName |
AddFieldCount | Add the Field Count to RecordSummary, RecordFields. This and Slow system down if the number of Fields is large >5000 |
Field Options
Field Options apply the getRecordFields API and allows you to include additional field level meta data that might be relevant to your needs. See the getRecordFields description for more details.
The “Fieldlist” can limit the results to fields whose SHORTNAME is listed in a comma delimited list.
Note:
Fieldlist does not work for short names that include a comma.
Parameter | Description |
---|---|
FieldRecordDetails | Includes additional record level details for every filed row, including formname, ResourceName, etc. Increases the file sizes. |
FieldDetails | Includes additional field level details including comments, Resolution Status |
FieldSpecs | Include additional fields for Min, Max, and Target Spec values |
FieldValueTypes | Includes additional fields formatted for different data types, including ValueNum, ValueDate, ValueText. |
FieldList | Comma Delimited List of FieldShortName to be returned. Note: When applied to getRecords or getRecordSummary this will limit the results to only records that have those fields. |