List all forms.
Security
oauth2_client_credentials or oauth2_authorization_code
- Mock serverhttps://docs.bndry.net/_mock/apis/openapi/v1alpha/forms
- BNDRY APIhttps://api.bndry.app/v1alpha/forms
- oauth2_client_credentials
- oauth2_authorization_code
curl -i -X GET \
'https://docs.bndry.net/_mock/apis/openapi/v1alpha/forms?parent=workspaces%2Faml-monitoring-ws-456&pageSize=0&pageToken=string&skip=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
- null
- number
- string
- boolean
- Array of any
- object
{ "forms": [ { … } ], "nextPageToken": "string", "totalSize": 0 }