How to retrieve Date Wise Worklog Detail using the Jira Cloud API or Jira Service Desk API

URL : https://wmsspltechnical.atlassian.net/rest/api/3/search/jql

REq JSON :

{

“jql”: “worklogDate > ‘2025-06-20’”,

“fields”: [ “project”, “summary”, “description”, “timespent”, “worklog”, “assignee”, “reporter”, “status”, “issuetype”, “priority”, “created”, “updated” ]

}

}