Metadata Filters
While querying the resources under the _Meta resource, the result set can be filtered based on the selected subset of fields which are defined in various input object types.
ModuleFilter
Filters the result set of Modules type based on the below fields.
- exclude_subform: Boolean
- api_name: String
- api_names: List of Strings, if provided, empty list of api_names is not allowed
input ModuleFilter
Copied
Example
Copied
UserFilter
Filters the result set of Users type based on the below fields.
- USERTYPE: Enum, pass a valid value : AllUsers, ActiveUsers, DeactiveUsers, ConfirmedUsers, NotConfirmedUsers, DeletedUsers, ActiveConfirmedUsers, AdminUsers, ActiveConfirmedAdmins, CurrentUser, DeveloperUsers, ParentRoleUsers, ChildRoleUsers, SubordinateRoleUsers, AllActiveUsers, ConfirmedReportingUsers, ActiveAndDeactive, ActiveLiteUser.
- include_lite_user: Boolean
input UserFilter
Copied
Example
Copied
input ModuleFieldFilter
Copied
Example
Copied
KanbanView Filter
Filters the result set of KanbanView based on the below fields.
- module_api_name: String Mandatory
input FieldFilter
Copied
Example
Copied
UserPropertyFilter
Filters the result set of UserProperty type based on the below fields.
- user_id: Long
- current_user: Boolean
input UserPropertyFilter
Copied
Example
Copied
PermissionsFilter
Filters the result set of ProfilePermissions type based on the below field.
- profile_id: Long, Mandatory
input PermissionFilter
Copied
Example
Copied
ProfileFilter
Filters the result set of Profiles type based on the below fields.
- api_name: String
- api_names: List of Strings, if provided, empty list of api_names is not allowed
input ProfileFilter
Copied
Example
Copied
RoleFilter
Filters the result set of Roles type based on the below fields.
- api_name: String
- api_names: List of Strings, if provided, empty list of api_names is not allowed
Copied
Example
Copied
WidgetFilter
Filters the result set of Widgets type based on the below fields.
- api_name: String
- api_names: List of Strings, if provided, empty list of api_names is not allowed
input WidgetFilter
Copied
Example
Copied
LayoutFilter
Filters the result set of Layouts type based on the below fields.
- layout_id: Long
- api_name: String
- api_names: List of Strings, if provided, empty list of api_names is not allowed
input LayoutFilter
Copied
Example
Copied
Show full
Show less
CustomViewFilter
Filters the result set of CustomViews type based on the below fields.
- custom_view_id: Long
- api_name: String
- api_names: List of Strings, if provided, empty list of api_names is not allowed
input CustomViewFilter
Copied
Example
Copied
Show full
Show less
ModuleProfileFilter
Filters the result set of ProfileModuleProperties type based on the below fields.
- profile_ids: Long
input ModuleProfileFilter
Copied
Example
Copied
Show full
Show less
LayoutModeFilter
Filters the result set of LayoutMode type based on the below fields.
- type : enum LayoutMode
input LayoutModeFilter
Copied
Example
Copied
Show full
Show less
ProfileFieldPermissionFilter
Filters the result set of ProfileFieldProperties type based on the below fields.
- profile_id : List of profile_ids , if provided, empty list of profile_ids is not allowed.
input ProfileFieldPermissionFilter
Copied
Example
Copied
Show full
Show less
SectionFilter
Filters the result set of Sections type based on the below field.
- section_id : Long
input SectionFilter
Copied
Example
Copied
Show full
Show less
ViewableModuleFilter
Filters the result set of viewable_modules that is of type Modules inside UserProperties type based on the below field.
- exclude_subform : Boolean
input ViewableModuleFilter
Copied
Example
Copied
Show full
Show less