Get a Testimionial
You can get details of an existing testimonial by calling the Get request to the
https://app.socialprf.io/api/1.1/wf/get_testimonial endpoint.
It will fetch details of the specified testimonial.b
fields | mandatory/ optional | description |
---|---|---|
api_key | Mandatory | The API key of your organisation. |
id | Mandatory | The ID of the testimonial you want to fetch details of. |
Response Example
{
"status": "success",
"response": {
"id": "recxxoeaOiqo1xc9q",
"type": "Text",
"published_to_wall": false,
"name": "Mark",
"headline": "Founder",
"recorded_date": "10/20/2022",
"status": "Testimonial Received",
"testimonial": "This is a great service",
"invitation_url": "https://app.socialprf.io/video_txt?recordId=recxxoeaOiqo1xc9q&primeId=recBUKxQ0YMikh9jV&n=Margarita&o=Founder&[email protected]",
"widgets": [
"Make"
],
"stars": 5,
"testimonial_url": "https://app.socialprf.io/testimonial_details?o=recBUKxQ0YMikh9jV&recordId=recxxoeaOiqo1xc9q"
}
}
Last modified 10mo ago