NAiOS IconNAiOS Logo
Volver al catálogo

Datascope

datascope

DataScope is the ideal tool to get rid of paperwork, save time and collect data efficiently from the field. The platform allows your team to answer personalized mobile forms (even offline), from their phones or tablets.

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.

Create LocationDATASCOPE_CREATE_LOCATIONAcción

Tool to create a new location in DataScope with geographic coordinates. Use when you need to register a physical location with name and code identifiers.

Parámetros de entrada

  • locationobjectObligatorio

    Location data object containing all location details.

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 All Answers V2DATASCOPE_GET_ALL_ANSWERS_V2Acción

Tool to retrieve last answers from Datascope forms (limit 200 per request). Use when you need to fetch form submissions with optional filtering by form, user, date range, or location. Supports pagination via offset parameter for retrieving additional batches.

Parámetros de entrada

  • endstring

    End of date range for results in ISO 8601 format (e.g., '2024-12-31T23:59:59Z'). Default is today if not provided. Maximum 90-day span between start and end dates.

  • limitinteger

    Number of submissions to return. Default is 200. Maximum allowed value is 200.

  • startstring

    Beginning of date range for results in ISO 8601 format (e.g., '2024-01-01T00:00:00Z'). Default is last 7 days if not provided.

  • offsetinteger

    Pagination parameter for additional batches. Default is 0. Use this to retrieve subsequent pages of results.

  • form_idinteger

    Filters results to a specific form. If not provided, answers from all forms are returned.

  • user_idinteger

    Filters results to responses from one specific user. If not provided, answers from all users are returned.

  • location_idinteger

    Filters to answers from a specific location. If not provided, answers from all locations are returned.

  • date_modifiedboolean

    When true, returns only modified forms or new submissions. Default is false 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 All Answers With MetadataDATASCOPE_GET_ALL_ANSWERS_WITH_METADATAAcción

Tool to retrieve all answers with metadata from the DataScope platform. Returns up to 600 form answers with form metadata, user information, timestamps, and GPS coordinates. Use when you need to fetch submission data with filtering options by form, user, date range, or location.

Parámetros de entrada

  • endstring

    End of date range (Date format). Max 90-day span. Default is today.

  • limitinteger

    Number of submissions to retrieve. API max is 200, but can be used with offset for pagination to retrieve up to 600 total.

  • startstring

    Beginning of date range for results (Date format). Default is last 7 days.

  • offsetinteger

    Pagination parameter for additional results. Use with limit to paginate through large result sets.

  • form_idinteger

    Filters results to specific form by ID.

  • user_idinteger

    Retrieves answers from specific user only.

  • location_idinteger

    Returns answers from one location.

  • date_modifiedboolean

    Sorts by modification date or new only. Default is false.

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 all list elementsDATASCOPE_GET_ALL_LIST_ELEMENTSAcción

Tool to retrieve all items from a specific metadata list in Datascope. Use when you need to fetch all elements belonging to a particular list type (products, locations, customers, etc.).

Parámetros de entrada

  • metadata_typestringObligatorio

    Internal code to identify the list (e.g., products, locations, etc.). This is required to specify which metadata list to retrieve.

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

Tool to retrieve all locations configured in the DataScope system. Use when you need to access location data including addresses, coordinates, and company associations.

Parámetros de entrada

Sin parámetros.

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

Tool to retrieve the last 5 tickets (findings) from the DataScope system. Use when you need to view recent tickets or findings.

Parámetros de entrada

Sin parámetros.

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

Tool to retrieve a specific element from a metadata list by type and ID. Use when you need to fetch detailed information about a specific list element such as locations, products, or other metadata objects.

Parámetros de entrada

  • metadata_idintegerObligatorio

    Internal identifier of the element of the list

  • metadata_typestringObligatorio

    Internal code to identify the list (e.g., 'products', 'locations', etc.)

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

Tool to retrieve available ticket types (findings types) from the DataScope system. Use when you need to access the list of ticket type configurations.

Parámetros de entrada

Sin parámetros.

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

List Last Generated FilesDATASCOPE_LIST_LAST_GENERATED_FILESAcción

Tool to retrieve all generated files (PDFs, Excel) from a specific date range. Use when you need to access recently generated files within the last 90 days. Date format is MM/DD/YYYY.

Parámetros de entrada

  • endstring

    Conclusion of the date range for file retrieval. Format: DD/MM/YYYY (e.g., '19/12/2019' for December 19, 2019). Defaults to today if not provided. Maximum date range is 90 days.

  • startstring

    Beginning of the date range for file retrieval. Format: DD/MM/YYYY (e.g., '10/12/2019' for December 10, 2019). Defaults to last 7 days 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