DCT - Get Module CSV Data
Bulk CSV
Get all DCT assessments
Returns CSV-format module data for DCT assessments. This endpoint is not yet in the upstream Swagger.
POST
DCT - Get Module CSV Data
Retrieves Data Collection Tool (DCT) assessment data as a CSV stream. This endpoint allows you to perform bulk exports of facility data based on various filters including account IDs, status, and reporting periods.Documentation Index
Fetch the complete documentation index at: https://developer.worldly.io/llms.txt
Use this file to discover all available pages before exploring further.
Request body properties
An array of assessment statuses to query for. Common values include:
ASI: Assessment Submitted - IncompleteASC: Assessment Submitted - CompleteNS: Not StartedVRP: Verification Request Pending
Filter by a list of Worldly account IDs or SAC (Sustainable Apparel Coalition) facility IDs to limit the export to specific facilities.
Filter assessments by their reporting period. Provide Unix timestamps.
Filter for records that have changed status or been updated since the provided timestamp. Timestamps must be in Unix time (milliseconds).
The version of the Converged Assessment Framework (CAF) to include in the export (for example,
1.7, 1.6).Boolean filter for verified (
true) or unverified (false) assessments.Implementation details
- The response is a CSV data stream.
- Large requests may take significant time to process; use filters to limit the result set.
- The
lastStatusChangeandlastUpdatedtimestamps must be in Unix time in milliseconds. - The
reportingPeriodStartandreportingPeriodEndtimestamps must be Unix timestamps.
Related recipes
Limit bulk CSV data by assessment status and timestamp of last status change
Body
application/json
This interface was referenced by Exports's JSON-Schema
via the definition "assessmentRfiPid".
Available options:
fem2017, fem2018, fem2019, fem2020, fem2021, fem2022, fem2023, fem2024, fem2025, fslm, brm2019, brm2020, brm2021, brm2022, brm2023, brm2024, brm2025, dct, one2022, ffc This interface was referenced by Exports's JSON-Schema
via the definition "assessmentStatus".
Available options:
NS, ASI, ASC, VRP, VRQ, VRE, VRC, VRD, VRF, VRI, ASD Available options:
1.7, 1.6, 1.5, 1.4, 1.3 This interface was referenced by Exports's JSON-Schema
via the definition "assessmentRfiPid".
Available options:
fem2017, fem2018, fem2019, fem2020, fem2021, fem2022, fem2023, fem2024, fem2025, fslm, brm2019, brm2020, brm2021, brm2022, brm2023, brm2024, brm2025, dct, one2022, ffc Response
204
No content

