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-23T06%3A00%3A29Z+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-23T06:00:29Z ORDER BY LastModifiedDate ASC LIMIT 25
API result from Salesforce
(
[code] => 200
[data] => Array
(
[totalSize] => 1
[done] => 1
[records] => Array
(
[0] => Array
(
[attributes] => Array
(
[type] => Contact
[url] => /services/data/v55.0/sobjects/Contact/0035g00000uAcSeAAK
)
[Email] => tim@kidshope.org.au
[FirstName] => Michael
[LastName] => Angelo
[Contact_Type__c] => Partner;
[AccountId] => 0015g00001BqpDdAAJ
[Id] => 0035g00000uAcSeAAK
[LastModifiedDate] => 2023-03-23T06:00:34.000+0000
[CreatedDate] => 2023-03-21T22:44:28.000+0000
)
)
)
[from_cache] =>
[cached] =>
[is_redo] =>
)