Forms
The form ID which the cases are linked to.
1Number of items to retireve, maximum of 500
20Property by which to sort the results
created_atOrder of results (asc or desc)
descPage to retrieve number, to be used with per_page
1Filter cases on custom fields
OK
No content
Unauthorized - Credentials Incorrect
Forbidden - You cannot access this site
Not Found - The form does not contain any cases
Unprocessable Entity - Required data missing or data invalid
GET /api/site/v2/forms/{form}/cases HTTP/1.1
Host: {{your site}}
x-api-key: YOUR_API_KEY
x-site-id: YOUR_API_KEY
Accept: */*
No content
The ID of your form
1The ID of the case
1234OK
No content
Unauthorized - Credentials Incorrect
Forbidden - You cannot access this site
Not Found - Case does not exist
Unprocessable Entity - Required data missing or data invalid
GET /api/site/v2/forms/{form}/cases/{id} HTTP/1.1
Host: {{your site}}
x-api-key: YOUR_API_KEY
x-site-id: YOUR_API_KEY
Accept: */*
No content
The ID of your form
1OK
No content
Unauthorized - Credentials Incorrect
Forbidden - You cannot access this site
Not Found - Case does not exist
Unprocessable Entity - Required data missing or data invalid
POST /api/site/v2/forms/{form}/cases/create HTTP/1.1
Host: {{your site}}
x-api-key: YOUR_API_KEY
x-site-id: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"userID": "text"
}No content
Last updated
Was this helpful?

