HTTP method: GET
URL of API call to Salesforce: https://foodcycle.my.salesforce.com/services/data/v55.0/query?q=SELECT+FoodCycle_Project_Address__c%2C+Email__c%2C+Hub_Days_of_Operation__c%2C+Guest_Arrival_time__c%2C+Family_Friendly_open_project__c%2C+Disable_Toilet_at_Venue__c%2C+Disability_Access_at_Venue__c%2C+How_to_Find_us_for_website_pages__c%2C+Hub_Operational_Status__c%2C+Name%2C+Id%2C+LastModifiedDate%2C+CreatedDate+FROM+Account+WHERE+RecordTypeId+IN+%28%2701208000000kg3sAAA%27%29+AND+LastModifiedDate+%3E+2024-05-24T11%3A43%3A08Z+ORDER+BY+LastModifiedDate+ASC+LIMIT+50
SOQL query that was sent to Salesforce
SELECT FoodCycle_Project_Address__c, Email__c, Hub_Days_of_Operation__c, Guest_Arrival_time__c, Family_Friendly_open_project__c, Disable_Toilet_at_Venue__c, Disability_Access_at_Venue__c, How_to_Find_us_for_website_pages__c, Hub_Operational_Status__c, Name, Id, LastModifiedDate, CreatedDate FROM Account WHERE RecordTypeId IN ('01208000000kg3sAAA') AND LastModifiedDate > 2024-05-24T11:43:08Z ORDER BY LastModifiedDate ASC LIMIT 50
API result from Salesforce
(
[code] => 200
[data] => Array
(
[totalSize] => 1
[done] => 1
[records] => Array
(
[0] => Array
(
[attributes] => Array
(
[type] => Account
[url] => /services/data/v55.0/sobjects/Account/0010800003C4lHtAAJ
)
[FoodCycle_Project_Address__c] => The Magdalene Centre, Church Avenue, Sutton-in-Ashfield, NG17 2EB
[Email__c] => sutton-in-ashfield@foodcycle.org.uk
[Hub_Days_of_Operation__c] => Wednesday
[Guest_Arrival_time__c] => 6 pm
[Family_Friendly_open_project__c] => 1
[Disable_Toilet_at_Venue__c] => 1
[Disability_Access_at_Venue__c] => 1
[How_to_Find_us_for_website_pages__c] => You can find the Magdalene Centre by turning left onto Church Avenue by the traffic lights on Lammas Road (if you are heading towards the town centre and Asda). As you go up Church Avenue you’ll see St Mary’s Church ahead of you, and the Magdalene Centre is on your left. There’s a sign outside so you can’t miss it!
[Hub_Operational_Status__c] => Operational
[Name] => FoodCycle Sutton-in-Ashfield
[Id] => 0010800003C4lHtAAJ
[LastModifiedDate] => 2024-05-24T11:50:36.000+0000
[CreatedDate] => 2023-01-19T09:40:57.000+0000
)
)
)
[from_cache] =>
[cached] =>
[is_redo] =>
)