DATE:
AUTHOR:
The SafetyChain Team
Spotlight Announcement Integrations & Extensibility Platform

Introducing SafetyChain's Record Data Extract APIs v2.0

DATE:
AUTHOR: The SafetyChain Team

Exciting news is on the horizon for SafetyChain users as we unveil the much-anticipated version 2.0 of our Record Data Extract APIs. This update brings forth a host of enhancements aimed at streamlining your data integration processes and empowering you with greater control and efficiency. Let's take a closer look at some of the key features that define this transformative release:

  1. Self-Service Authentication with Role-Based Access Control: With version 2.0, we're introducing self-service authentication coupled with role-based access control. This means that users now have the power to provision access to the APIs based on predefined roles, ensuring secure and granular control over who can access what data.

  1. Enhanced POST Method for Comprehensive Data Queries: Our revamped POST method now allows for querying all data types, including records, resources, verifications, and more, in a single request. This not only improves security by minimizing the exposure of sensitive data in query parameters but also simplifies the querying process, leading to a more streamlined and efficient integration experience.

{
  "Filters": {
    "DateFilters": {
      "DateType": "Modified",
      "TimeZoneOffset": 0,
      "Start": "2024-01-01 00:00:00",
      "End": "2024-02-01 00:00:00"
    }
  },
  "RequestIdentifier": "Test",
  "Paging": {
    "Page": 1,
    "PageRows": 100
  }
}
  1. Simplified Query Structure with Enhanced Error Handling: Version 2.0 introduces a simplified query structure, making it easier than ever to construct queries and retrieve the data you need. Additionally, we've enhanced our error handling mechanisms to provide more informative and actionable error responses, helping you troubleshoot and resolve integration issues with ease.

{
  "data": [],
  "status": {
    "requestId": "2478c92d-5182-4196-a1b8-5f199806b8d5",
    "responseStatus": "Error",
    "recordCount": 0,
    "comments": "Cannot use both MinAgo and Start"
  }
}
  1. Performance Enhancements for Scalability: We understand that scalability is crucial, especially when dealing with large datasets. That's why version 2.0 includes performance improvements optimized to handle larger queries more efficiently, ensuring that you can seamlessly scale your data integration efforts as your business grows.

For a detailed exploration of these features and more, we invite you to visit the SafetyChain developer hub, where you'll find an updated API reference complete with OpenAPI specs. Our comprehensive documentation and resources are designed to empower you to make the most of our APIs and accelerate your integration projects with confidence.

Powered by LaunchNotes