cURL
Bulk CSV
Get all BRM assessments
POST
cURL
Retrieves BRM (Brand & Retail Module) assessment data as a CSV stream based on the filters you provide.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
Use the following properties in the request body to filter and paginate your results.Specify the BRM version to retrieve (e.g.,
brm2023, brm2024).An array of assessment statuses to query for. Possible values include
ASI (Assessment In Progress), ASC (Assessment Completed), VRF (Verified).Example: "status": ["ASI", "ASC"]Filter for records that have changed status since the provided timestamp. The timestamp must be in Unix time in milliseconds.
Filter for records that have been updated since the provided timestamp. The timestamp must be in Unix time in milliseconds.
Boolean filter for verified (
true) or unverified (false) assessments.JSON request example
Additional filters
| Name | Type | Description |
|---|---|---|
accountIds | array | List of account IDs to filter by. |
accountSacIds | array | List of SAC IDs to filter by. |
assessmentIds | array | List of specific assessment IDs to retrieve. |
reportingPeriodStart | number | Filter assessments by reporting period start (Unix timestamp). |
reportingPeriodEnd | number | Filter assessments by reporting period end (Unix timestamp). |
from | number | Starting index for pagination. |
size | number | Number of records to return per request. |
sort | array | Sort order for the results. Each object in the array should contain field and value (asc or desc). |
Implementation details
- This endpoint uses a
POSTrequest to allow for complex filtering that might exceed URL length limits for query parameters. - The response is a CSV stream containing the requested assessment data.
- All timestamps must be in Unix time in milliseconds (e.g.,
1672531200000).
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

