Datascope
datascopeDataScope 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 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ónTool to create a new location in DataScope with geographic coordinates. Use when you need to register a physical location with name and code identifiers.
DATASCOPE_CREATE_LOCATIONAcciónTool 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
locationobjectObligatorioLocation data object containing all location details.
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 All Answers V2DATASCOPE_GET_ALL_ANSWERS_V2AcciónTool 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.
DATASCOPE_GET_ALL_ANSWERS_V2AcciónTool 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
endstringEnd 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.
limitintegerNumber of submissions to return. Default is 200. Maximum allowed value is 200.
startstringBeginning of date range for results in ISO 8601 format (e.g., '2024-01-01T00:00:00Z'). Default is last 7 days if not provided.
offsetintegerPagination parameter for additional batches. Default is 0. Use this to retrieve subsequent pages of results.
form_idintegerFilters results to a specific form. If not provided, answers from all forms are returned.
user_idintegerFilters results to responses from one specific user. If not provided, answers from all users are returned.
location_idintegerFilters to answers from a specific location. If not provided, answers from all locations are returned.
date_modifiedbooleanWhen true, returns only modified forms or new submissions. Default is false 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 All Answers With MetadataDATASCOPE_GET_ALL_ANSWERS_WITH_METADATAAcciónTool 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.
DATASCOPE_GET_ALL_ANSWERS_WITH_METADATAAcciónTool 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
endstringEnd of date range (Date format). Max 90-day span. Default is today.
limitintegerNumber of submissions to retrieve. API max is 200, but can be used with offset for pagination to retrieve up to 600 total.
startstringBeginning of date range for results (Date format). Default is last 7 days.
offsetintegerPagination parameter for additional results. Use with limit to paginate through large result sets.
form_idintegerFilters results to specific form by ID.
user_idintegerRetrieves answers from specific user only.
location_idintegerReturns answers from one location.
date_modifiedbooleanSorts by modification date or new only. Default is false.
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 all list elementsDATASCOPE_GET_ALL_LIST_ELEMENTSAcciónTool 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.).
DATASCOPE_GET_ALL_LIST_ELEMENTSAcciónTool 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_typestringObligatorioInternal code to identify the list (e.g., products, locations, etc.). This is required to specify which metadata list to retrieve.
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 All LocationsDATASCOPE_GET_ALL_LOCATIONSAcciónTool to retrieve all locations configured in the DataScope system. Use when you need to access location data including addresses, coordinates, and company associations.
DATASCOPE_GET_ALL_LOCATIONSAcciónTool 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
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 Last TicketsDATASCOPE_GET_LAST_TICKETSAcciónTool to retrieve the last 5 tickets (findings) from the DataScope system. Use when you need to view recent tickets or findings.
DATASCOPE_GET_LAST_TICKETSAcciónTool 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
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 List ElementDATASCOPE_GET_LIST_ELEMENTAcciónTool 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.
DATASCOPE_GET_LIST_ELEMENTAcciónTool 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_idintegerObligatorioInternal identifier of the element of the list
metadata_typestringObligatorioInternal code to identify the list (e.g., 'products', 'locations', etc.)
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 Ticket TypesDATASCOPE_GET_TICKET_TYPESAcciónTool to retrieve available ticket types (findings types) from the DataScope system. Use when you need to access the list of ticket type configurations.
DATASCOPE_GET_TICKET_TYPESAcciónTool 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
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
List Last Generated FilesDATASCOPE_LIST_LAST_GENERATED_FILESAcciónTool 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.
DATASCOPE_LIST_LAST_GENERATED_FILESAcciónTool 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
endstringConclusion 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.
startstringBeginning 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
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