Picture
  • Home
  • APIs
  • Products
  • Documentation
    • Accuracy
    • Adequacy
  • Sign in
  • Adequacy API Developer Guide
  • QuickStart
  • Uploading Your Data to Quest
    • Overview
    • Uploading AccessPoints
    • Uploading Providers
    • Checking the Status of Uploads to a Network Version
    • Retrieving the Status of All Filtered Network Uploads
  • Retrieving Providers from a Filtered Network
  • Servicing Provider Report
  • Creating an HSD File Format for Upload to the HPMS Portal
  • Creating a Project Based on a Filtered Network
  • Project Management
    • Updating Project User Sharing
    • Getting a List of Existing Projects
    • Getting and Setting Project Information
    • Getting Project Status
    • Getting Project Ids by Network Ids
  • Network Management
    • Updating Filtered Network Sharing
    • Getting Provider Networks
    • Getting Provider Network Details
    • Getting Provider Network Version Details
    • Getting and Setting Provider Network Version Status
  • Download PDF

Retrieving the Status of All Filtered Network Uploads

To retrieve the status of the uploads to every filtered network, submit a request to the following endpoint:

GET /v3/upload

The request returns one record of the following form for each filtered network:

{
    "started": "2023-04-11T05:00:43.1755787",
    "completed": "2023-04-11T05:00:54.2317505",
    "status": "Final",
    "accessPointCount": 2,
    "providerNetworkId": 30453,
    "providerNetworkVersionId": 324169,
    "missingFields": null
}

Powered by Quest Enterprise Services.