Kids Hope Australia

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+Id%2C+LastModifiedDate%2C+CreatedDate+FROM+Contact+WHERE+LastModifiedDate+%3E+2023-03-21T13%3A40%3A57Z+ORDER+BY+LastModifiedDate+ASC+LIMIT+25

SOQL query that was sent to Salesforce

SELECT Email, FirstName, LastName, Contact_Type__c, Id, LastModifiedDate, CreatedDate FROM Contact WHERE LastModifiedDate > 2023-03-21T13:40:57Z ORDER BY LastModifiedDate ASC LIMIT 25

API result from Salesforce

Array
(
[code] => 200
[data] => Array
(
[totalSize] => 1
[done] => 1
[records] => Array
(
[0] => Array
(
[attributes] => Array
(
[type] => Contact
[url] => /services/data/v55.0/sobjects/Contact/0035g00000uAPX6AAO
)

[Email] => j.tester@grown.pl
[FirstName] => Jessica
[LastName] => Tester
[Contact_Type__c] => Mentor; Mentor; Coordinator;
[Id] => 0035g00000uAPX6AAO
[LastModifiedDate] => 2023-03-21T13:46:04.000+0000
[CreatedDate] => 2023-03-20T11:44:05.000+0000
)

)

)

[from_cache] =>
[cached] =>
[is_redo] =>
)