NAiOS IconNAiOS Logo
Volver al catálogo

21risk

_21risk

21RISK is a web application that simplifies working with checklists, audits, and actions, facilitating compliance and risk management processes.

Acciones
9
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • $topinteger

    Maximum number of records to return (minimum 1).

  • $skipinteger

    Number of records to skip for paging (minimum 0).

  • $countboolean

    Whether to include a total count of matching records.

  • $expandstring

    Comma-separated list of related entities to expand.

  • $filterstring

    OData filter expression to narrow results (e.g., 'Rank gt 5').

  • $selectstring

    Comma-separated list of properties to include in the response (e.g., 'Name,Rank').

  • $orderbystring

    OData orderby clause to sort results (e.g., 'Rank desc').

  • $skiptokenstring

    Server-driven pagination token from previous response.

  • _maxPageSizeInMbinteger

    Max size in MB for each request, between 1 and 450 (default is 50).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Items (BETA)_21RISK_GET_ITEMSAcción

Tool 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

  • $topinteger

    Maximum number of items to return (>=1).

  • $skipinteger

    Number of items to skip (offset) for pagination.

  • $expandstring

    Navigation properties to expand.

  • $filterstring

    OData $filter expression, e.g., 'Item Cost gt 100'.

  • $selectstring

    Comma-separated list of properties to include in the response, e.g., 'Item Cost,Item Date'.

  • $orderbystring

    Comma-separated ordering of properties, e.g., 'Item Date desc'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Items Per Month_21RISK_GET_ITEMS_PER_MONTHAcción

Tool 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

  • $topinteger

    Maximum number of records to return

  • $skipinteger

    Number of records to skip for pagination

  • $filterstring

    OData filter expression, e.g. siteId eq '123' and year eq 2023

  • $selectstring

    Comma-separated list of properties to include, e.g. 'siteId,questionId,month,year'

  • maxPageSizeInMbinteger

    Maximum payload size per request in MB (1–450)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Organizations_21RISK_GET_ORGANIZATIONSAcción

Tool 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

  • $topinteger

    Maximum number of organizations to return (>=1).

  • $skipinteger

    Number of organizations to skip (offset) for pagination.

  • $filterstring

    OData $filter expression to filter organizations, e.g., 'Status eq 1'.

  • $orderbystring

    OData $orderby expression to sort results, e.g., 'Name desc'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Properties_21RISK_GET_PROPERTIESAcción

Tool 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

  • $topinteger

    Maximum number of records to return (>=1).

  • $skipinteger

    Number of records to skip for pagination (>=0).

  • $filterstring

    OData $filter expression to filter properties, e.g., 'Site Status eq 'Active''.

  • $selectstring

    Comma-separated list of fields to include, e.g., 'Site Name,Site Address'.

  • $orderbystring

    Comma-separated list of fields to order by, e.g., 'Site Name desc'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Reports_21RISK_GET_REPORTSAcción

Tool 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

  • $topinteger

    Number of items to include in the result (>=1).

  • $filterstring

    OData filter to narrow results (e.g., `Report Status eq 'published'`).

  • $skiptokenstring

    Opaque token for server-driven pagination from previous responses.

  • maxPageSizeInMbnumber

    Maximum payload size in MB for each request (1-450). Defaults to 50 if not provided.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get RiskModel Categories_21RISK_GET_RISKMODEL_CATEGORIESAcción

Tool 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

  • $topinteger

    Maximum number of records to return (minimum 1)

  • $skipinteger

    Number of records to skip for pagination (minimum 0)

  • $countboolean

    Whether to include a total count of matching records in the response

  • $expandstring

    Comma-separated list of related entities to expand

  • $filterstring

    OData filter expression to narrow results, e.g., _KeyModelId eq 'model123'

  • $selectstring

    Comma-separated list of properties to include in the response, e.g., 'Category Name,Category Level'

  • $orderbystring

    OData orderby clause to sort results, e.g., 'Category Level Sort Order desc'

  • $skiptokenstring

    Server-driven pagination token from previous response

  • maxPageSizeInMbinteger

    Maximum payload size per request in MB (1–450)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Risk Models_21RISK_GET_RISK_MODELSAcción

Tool 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

  • $topinteger

    Maximum number of risk models to return (>=1).

  • $skipinteger

    Number of risk models to skip (offset) for pagination, default is 0.

  • $countboolean

    Include total count of matching records when set to true.

  • $expandstring

    OData $expand expression to include related entities inline.

  • $filterstring

    OData $filter expression to filter risk models, e.g., `Name eq 'Operational Risk'`.

  • $selectstring

    OData $select expression to limit fields returned, e.g., `Name,Description`.

  • $orderbystring

    OData $orderby expression to sort results, e.g., `CreatedDate desc`.

  • $skiptokenstring

    Opaque token for server-driven pagination from previous responses.

  • maxPageSizeInMbnumber

    Maximum payload size in MB for each request (1-450). Defaults to service default if not set.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Sites_21RISK_GET_SITESAcción

Tool 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

  • $topinteger

    Maximum number of sites to return (>=1).

  • $skipinteger

    Number of sites to skip (offset) for pagination.

  • $countboolean

    Include count of all matching records (true/false).

  • $expandstring

    Navigation properties to expand in the response.

  • $filterstring

    OData $filter expression to filter sites, e.g., 'Site Country eq 'USA''.

  • $searchstring

    Search expression to match text properties.

  • $selectstring

    Comma-separated list of properties to include in the response, e.g., 'Site Name,Site Address'.

  • $orderbystring

    Comma-separated ordering of properties, e.g., 'Site Name desc'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not