Get Messages Sent
Activity
Get Messages Sent
Retrieve message count for a user
GET
Get Messages Sent
Get the total number of chat messages a user has sent. Requires either a single date or a date range.
Request
Parameters
The Roblox user ID
Single date to query (format: YYYY-MM-DD). Either this or both start/end must be provided.
Start date for range query (format: YYYY-MM-DD). Must be used with end parameter.
End date for range query (format: YYYY-MM-DD). Must be used with start parameter.
Response
200
Authorizations
Pass your API key in the apikey header. Alternatively, the x-api-key header is also accepted.
Path Parameters
Query Parameters
Single date to query (YYYY-MM-DD)
Start date for range query (YYYY-MM-DD)
End date for range query (YYYY-MM-DD)
Response
Message count data

