Getting a List of Existing Projects

Before creating new projects, the best practice is to check all the existing projects to make sure there is no duplication. To retrieve a list of all existing projects, submit a GET request to the Get Projects API. For example:

GET /enterprise/proj-mgmt/v3/Projects

The response contains one record for each project which includes detailed information for the project. For example:

{
     "projectId": 30435,
     "name": "Project Name",
     "description": "This is a description of the project",
     "dateCreated": "2020-11-10T19:05:50.79",
     "dateLastUpdated": "2023-03-21T17:24:07.793",
     "dateArchived": null,
     "datePurged": null,
     "isShared": false,
     "memberSetId": 25225,
     "providerNetworkId": 30425,
     "prospectProviderNetworkId": null,
     "isRunning": false,
     "countyStatuses": null,
     "providerNetworkName": "Primary Network",
     "prospectNetworkName": null,
     "templateName": "MAC 2021 Distance",
     "templateDescription": "Medicare template collection.",
     "memberSetName": "Medicare Advantage CY2021 Benes",
     "countyClassMapping": "CMS County Class Mapping (2019.4)"
 }