cURL
curl --request POST \ --url https://tmextapidev.estream.com/index.cfm/payroll/apex_weeklyData
{ "total": 2, "code": 200, "success": true, "data": [ { "clockType": "IN", "personLname": "Doe", "clockOutUtc": "01/08/2025 5:00:00 PM", "personFname": "John", "clockInUtc": "01/08/2025 8:00:00 AM" } ] }
Success
The response is of type object.
object
Was this page helpful?