Creating an HSD File Format for Upload to the HPMS Portal

To create a copy of the Servicing Provider Results in the HSD format required by CMS, submit a GET request to the following endpoint:

GET /enterprise/proj-mgmt/v3/Projects/{{projectId}}//adequacy/results/servicing-providers?HSD=true HTTP/1.1
Host: https://uat-api.questanalytics.com
Authorization: Bearer {{accessToken}}

The request takes the following parameters:

  • The projectId path parameter.

  • The HSD query string parameter.

  • The authorization token in the request body.