You need to authenticate to access HCSS APIs

How to get a list of projects and get the schema to work with those projects

HCSS Pre-Construction is almost entirely customizable. Users can:

  • Add fields
  • Rename fields
  • Remove fields

This flexibility comes at the cost of increased complexity. In this tutorial we will show you how to get a list of projects, and then how to get the schema to work with those projects resiliently.

Step 1: Get the Business Units

API calls in Pre-Construction require a business unit id. To get a list of business units, call the business unit endpoint.

Loading...

Complete the previous steps before continuing

Step 2: Get a list of projects

To get projects for a business unit, make a GET request to the projects endpoint.

Complete the previous steps before continuing

Step 3: Get the Project Schema

To get the schemas for a business unit, make a GET request to the schemas endpoint.

Complete the previous steps before continuing