🔁APIs
From Endpoints
From Requests Endpoints
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/forms HTTP/1.1
Host: cm.test
Accept: */*
{}GET /api/forms/{model} HTTP/1.1
Host: cm.test
Accept: */*
{}GET /api/form-requests HTTP/1.1
Host: cm.test
Accept: */*
{}POST /api/form-requests HTTP/1.1
Host: cm.test
Content-Type: application/json
Accept: */*
Content-Length: 32
{
"form_id": 1,
"payload": [
"text"
]
}{}GET /api/form-requests/{model} HTTP/1.1
Host: cm.test
Accept: */*
{}