API
Post a feedback
POST https://widget.crowdmap.io/feedbacks/{organization_name}
This endpoint allows you to post feedback with API.
Path Parameters
Name
Type
Description
organization_name
string
ID of the cake to get, for free of course.
Request Body
Name
Type
Description
status
string
Status of the feedback, "open", "review", "planned", "completed", "closed"
ftimestamp
number
Date of the feedback, timestamp format
string
Author of the feedback
noteGlobal
number
-2 for 1 star, -1 for 2 stars, 0 for 3 stars, 1 for 4 stars, 2 for 5 stars
ftext
string
Content of the feedback
tags
array
Array of tags
{
"result": "success"
}{
"email": "hello@crowdmap.io",
"status": "open",
"noteGlobale": 1,
"ftext": "Awesome app !",
"ftimestamp": "1538387159000"
}Get feedback
GET https://api.crowdmap.io/prod/v1/feedbacks
Get feedback from your organisation with basic AUTH.
Last updated