This article is for an API Partner to retrieve basic information about a disclosing organization's questionnaire they have permission to access.
Contents
Summary
This endpoint retrieves questionnaire details for a disclosing organization.
Pre-requisites: Valid subscription key and organization Id.
URLs
Sandbox: https://api.pre.cdpgreenstar.net/asp/response/questionnaire/metadata
Production: https://api.cdp.net/response/questionnaire/metadata
Headers/Variables
subscription-key (header): For authorized user, the subscription key.
organization-id (header): The UUID for the specified disclosing organization.
Response
Field table
The status of the latest version of the specified organization's questionnaire response instance is listed below:
JSON Response Example
Below is an example of a successful API response showing a summary of information for the disclosing organiation queried.
"dueDate": "2024-10-02T00:00:00.000Z",
"scoringDeadline": "2024-12-01T00:00:00.000Z",
"isPublic": true,
"submittedOn": "2024-06-19T11:17:41.548Z",
"participationDate": "2024-06-19T11:16:08.509Z",
"orgDetailsDate": "2024-06-19T11:16:08.509Z",
"orgName": "CDP_ADMIN",
"status": "IN_PROGRESS",
"tags": null
If you have not found the answer you were looking for, please contact your Account Manager who will be able to assist you further.
