Upon the release of Fluid Topics version 5.2 on October 20th, 2025, the mapAttachments value used in the request body of analytics web services becomes attachments.
Example
Below is an example of request body for the Content inventory web service:
{
"startDate": "2024-01-01",
"endDate": "2024-05-01",
"groupByPeriod": "month",
"results": [
{
"type": "attachments",
"periods": [
{
"periodStartDate": "2024-01-01",
"periodEndDate": "2024-02-01",
"count": 211
},
{
"periodStartDate": "2024-02-01",
"periodEndDate": "2024-03-01",
"count": 211
},
{
"periodStartDate": "2024-03-01",
"periodEndDate": "2024-04-01",
"count": 224
},
{
"periodStartDate": "2024-04-01",
"periodEndDate": "2024-05-01",
"count": 229
}
]
}
]
}
When using the Content inventory web service, the mapAttachments value remains in the response body until the release of Fluid Topics version 5.2. Upon the release of Fluid Topics v5.2, the value becomes attachments.