You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Included with the package are various Entrata-specific prepared data frames and lists that aid in validation and referential lookups, etc. throughout the Entrata logic of the Package.
entrata_endpoints: Vector of available endpoints
entrata_endpoint_methods: Named, nested list containing endpoints and their available methods
important_entrata_endpoint_methods: Filtered to only include "important" (used) endpoints
entrata_endpoint_method_parameters: Named, nested list containing endpoints, methods, and the method parameters metadata (type, required, multiple, description)
from these lists, the following tables are generated:
entrata_endpoint_method_parameters_tbl:
entata_endpoint_methods_tbl:
/report endpoint specific metadata:
entrata_report_names:
entrata_report_info:
entrata_report_versions:
entrata_report_filter_parameters:
entrata_report_default_filter_parameters:
/properties endpoint related data:
entrata_properties:
entrata_property_map_data:
also derived are:
entrata_default_req_body
entrata_default_resp_body
The text was updated successfully, but these errors were encountered:
Included with the package are various Entrata-specific prepared data frames and lists that aid in validation and referential lookups, etc. throughout the Entrata logic of the Package.
entrata_endpoints
: Vector of available endpointsentrata_endpoint_methods
: Named, nested list containing endpoints and their available methodsimportant_entrata_endpoint_methods
: Filtered to only include "important" (used) endpointsentrata_endpoint_method_parameters
: Named, nested list containing endpoints, methods, and the method parameters metadata (type
,required
,multiple
,description
)from these lists, the following tables are generated:
entrata_endpoint_method_parameters_tbl
:entata_endpoint_methods_tbl
:/report
endpoint specific metadata:entrata_report_names
:entrata_report_info
:entrata_report_versions
:entrata_report_filter_parameters
:entrata_report_default_filter_parameters
:/properties
endpoint related data:entrata_properties
:entrata_property_map_data
:also derived are:
entrata_default_req_body
entrata_default_resp_body
The text was updated successfully, but these errors were encountered: