HTTP method: GET
URL of API call to Salesforce: https://kidshope.my.salesforce.com/services/data/v55.0/query?q=SELECT+Email%2C+FirstName%2C+LastName%2C+Contact_Type__c%2C+AccountId%2C+Id%2C+LastModifiedDate%2C+CreatedDate+FROM+Contact+WHERE+LastModifiedDate+%3E+2023-03-23T16%3A10%3A53Z+ORDER+BY+LastModifiedDate+ASC+LIMIT+25
SOQL query that was sent to Salesforce
SELECT Email, FirstName, LastName, Contact_Type__c, AccountId, Id, LastModifiedDate, CreatedDate FROM Contact WHERE LastModifiedDate > 2023-03-23T16:10:53Z ORDER BY LastModifiedDate ASC LIMIT 25
API result from Salesforce
Array
(
[code] => 200
[data] => Array
(
[totalSize] => 0
[done] => 1
[records] => Array
(
)
(
[code] => 200
[data] => Array
(
[totalSize] => 0
[done] => 1
[records] => Array
(
)
)
[from_cache] =>
[cached] =>
[is_redo] =>
)