Task Report

Retrieve task activity. Paginated; dates optional.

POSThttps://secure-api.setshape.com/api/reports/tasks/{crmid}

Replace {crmid} with your Shape system ID — found on the API Integrations page. Every request also needs your auth header — see Using Shape APIs.

Body parameters

Send a filters object containing the report controls.

Field Requirement Description
filters Required Object containing report controls.
fromDate Optional Start date.
toDate Optional End date.
slctPerPage Optional Results per page; defaults to 50.
pn Optional One-based page number; defaults to 1.

Example request

{
  "filters": {
    "fromDate": "2025-08-01",
    "toDate": "2025-08-08",
    "slctPerPage": 50,
    "pn": 1
  }
}