REST APIs (Outbound)

Use REST APIs to retrieve information on initiatives, questions, question responses, supplier eligibility, and qualification areas.

Key Features

Use the REST APIs GET method for these REST resources:

  • Supplier Initiative
  • Supplier Qualification Questions
  • Supplier Qualification Question Responses
  • Supplier Eligibility
  • Supplier Qualification Areas

Best Practices

  • For better performance, limit the attributes using the fields query parameter while performing GET operations whenever it's supported.
  • The limit and offset query parameters are used to specify how many records and which batch of records to return. When exporting large amounts of data, these query parameters are required to retrieve the next batch of records because the maximum number of records you can retrieve at once within a single batch is 500.

Constraints

JSON format only.