The request has succeeded.
curl --request POST \
--url https://dpt-openapi.finema.dev/survey-forms \
--header 'Content-Type: application/json' \
--data null{
"title_name": "…",
"given_name_th": "…",
"family_name_th": "…",
"email": "…",
"phone_number": "…",
"occupation": "…",
"objective": "…",
"objective_other": "…",
"q1": 1,
"q2": 1,
"q3": 1,
"q4": 1,
"q5": 1,
"suggestion": "…"
}{
"juristic_name_th": "…",
"juristic_name_en": "…",
"registration_id": "…",
"tax_id": "…",
"title_name": "…",
"given_name_th": "…",
"family_name_th": "…",
"email": "…",
"phone_number": "…",
"identification_number": "…",
"user_type_sector": "commercial",
"user_type_sector_other": "…",
"objective": "…",
"objective_other": "…",
"q1": 1,
"q2": 1,
"q3": 1,
"q4": 1,
"q5": 1,
"suggestion": "…"
}The request has succeeded.
full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
The request has succeeded.
curl --request GET \
--url 'https://dpt-openapi.finema.dev/survey-form-summary?created_from=&created_to='{
"page": 1,
"total": 1,
"limit": 1,
"count": 1,
"items": [
{
"summary": {
"score": 1,
"maxScore": 1,
"totalUsers": 1
},
"questions": [
{
"score": 1,
"maxScore": 1,
"totalUsers": 1,
"title": "…",
"description": "…"
}
]
}
]
}The request has succeeded.