To retrieve a list of forms visible to the user (API key owner), you can use the following API endpoint:
Endpoint: GET /forms/
Query String Parameters: None
Response Example:
[
{
"id": "b1b292b3-29b2-4235-8103-321ed749db8d",
"name": "Vacation request",
"is_active": true,
"collect_responses_anonymously": true,
"privacy": "everyone",
"shortcut": "vacation",
"start_on": "2021-01-27",
"end_on": "2021-02-28",
"is_archive": false
},
...
]
{
"id": "b1b292b3-29b2-4235-8103-321ed749db8d",
"name": "Vacation request",
"is_active": true,
"collect_responses_anonymously": true,
"privacy": "everyone",
"shortcut": "vacation",
"start_on": "2021-01-27",
"end_on": "2021-02-28",
"is_archive": false
},
...
]
How to Use:
-
Send Request: Use the
GET
method on the specified endpoint to retrieve the list of forms. -
Review Response: The response will contain a JSON array with information about each form, including ID, name, activity status, privacy settings, start and end dates, and more.
If you have any questions or need further assistance, please feel free to contact our support team at support@dailybot.com.
Comments
0 comments
Article is closed for comments.