Find all records created between 2019-01-01 00:00:00 and 2019-01-01 23:59:59
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location -g --request GET '/path?filter[and][0][createdOn][gte]=2019-01-01 00:00:00&filter[and][0][createdOn][lte]=2019-01-01 23:59:59' \
--header 'Authorization: Bearer <token>'
Responses
application/json Modified at 2025-08-09 05:39:41