Marketing API
Reviews
Review Object
attributes id string a unique identifier for the review object string the value is always review review text string the actual testimonial of the customer created at timestamp the date the review was created rating integer the review rating out of 5 customer object an object containing basic information about the customer "customer" { "id" "a38f68fb 23f8 409d 93d4 86386a0e6441", "name" "john", "email" "john\@doe com" } invoice object an object containing basic information about the customer "invoice" { "id" "f59a3fa2 b708 419c a572 5f7250b18f3a", "prefix" "tma", "number" 587, "date bought" 1670857723 } product object an object containing basic information about the product the review is about "product" { "id" "23394936 4a08 4622 b357 3a0fcd7d2b5b", "name" "ebook how to tame lions" } { "id" "27f391da e91a 4914 8cda a34f91991558", "review text" "the practical application did not meet expectations ", "rating" 3, "created at" 1678460644, "customer" { "id" "a38f68fb 23f8 409d 93d4 86386a0e6441", "name" "john", "email" "john\@doe com" }, "invoice" { "id" "f59a3fa2 b708 419c a572 5f7250b18f3a", "prefix" "tma", "number" 587, "date bought" 1670857723 }, "product" { "id" "23394936 4a08 4622 b357 3a0fcd7d2b5b", "name" "ebook how to tame lions" } }