Worksheets
Forms and answers. Auth:X-API-Key header. Base: https://api.vh3connect.io/api:YdihQNr3.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Forms and answers
X-API-Key header. Base: https://api.vh3connect.io/api:YdihQNr3.
| Param | Type | Description |
|---|---|---|
pageNumber | integer | Page index (1-based) |
pageSize | integer | Items per page (default 100, max 1000) |
sortBy | string | Sort field (endpoint-specific) |
direction | enum | ascending or descending |
GET /worksheet/worksheet_getcurl -G "https://api.vh3connect.io/api:YdihQNr3/worksheet/worksheet_get" \
-H "X-API-Key: your-api-key" \
--data-urlencode "worksheetId=1"
POST /worksheet/worksheet_listcurl -X POST "https://api.vh3connect.io/api:YdihQNr3/worksheet/worksheet_list" \
-H "X-API-Key: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"pageNumber": 1,
"pageSize": 50
}'
POST /worksheet/worksheet_questions_getcurl -X POST "https://api.vh3connect.io/api:YdihQNr3/worksheet/worksheet_questions_get" \
-H "X-API-Key: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"worksheetId": 1,
"pageNumber": 1,
"pageSize": 100
}'
POST /worksheet/worksheet_answers_listcurl -X POST "https://api.vh3connect.io/api:YdihQNr3/worksheet/worksheet_answers_list" \
-H "X-API-Key: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"worksheetId": 1,
"pageNumber": 1,
"pageSize": 50
}'
GET /worksheet_groups/worksheet_group_getcurl -G "https://api.vh3connect.io/api:YdihQNr3/worksheet_groups/worksheet_group_get" \
-H "X-API-Key: your-api-key" \
--data-urlencode "worksheetGroupId=1"
POST /worksheet_groups/worksheet_group_listcurl -X POST "https://api.vh3connect.io/api:YdihQNr3/worksheet_groups/worksheet_group_list" \
-H "X-API-Key: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"pageNumber": 1,
"pageSize": 50
}'
Was this page helpful?
Suggestions