21risk
_21risk21RISK is a web application that simplifies working with checklists, audits, and actions, facilitating compliance and risk management processes.
Acciones disponibles (9)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Compliance_21RISK_GET_COMPLIANCEAcciónTool to retrieve compliance data for sites, categories, or questions. use when you need odata-based compliance data for analytics or reporting.
_21RISK_GET_COMPLIANCEAcciónTool to retrieve compliance data for sites, categories, or questions. use when you need odata-based compliance data for analytics or reporting.
Parámetros de entrada
$topintegerMaximum number of records to return (minimum 1).
$skipintegerNumber of records to skip for paging (minimum 0).
$countbooleanWhether to include a total count of matching records.
$expandstringComma-separated list of related entities to expand.
$filterstringOData filter expression to narrow results (e.g., 'Rank gt 5').
$selectstringComma-separated list of properties to include in the response (e.g., 'Name,Rank').
$orderbystringOData orderby clause to sort results (e.g., 'Rank desc').
$skiptokenstringServer-driven pagination token from previous response.
_maxPageSizeInMbintegerMax size in MB for each request, between 1 and 450 (default is 50).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Items (BETA)_21RISK_GET_ITEMSAcciónTool to retrieve items (beta) from the 21risk odata api. use when you need a filtered and paged list of items for analytics and reporting. example: get items($filter="item cost gt 100", $top=50).
_21RISK_GET_ITEMSAcciónTool to retrieve items (beta) from the 21risk odata api. use when you need a filtered and paged list of items for analytics and reporting. example: get items($filter="item cost gt 100", $top=50).
Parámetros de entrada
$topintegerMaximum number of items to return (>=1).
$skipintegerNumber of items to skip (offset) for pagination.
$expandstringNavigation properties to expand.
$filterstringOData $filter expression, e.g., 'Item Cost gt 100'.
$selectstringComma-separated list of properties to include in the response, e.g., 'Item Cost,Item Date'.
$orderbystringComma-separated ordering of properties, e.g., 'Item Date desc'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Items Per Month_21RISK_GET_ITEMS_PER_MONTHAcciónTool to retrieve fact table data for itemspermonth, one row per question per site per month. use when querying monthly item data with odata parameters ($filter, $top, $skip, $select, maxpagesizeinmb).
_21RISK_GET_ITEMS_PER_MONTHAcciónTool to retrieve fact table data for itemspermonth, one row per question per site per month. use when querying monthly item data with odata parameters ($filter, $top, $skip, $select, maxpagesizeinmb).
Parámetros de entrada
$topintegerMaximum number of records to return
$skipintegerNumber of records to skip for pagination
$filterstringOData filter expression, e.g. siteId eq '123' and year eq 2023
$selectstringComma-separated list of properties to include, e.g. 'siteId,questionId,month,year'
maxPageSizeInMbintegerMaximum payload size per request in MB (1–450)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Organizations_21RISK_GET_ORGANIZATIONSAcciónTool to retrieve organizations from the 21risk odata api. use when you need to list, filter, or paginate organizations via odata parameters after authentication is confirmed.
_21RISK_GET_ORGANIZATIONSAcciónTool to retrieve organizations from the 21risk odata api. use when you need to list, filter, or paginate organizations via odata parameters after authentication is confirmed.
Parámetros de entrada
$topintegerMaximum number of organizations to return (>=1).
$skipintegerNumber of organizations to skip (offset) for pagination.
$filterstringOData $filter expression to filter organizations, e.g., 'Status eq 1'.
$orderbystringOData $orderby expression to sort results, e.g., 'Name desc'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Properties_21RISK_GET_PROPERTIESAcciónTool to fetch a list of properties related to sites, including cope information and other relevant data. use when you need property insurance details via odata api after authentication.
_21RISK_GET_PROPERTIESAcciónTool to fetch a list of properties related to sites, including cope information and other relevant data. use when you need property insurance details via odata api after authentication.
Parámetros de entrada
$topintegerMaximum number of records to return (>=1).
$skipintegerNumber of records to skip for pagination (>=0).
$filterstringOData $filter expression to filter properties, e.g., 'Site Status eq 'Active''.
$selectstringComma-separated list of fields to include, e.g., 'Site Name,Site Address'.
$orderbystringComma-separated list of fields to order by, e.g., 'Site Name desc'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Reports_21RISK_GET_REPORTSAcciónTool to retrieve audit reports, including draft, published, and scheduled reports. use when you need a paginated list of reports with optional odata filtering.
_21RISK_GET_REPORTSAcciónTool to retrieve audit reports, including draft, published, and scheduled reports. use when you need a paginated list of reports with optional odata filtering.
Parámetros de entrada
$topintegerNumber of items to include in the result (>=1).
$filterstringOData filter to narrow results (e.g., `Report Status eq 'published'`).
$skiptokenstringOpaque token for server-driven pagination from previous responses.
maxPageSizeInMbnumberMaximum payload size in MB for each request (1-450). Defaults to 50 if not provided.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get RiskModel Categories_21RISK_GET_RISKMODEL_CATEGORIESAcciónTool to retrieve risk model categories for grouping questions and compliance checks. use when you need to filter, select, or paginate risk model categories via odata parameters ($filter, $select, $orderby, $top, $skip, $count).
_21RISK_GET_RISKMODEL_CATEGORIESAcciónTool to retrieve risk model categories for grouping questions and compliance checks. use when you need to filter, select, or paginate risk model categories via odata parameters ($filter, $select, $orderby, $top, $skip, $count).
Parámetros de entrada
$topintegerMaximum number of records to return (minimum 1)
$skipintegerNumber of records to skip for pagination (minimum 0)
$countbooleanWhether to include a total count of matching records in the response
$expandstringComma-separated list of related entities to expand
$filterstringOData filter expression to narrow results, e.g., _KeyModelId eq 'model123'
$selectstringComma-separated list of properties to include in the response, e.g., 'Category Name,Category Level'
$orderbystringOData orderby clause to sort results, e.g., 'Category Level Sort Order desc'
$skiptokenstringServer-driven pagination token from previous response
maxPageSizeInMbintegerMaximum payload size per request in MB (1–450)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Risk Models_21RISK_GET_RISK_MODELSAcciónTool to retrieve risk models used for audits and compliance. use when you need to list available risk models with optional odata queries.
_21RISK_GET_RISK_MODELSAcciónTool to retrieve risk models used for audits and compliance. use when you need to list available risk models with optional odata queries.
Parámetros de entrada
$topintegerMaximum number of risk models to return (>=1).
$skipintegerNumber of risk models to skip (offset) for pagination, default is 0.
$countbooleanInclude total count of matching records when set to true.
$expandstringOData $expand expression to include related entities inline.
$filterstringOData $filter expression to filter risk models, e.g., `Name eq 'Operational Risk'`.
$selectstringOData $select expression to limit fields returned, e.g., `Name,Description`.
$orderbystringOData $orderby expression to sort results, e.g., `CreatedDate desc`.
$skiptokenstringOpaque token for server-driven pagination from previous responses.
maxPageSizeInMbnumberMaximum payload size in MB for each request (1-450). Defaults to service default if not set.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Sites_21RISK_GET_SITESAcciónTool to retrieve sites (locations) from the 21risk odata api. use when you need to list, filter, or page sites with odata query parameters after authentication is confirmed.
_21RISK_GET_SITESAcciónTool to retrieve sites (locations) from the 21risk odata api. use when you need to list, filter, or page sites with odata query parameters after authentication is confirmed.
Parámetros de entrada
$topintegerMaximum number of sites to return (>=1).
$skipintegerNumber of sites to skip (offset) for pagination.
$countbooleanInclude count of all matching records (true/false).
$expandstringNavigation properties to expand in the response.
$filterstringOData $filter expression to filter sites, e.g., 'Site Country eq 'USA''.
$searchstringSearch expression to match text properties.
$selectstringComma-separated list of properties to include in the response, e.g., 'Site Name,Site Address'.
$orderbystringComma-separated ordering of properties, e.g., 'Site Name desc'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not