🔁APIs
From Endpoints
From Requests Endpoints
You Can View All Requests Come to Selected Form.
Query parameters
user_idstring | nullOptional
form_idintegerOptional
Responses
200Success
application/json
Responseany of
objectOptional
objectOptional
422
Validation error
application/json
get
GET /api/form-requests HTTP/1.1
Host: cm.test
Accept: */*
{}
You can use this endpoint to store the form requests.
Body
form_idintegerRequired
payloadarray | nullOptional
Responses
200Success
application/json
Responseany of
objectOptional
objectOptional
422
Validation error
application/json
post
POST /api/form-requests HTTP/1.1
Host: cm.test
Content-Type: application/json
Accept: */*
Content-Length: 32
{
"form_id": 1,
"payload": [
"text"
]
}
{}
Last updated
Was this helpful?