Report Fields

The Report Fields resource returns report fields available for specified reports. Use the resource to determine the best fields for use in dashboard filters by seeing which fields different source reports have in common. Available in API version 40.0 and later.

JSON

MethodDescription
POSTIf the request body is empty, returns a list of all possible report fields. Otherwise, returns a list of fields that specified reports share.
PropertyTypeDescription
intersectWithArray of Report IDsAn array of unique report IDs.
PropertyTypeDescription
displayGroupsArray of FieldsFields available when adding a filter.
equivalentFieldsArray of FieldsFields available for each specified report. Each object in this array is a list of common fields categorized by report type.
equivalentFieldIndicesMap of FieldsMap of each field’s API name to the index of the field in the equivalentFields array.
mergedGroupsArray of FieldsMerged fields.