What is the getAllTestimonials Method?

This method retrieves a list of all available customer testimonials in your Apptivo firm. Use this method to retrieve a list of testimonials to be displayed in your application, or to search the list for a specific testimonial to retrieve details on.

Method Definition

@WebMethod(action = "getAllTestimonials", operationName = "getAllTestimonials")
public TestimonialsListHelper getAllTestimonials(String siteKey, String accessKey, String status)

Expected Response

stdClass Object
(
[return] => stdClass Object
(
[testimonialsList] => Array
(
[0] => stdClass Object
(
[account] => stdClass Object
(
[accountId] => 114609
[accountName] => sdsd
[methodResponse] => stdClass Object
(
[responseStatus] =>
)
[website] =>
)
[contact] => stdClass Object
(
[companyName] =>
[contactId] => 50551
[jobTitle] => sdsdsd
[lastName] => sdsd
)
[creationDate] => 2012-04-28T02:00:58.364-07:00
[email] =>
[firmId] => 34583
[sequenceNumber] => 0
[siteTestimonialId] => 10120
[testimonial] =>
ssss
[testimonialStatus] => PENDING_APPROVAL
)
[1] => stdClass Object
(
[account] => stdClass Object
(
[accountId] => 114603
[accountName] => Test Testimonials
[methodResponse] => stdClass Object
(
[responseStatus] =>
)
[website] =>
)
[contact] => stdClass Object
(
[companyName] =>
[contactId] => 50543
[jobTitle] =>
[lastName] => Test Testimonials
)
[creationDate] => 2012-04-27T23:24:08.351-07:00
[email] =>
[firmId] => 34583
[sequenceNumber] => 0
[siteTestimonialId] => 10117
[testimonial] =>
Test Testimonials Test Testimonials
[testimonialStatus] => PENDING_APPROVAL
)
)
[statusCode] => 1000
[statusMessage] => Success
)
)

Back to API reference.