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

Getting Project Ids by Network Ids

To retrieve a collection of Project Ids associated with a specific list of networks Ids, submit a GET request to the following endpoint:

 /enterprise/proj-mgmt/v3/Projects/networks?networkIdList=[{{providerNetworkId}}]

The response contains a list of project ids for each network id submitted in the request. For example:

{
    "projectIds": [
        31147,
        31499,
        33441
    ]
}

Powered by Quest Enterprise Services.