webflow-api 3.3.0-beta → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BaseClient.d.ts +1 -1
- package/Client.d.ts +1 -7
- package/Client.js +31 -41
- package/LICENSE +18 -18
- package/README.md +55 -28
- package/api/resources/assets/client/Client.d.ts +4 -4
- package/api/resources/assets/client/Client.js +7 -8
- package/api/resources/assets/client/requests/AssetsListRequest.d.ts +2 -2
- package/api/resources/collections/client/Client.d.ts +2 -2
- package/api/resources/collections/client/Client.js +3 -6
- package/api/resources/collections/resources/fields/client/Client.d.ts +2 -2
- package/api/resources/collections/resources/fields/client/Client.js +4 -6
- package/api/resources/collections/resources/items/client/Client.d.ts +6 -6
- package/api/resources/collections/resources/items/client/Client.js +24 -12
- package/api/resources/collections/resources/items/client/requests/ItemsListItemsLiveRequest.d.ts +2 -2
- package/api/resources/collections/resources/items/client/requests/ItemsListItemsRequest.d.ts +2 -2
- package/api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldData.d.ts +1 -1
- package/{dist/api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.d.ts → api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.d.ts} +1 -1
- package/api/resources/collections/resources/items/types/index.d.ts +1 -1
- package/api/resources/collections/resources/items/types/index.js +1 -1
- package/api/resources/components/client/Client.d.ts +8 -8
- package/api/resources/components/client/Client.js +10 -12
- package/api/resources/components/client/requests/ComponentsGetContentRequest.d.ts +2 -2
- package/api/resources/components/client/requests/ComponentsGetPropertiesRequest.d.ts +2 -2
- package/api/resources/components/client/requests/ComponentsListRequest.d.ts +2 -2
- package/api/resources/ecommerce/client/Client.d.ts +2 -2
- package/api/resources/ecommerce/client/Client.js +2 -6
- package/api/resources/forms/client/Client.d.ts +6 -6
- package/api/resources/forms/client/Client.js +7 -10
- package/api/resources/forms/client/requests/FormsListRequest.d.ts +2 -2
- package/api/resources/forms/client/requests/FormsListSubmissionsRequest.d.ts +2 -2
- package/api/resources/index.d.ts +0 -6
- package/api/resources/index.js +1 -7
- package/api/resources/inventory/client/Client.d.ts +2 -2
- package/api/resources/inventory/client/Client.js +3 -6
- package/api/resources/orders/client/Client.d.ts +4 -4
- package/api/resources/orders/client/Client.js +8 -8
- package/api/resources/orders/client/requests/OrdersListRequest.d.ts +2 -2
- package/api/resources/pages/client/Client.d.ts +6 -6
- package/api/resources/pages/client/Client.js +8 -10
- package/api/resources/pages/client/requests/PagesGetContentRequest.d.ts +2 -2
- package/api/resources/pages/client/requests/PagesListRequest.d.ts +2 -2
- package/api/resources/pages/resources/scripts/client/Client.d.ts +2 -2
- package/api/resources/pages/resources/scripts/client/Client.js +3 -6
- package/api/resources/products/client/Client.d.ts +4 -4
- package/api/resources/products/client/Client.js +8 -8
- package/api/resources/products/client/requests/ProductsListRequest.d.ts +2 -2
- package/api/resources/scripts/client/Client.d.ts +2 -2
- package/api/resources/scripts/client/Client.js +4 -6
- package/api/resources/sites/client/Client.d.ts +2 -2
- package/api/resources/sites/client/Client.js +5 -6
- package/api/resources/sites/resources/activityLogs/client/Client.d.ts +4 -4
- package/api/resources/sites/resources/activityLogs/client/Client.js +4 -8
- package/api/resources/sites/resources/activityLogs/client/requests/ActivityLogsListRequest.d.ts +2 -2
- package/api/resources/sites/resources/comments/client/Client.d.ts +8 -8
- package/api/resources/sites/resources/comments/client/Client.js +14 -12
- package/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.d.ts +2 -2
- package/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.d.ts +2 -2
- package/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.d.ts +2 -2
- package/api/resources/sites/resources/forms/client/Client.d.ts +6 -6
- package/api/resources/sites/resources/forms/client/Client.js +7 -10
- package/api/resources/sites/resources/forms/client/requests/FormsListSubmissionsBySiteRequest.d.ts +2 -2
- package/api/resources/sites/resources/forms/client/requests/FormsListSubmissionsRequest.d.ts +2 -2
- package/api/resources/sites/resources/plans/client/Client.d.ts +2 -2
- package/api/resources/sites/resources/plans/client/Client.js +2 -6
- package/api/resources/sites/resources/redirects/client/Client.d.ts +4 -4
- package/api/resources/sites/resources/redirects/client/Client.js +6 -8
- package/api/resources/sites/resources/robotsTxt/client/Client.d.ts +2 -2
- package/api/resources/sites/resources/robotsTxt/client/Client.js +5 -6
- package/api/resources/sites/resources/scripts/client/Client.d.ts +4 -4
- package/api/resources/sites/resources/scripts/client/Client.js +5 -8
- package/api/resources/sites/resources/scripts/client/requests/ScriptsListCustomCodeBlocksRequest.d.ts +2 -2
- package/api/resources/sites/resources/wellKnown/client/Client.d.ts +2 -2
- package/api/resources/sites/resources/wellKnown/client/Client.js +4 -6
- package/api/resources/token/client/Client.d.ts +2 -2
- package/api/resources/token/client/Client.js +2 -6
- package/api/resources/webhooks/client/Client.d.ts +2 -2
- package/api/resources/webhooks/client/Client.js +3 -6
- package/api/resources/workspaces/client/Client.d.ts +1 -1
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/resources/workspaces/resources/auditLogs/client/Client.d.ts +4 -4
- package/api/resources/workspaces/resources/auditLogs/client/Client.js +6 -8
- package/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.d.ts +2 -2
- package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +1 -0
- package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +1 -0
- package/api/types/AssetVariant.d.ts +6 -6
- package/api/types/ComponentDom.d.ts +1 -1
- package/api/types/ForbiddenErrorBody.d.ts +1 -1
- package/api/types/ProductFieldData.d.ts +1 -1
- package/api/types/SettingChange.d.ts +7 -0
- package/api/types/SettingChangeAuditLogItem.d.ts +5 -0
- package/api/types/TriggerType.d.ts +0 -3
- package/api/types/TriggerType.js +0 -3
- package/api/types/WorkspaceAuditLogItem.d.ts +4 -1
- package/api/types/WorkspaceAuditLogItemPayloadSettingChangeMethod.d.ts +5 -0
- package/api/types/WorkspaceAuditLogItemPayloadSettingChangeMethod.js +8 -0
- package/api/types/index.d.ts +3 -13
- package/api/types/index.js +3 -13
- package/dist/BaseClient.d.ts +1 -1
- package/dist/Client.d.ts +1 -7
- package/dist/Client.js +31 -41
- package/dist/api/resources/assets/client/Client.d.ts +4 -4
- package/dist/api/resources/assets/client/Client.js +7 -8
- package/dist/api/resources/assets/client/requests/AssetsListRequest.d.ts +2 -2
- package/dist/api/resources/collections/client/Client.d.ts +2 -2
- package/dist/api/resources/collections/client/Client.js +3 -6
- package/dist/api/resources/collections/resources/fields/client/Client.d.ts +2 -2
- package/dist/api/resources/collections/resources/fields/client/Client.js +4 -6
- package/dist/api/resources/collections/resources/items/client/Client.d.ts +6 -6
- package/dist/api/resources/collections/resources/items/client/Client.js +24 -12
- package/dist/api/resources/collections/resources/items/client/requests/ItemsListItemsLiveRequest.d.ts +2 -2
- package/dist/api/resources/collections/resources/items/client/requests/ItemsListItemsRequest.d.ts +2 -2
- package/dist/api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldData.d.ts +1 -1
- package/{api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.d.ts → dist/api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.d.ts} +1 -1
- package/dist/api/resources/collections/resources/items/types/index.d.ts +1 -1
- package/dist/api/resources/collections/resources/items/types/index.js +1 -1
- package/dist/api/resources/components/client/Client.d.ts +8 -8
- package/dist/api/resources/components/client/Client.js +10 -12
- package/dist/api/resources/components/client/requests/ComponentsGetContentRequest.d.ts +2 -2
- package/dist/api/resources/components/client/requests/ComponentsGetPropertiesRequest.d.ts +2 -2
- package/dist/api/resources/components/client/requests/ComponentsListRequest.d.ts +2 -2
- package/dist/api/resources/ecommerce/client/Client.d.ts +2 -2
- package/dist/api/resources/ecommerce/client/Client.js +2 -6
- package/dist/api/resources/forms/client/Client.d.ts +6 -6
- package/dist/api/resources/forms/client/Client.js +7 -10
- package/dist/api/resources/forms/client/requests/FormsListRequest.d.ts +2 -2
- package/dist/api/resources/forms/client/requests/FormsListSubmissionsRequest.d.ts +2 -2
- package/dist/api/resources/index.d.ts +0 -6
- package/dist/api/resources/index.js +1 -7
- package/dist/api/resources/inventory/client/Client.d.ts +2 -2
- package/dist/api/resources/inventory/client/Client.js +3 -6
- package/dist/api/resources/orders/client/Client.d.ts +4 -4
- package/dist/api/resources/orders/client/Client.js +8 -8
- package/dist/api/resources/orders/client/requests/OrdersListRequest.d.ts +2 -2
- package/dist/api/resources/pages/client/Client.d.ts +6 -6
- package/dist/api/resources/pages/client/Client.js +8 -10
- package/dist/api/resources/pages/client/requests/PagesGetContentRequest.d.ts +2 -2
- package/dist/api/resources/pages/client/requests/PagesListRequest.d.ts +2 -2
- package/dist/api/resources/pages/resources/scripts/client/Client.d.ts +2 -2
- package/dist/api/resources/pages/resources/scripts/client/Client.js +3 -6
- package/dist/api/resources/products/client/Client.d.ts +4 -4
- package/dist/api/resources/products/client/Client.js +8 -8
- package/dist/api/resources/products/client/requests/ProductsListRequest.d.ts +2 -2
- package/dist/api/resources/scripts/client/Client.d.ts +2 -2
- package/dist/api/resources/scripts/client/Client.js +4 -6
- package/dist/api/resources/sites/client/Client.d.ts +2 -2
- package/dist/api/resources/sites/client/Client.js +5 -6
- package/dist/api/resources/sites/resources/activityLogs/client/Client.d.ts +4 -4
- package/dist/api/resources/sites/resources/activityLogs/client/Client.js +4 -8
- package/dist/api/resources/sites/resources/activityLogs/client/requests/ActivityLogsListRequest.d.ts +2 -2
- package/dist/api/resources/sites/resources/comments/client/Client.d.ts +8 -8
- package/dist/api/resources/sites/resources/comments/client/Client.js +14 -12
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.d.ts +2 -2
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.d.ts +2 -2
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.d.ts +2 -2
- package/dist/api/resources/sites/resources/forms/client/Client.d.ts +6 -6
- package/dist/api/resources/sites/resources/forms/client/Client.js +7 -10
- package/dist/api/resources/sites/resources/forms/client/requests/FormsListSubmissionsBySiteRequest.d.ts +2 -2
- package/dist/api/resources/sites/resources/forms/client/requests/FormsListSubmissionsRequest.d.ts +2 -2
- package/dist/api/resources/sites/resources/plans/client/Client.d.ts +2 -2
- package/dist/api/resources/sites/resources/plans/client/Client.js +2 -6
- package/dist/api/resources/sites/resources/redirects/client/Client.d.ts +4 -4
- package/dist/api/resources/sites/resources/redirects/client/Client.js +6 -8
- package/dist/api/resources/sites/resources/robotsTxt/client/Client.d.ts +2 -2
- package/dist/api/resources/sites/resources/robotsTxt/client/Client.js +5 -6
- package/dist/api/resources/sites/resources/scripts/client/Client.d.ts +4 -4
- package/dist/api/resources/sites/resources/scripts/client/Client.js +5 -8
- package/dist/api/resources/sites/resources/scripts/client/requests/ScriptsListCustomCodeBlocksRequest.d.ts +2 -2
- package/dist/api/resources/sites/resources/wellKnown/client/Client.d.ts +2 -2
- package/dist/api/resources/sites/resources/wellKnown/client/Client.js +4 -6
- package/dist/api/resources/token/client/Client.d.ts +2 -2
- package/dist/api/resources/token/client/Client.js +2 -6
- package/dist/api/resources/webhooks/client/Client.d.ts +2 -2
- package/dist/api/resources/webhooks/client/Client.js +3 -6
- package/dist/api/resources/workspaces/client/Client.d.ts +1 -1
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/resources/workspaces/resources/auditLogs/client/Client.d.ts +4 -4
- package/dist/api/resources/workspaces/resources/auditLogs/client/Client.js +6 -8
- package/dist/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.d.ts +2 -2
- package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +1 -0
- package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +1 -0
- package/dist/api/types/AssetVariant.d.ts +6 -6
- package/dist/api/types/ComponentDom.d.ts +1 -1
- package/dist/api/types/ForbiddenErrorBody.d.ts +1 -1
- package/dist/api/types/ProductFieldData.d.ts +1 -1
- package/dist/api/types/SettingChange.d.ts +7 -0
- package/dist/api/types/SettingChangeAuditLogItem.d.ts +5 -0
- package/dist/api/types/TriggerType.d.ts +0 -3
- package/dist/api/types/TriggerType.js +0 -3
- package/dist/api/types/WorkspaceAuditLogItem.d.ts +4 -1
- package/dist/api/types/WorkspaceAuditLogItemPayloadSettingChangeMethod.d.ts +5 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSettingChangeMethod.js +8 -0
- package/dist/api/types/index.d.ts +3 -13
- package/dist/api/types/index.js +3 -13
- package/dist/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldData.d.ts +2 -2
- package/dist/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldData.js +2 -2
- package/{serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.d.ts → dist/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.d.ts} +2 -2
- package/{serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.js → dist/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.js} +2 -2
- package/dist/serialization/resources/collections/resources/items/types/index.d.ts +1 -1
- package/dist/serialization/resources/collections/resources/items/types/index.js +1 -1
- package/dist/serialization/resources/index.d.ts +0 -5
- package/dist/serialization/resources/index.js +1 -6
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +1 -1
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +1 -0
- package/dist/serialization/types/AssetVariant.d.ts +6 -6
- package/dist/serialization/types/AssetVariant.js +6 -6
- package/dist/serialization/types/ForbiddenErrorBody.d.ts +2 -2
- package/dist/serialization/types/ForbiddenErrorBody.js +2 -2
- package/dist/serialization/types/SettingChange.d.ts +13 -0
- package/dist/serialization/types/{AccessGroup.js → SettingChange.js} +7 -7
- package/dist/serialization/types/SettingChangeAuditLogItem.d.ts +11 -0
- package/dist/serialization/types/{UserAccessGroupsItem.js → SettingChangeAuditLogItem.js} +5 -5
- package/dist/serialization/types/TriggerType.d.ts +1 -1
- package/dist/serialization/types/TriggerType.js +0 -3
- package/dist/serialization/types/WorkspaceAuditLogItem.d.ts +5 -1
- package/dist/serialization/types/WorkspaceAuditLogItem.js +2 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSettingChangeMethod.d.ts +7 -0
- package/dist/serialization/types/{UserStatus.js → WorkspaceAuditLogItemPayloadSettingChangeMethod.js} +2 -2
- package/dist/serialization/types/index.d.ts +3 -13
- package/dist/serialization/types/index.js +3 -13
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/AssetsUtilitiesClient.d.ts +1 -1
- package/dist/wrapper/FormsClient.js +5 -5
- package/dist/wrapper/ItemsClient.js +20 -20
- package/dist/wrapper/PagesClient.js +5 -5
- package/dist/wrapper/WebflowClient.js +1 -1
- package/jest.config.mjs +1 -1
- package/package.json +2 -1
- package/reference.md +68 -544
- package/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldData.d.ts +2 -2
- package/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldData.js +2 -2
- package/{dist/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.d.ts → serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.d.ts} +2 -2
- package/{dist/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.js → serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.js} +2 -2
- package/serialization/resources/collections/resources/items/types/index.d.ts +1 -1
- package/serialization/resources/collections/resources/items/types/index.js +1 -1
- package/serialization/resources/index.d.ts +0 -5
- package/serialization/resources/index.js +1 -6
- package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +1 -1
- package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +1 -0
- package/serialization/types/AssetVariant.d.ts +6 -6
- package/serialization/types/AssetVariant.js +6 -6
- package/serialization/types/ForbiddenErrorBody.d.ts +2 -2
- package/serialization/types/ForbiddenErrorBody.js +2 -2
- package/serialization/types/SettingChange.d.ts +13 -0
- package/{dist/serialization/types/AccessGroupList.js → serialization/types/SettingChange.js} +7 -8
- package/serialization/types/SettingChangeAuditLogItem.d.ts +11 -0
- package/serialization/types/{UserAccessGroupsItem.js → SettingChangeAuditLogItem.js} +5 -5
- package/serialization/types/TriggerType.d.ts +1 -1
- package/serialization/types/TriggerType.js +0 -3
- package/serialization/types/WorkspaceAuditLogItem.d.ts +5 -1
- package/serialization/types/WorkspaceAuditLogItem.js +2 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSettingChangeMethod.d.ts +7 -0
- package/{dist/serialization/types/UserLimitReached.js → serialization/types/WorkspaceAuditLogItemPayloadSettingChangeMethod.js} +2 -2
- package/serialization/types/index.d.ts +3 -13
- package/serialization/types/index.js +3 -13
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/AssetsUtilitiesClient.d.ts +1 -1
- package/wrapper/FormsClient.js +5 -5
- package/wrapper/ItemsClient.js +20 -20
- package/wrapper/PagesClient.js +5 -5
- package/wrapper/WebflowClient.js +1 -1
- package/.mock/definition/__package__.yml +0 -4471
- package/.mock/definition/accessGroups.yml +0 -87
- package/.mock/definition/api.yml +0 -18
- package/.mock/definition/assets.yml +0 -487
- package/.mock/definition/collections/fields.yml +0 -212
- package/.mock/definition/collections/items.yml +0 -2145
- package/.mock/definition/collections.yml +0 -350
- package/.mock/definition/comments.yml +0 -41
- package/.mock/definition/components.yml +0 -548
- package/.mock/definition/ecommerce.yml +0 -45
- package/.mock/definition/forms.yml +0 -399
- package/.mock/definition/inventory.yml +0 -152
- package/.mock/definition/items.yml +0 -112
- package/.mock/definition/orders.yml +0 -1971
- package/.mock/definition/pages/scripts.yml +0 -155
- package/.mock/definition/pages.yml +0 -611
- package/.mock/definition/products.yml +0 -642
- package/.mock/definition/scripts.yml +0 -236
- package/.mock/definition/sites/activityLogs.yml +0 -77
- package/.mock/definition/sites/comments.yml +0 -352
- package/.mock/definition/sites/forms.yml +0 -316
- package/.mock/definition/sites/plans.yml +0 -48
- package/.mock/definition/sites/redirects.yml +0 -221
- package/.mock/definition/sites/robotsTxt.yml +0 -229
- package/.mock/definition/sites/scripts.yml +0 -243
- package/.mock/definition/sites/wellKnown.yml +0 -130
- package/.mock/definition/sites.yml +0 -558
- package/.mock/definition/token.yml +0 -75
- package/.mock/definition/users.yml +0 -594
- package/.mock/definition/webhooks.yml +0 -188
- package/.mock/definition/workspaces/auditLogs.yml +0 -125
- package/.mock/fern.config.json +0 -4
- package/api/resources/accessGroups/client/Client.d.ts +0 -39
- package/api/resources/accessGroups/client/Client.js +0 -197
- package/api/resources/accessGroups/client/index.d.ts +0 -1
- package/api/resources/accessGroups/client/index.js +0 -17
- package/api/resources/accessGroups/client/requests/AccessGroupsListRequest.d.ts +0 -20
- package/api/resources/accessGroups/client/requests/index.d.ts +0 -1
- package/api/resources/accessGroups/client/requests/index.js +0 -2
- package/api/resources/accessGroups/index.d.ts +0 -2
- package/api/resources/accessGroups/index.js +0 -18
- package/api/resources/accessGroups/types/AccessGroupsListRequestSort.d.ts +0 -9
- package/api/resources/accessGroups/types/AccessGroupsListRequestSort.js +0 -12
- package/api/resources/accessGroups/types/index.d.ts +0 -1
- package/api/resources/accessGroups/types/index.js +0 -17
- package/api/resources/users/client/Client.d.ts +0 -145
- package/api/resources/users/client/Client.js +0 -670
- package/api/resources/users/client/index.d.ts +0 -1
- package/api/resources/users/client/index.js +0 -17
- package/api/resources/users/client/requests/UsersInviteRequest.d.ts +0 -13
- package/api/resources/users/client/requests/UsersListRequest.d.ts +0 -23
- package/api/resources/users/client/requests/index.d.ts +0 -2
- package/api/resources/users/client/requests/index.js +0 -2
- package/api/resources/users/index.d.ts +0 -2
- package/api/resources/users/index.js +0 -18
- package/api/resources/users/types/UserAccountAddedPayload.d.ts +0 -5
- package/api/resources/users/types/UserAccountAddedPayloadPayload.d.ts +0 -20
- package/api/resources/users/types/UserAccountAddedPayloadPayloadData.d.ts +0 -9
- package/api/resources/users/types/UserAccountAddedPayloadPayloadData.js +0 -3
- package/api/resources/users/types/UserAccountDeletedPayload.d.ts +0 -5
- package/api/resources/users/types/UserAccountDeletedPayload.js +0 -3
- package/api/resources/users/types/UserAccountDeletedPayloadPayload.d.ts +0 -20
- package/api/resources/users/types/UserAccountDeletedPayloadPayload.js +0 -3
- package/api/resources/users/types/UserAccountDeletedPayloadPayloadData.d.ts +0 -9
- package/api/resources/users/types/UserAccountDeletedPayloadPayloadData.js +0 -3
- package/api/resources/users/types/UserAccountUpdatedPayload.d.ts +0 -5
- package/api/resources/users/types/UserAccountUpdatedPayload.js +0 -3
- package/api/resources/users/types/UserAccountUpdatedPayloadPayload.d.ts +0 -20
- package/api/resources/users/types/UserAccountUpdatedPayloadPayload.js +0 -3
- package/api/resources/users/types/UserAccountUpdatedPayloadPayloadData.d.ts +0 -9
- package/api/resources/users/types/UserAccountUpdatedPayloadPayloadData.js +0 -3
- package/api/resources/users/types/UsersListRequestSort.d.ts +0 -33
- package/api/resources/users/types/UsersListRequestSort.js +0 -36
- package/api/resources/users/types/index.d.ts +0 -10
- package/api/resources/users/types/index.js +0 -26
- package/api/types/AccessGroup.d.ts +0 -12
- package/api/types/AccessGroup.js +0 -3
- package/api/types/AccessGroupList.d.ts +0 -16
- package/api/types/AccessGroupList.js +0 -3
- package/api/types/ConflictErrorBody.d.ts +0 -2
- package/api/types/ConflictErrorBody.js +0 -3
- package/api/types/DuplicateUserEmail.d.ts +0 -1
- package/api/types/DuplicateUserEmail.js +0 -3
- package/api/types/User.d.ts +0 -22
- package/api/types/User.js +0 -3
- package/api/types/UserAccessGroupsItem.d.ts +0 -14
- package/api/types/UserAccessGroupsItem.js +0 -3
- package/api/types/UserAccessGroupsItemType.d.ts +0 -10
- package/api/types/UserAccessGroupsItemType.js +0 -13
- package/api/types/UserData.d.ts +0 -7
- package/api/types/UserData.js +0 -3
- package/api/types/UserDataData.d.ts +0 -12
- package/api/types/UserDataData.js +0 -3
- package/api/types/UserLimitReached.d.ts +0 -1
- package/api/types/UserLimitReached.js +0 -3
- package/api/types/UserList.d.ts +0 -16
- package/api/types/UserList.js +0 -3
- package/api/types/UserStatus.d.ts +0 -7
- package/api/types/UserStatus.js +0 -10
- package/api/types/UsersNotEnabled.d.ts +0 -1
- package/api/types/UsersNotEnabled.js +0 -3
- package/dist/api/resources/accessGroups/client/Client.d.ts +0 -39
- package/dist/api/resources/accessGroups/client/Client.js +0 -197
- package/dist/api/resources/accessGroups/client/index.d.ts +0 -1
- package/dist/api/resources/accessGroups/client/index.js +0 -17
- package/dist/api/resources/accessGroups/client/requests/AccessGroupsListRequest.d.ts +0 -20
- package/dist/api/resources/accessGroups/client/requests/AccessGroupsListRequest.js +0 -3
- package/dist/api/resources/accessGroups/client/requests/index.d.ts +0 -1
- package/dist/api/resources/accessGroups/client/requests/index.js +0 -2
- package/dist/api/resources/accessGroups/index.d.ts +0 -2
- package/dist/api/resources/accessGroups/index.js +0 -18
- package/dist/api/resources/accessGroups/types/AccessGroupsListRequestSort.d.ts +0 -9
- package/dist/api/resources/accessGroups/types/AccessGroupsListRequestSort.js +0 -12
- package/dist/api/resources/accessGroups/types/index.d.ts +0 -1
- package/dist/api/resources/accessGroups/types/index.js +0 -17
- package/dist/api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.js +0 -3
- package/dist/api/resources/users/client/Client.d.ts +0 -145
- package/dist/api/resources/users/client/Client.js +0 -670
- package/dist/api/resources/users/client/index.d.ts +0 -1
- package/dist/api/resources/users/client/index.js +0 -17
- package/dist/api/resources/users/client/requests/UsersInviteRequest.d.ts +0 -13
- package/dist/api/resources/users/client/requests/UsersInviteRequest.js +0 -3
- package/dist/api/resources/users/client/requests/UsersListRequest.d.ts +0 -23
- package/dist/api/resources/users/client/requests/UsersListRequest.js +0 -3
- package/dist/api/resources/users/client/requests/index.d.ts +0 -2
- package/dist/api/resources/users/client/requests/index.js +0 -2
- package/dist/api/resources/users/index.d.ts +0 -2
- package/dist/api/resources/users/index.js +0 -18
- package/dist/api/resources/users/types/UserAccountAddedPayload.d.ts +0 -5
- package/dist/api/resources/users/types/UserAccountAddedPayload.js +0 -3
- package/dist/api/resources/users/types/UserAccountAddedPayloadPayload.d.ts +0 -20
- package/dist/api/resources/users/types/UserAccountAddedPayloadPayload.js +0 -3
- package/dist/api/resources/users/types/UserAccountAddedPayloadPayloadData.d.ts +0 -9
- package/dist/api/resources/users/types/UserAccountAddedPayloadPayloadData.js +0 -3
- package/dist/api/resources/users/types/UserAccountDeletedPayload.d.ts +0 -5
- package/dist/api/resources/users/types/UserAccountDeletedPayload.js +0 -3
- package/dist/api/resources/users/types/UserAccountDeletedPayloadPayload.d.ts +0 -20
- package/dist/api/resources/users/types/UserAccountDeletedPayloadPayload.js +0 -3
- package/dist/api/resources/users/types/UserAccountDeletedPayloadPayloadData.d.ts +0 -9
- package/dist/api/resources/users/types/UserAccountDeletedPayloadPayloadData.js +0 -3
- package/dist/api/resources/users/types/UserAccountUpdatedPayload.d.ts +0 -5
- package/dist/api/resources/users/types/UserAccountUpdatedPayload.js +0 -3
- package/dist/api/resources/users/types/UserAccountUpdatedPayloadPayload.d.ts +0 -20
- package/dist/api/resources/users/types/UserAccountUpdatedPayloadPayload.js +0 -3
- package/dist/api/resources/users/types/UserAccountUpdatedPayloadPayloadData.d.ts +0 -9
- package/dist/api/resources/users/types/UserAccountUpdatedPayloadPayloadData.js +0 -3
- package/dist/api/resources/users/types/UsersListRequestSort.d.ts +0 -33
- package/dist/api/resources/users/types/UsersListRequestSort.js +0 -36
- package/dist/api/resources/users/types/index.d.ts +0 -10
- package/dist/api/resources/users/types/index.js +0 -26
- package/dist/api/types/AccessGroup.d.ts +0 -12
- package/dist/api/types/AccessGroup.js +0 -3
- package/dist/api/types/AccessGroupList.d.ts +0 -16
- package/dist/api/types/AccessGroupList.js +0 -3
- package/dist/api/types/ConflictErrorBody.d.ts +0 -2
- package/dist/api/types/ConflictErrorBody.js +0 -3
- package/dist/api/types/DuplicateUserEmail.d.ts +0 -1
- package/dist/api/types/DuplicateUserEmail.js +0 -3
- package/dist/api/types/User.d.ts +0 -22
- package/dist/api/types/User.js +0 -3
- package/dist/api/types/UserAccessGroupsItem.d.ts +0 -14
- package/dist/api/types/UserAccessGroupsItem.js +0 -3
- package/dist/api/types/UserAccessGroupsItemType.d.ts +0 -10
- package/dist/api/types/UserAccessGroupsItemType.js +0 -13
- package/dist/api/types/UserData.d.ts +0 -7
- package/dist/api/types/UserData.js +0 -3
- package/dist/api/types/UserDataData.d.ts +0 -12
- package/dist/api/types/UserDataData.js +0 -3
- package/dist/api/types/UserLimitReached.d.ts +0 -1
- package/dist/api/types/UserLimitReached.js +0 -3
- package/dist/api/types/UserList.d.ts +0 -16
- package/dist/api/types/UserList.js +0 -3
- package/dist/api/types/UserStatus.d.ts +0 -7
- package/dist/api/types/UserStatus.js +0 -10
- package/dist/api/types/UsersNotEnabled.d.ts +0 -1
- package/dist/api/types/UsersNotEnabled.js +0 -3
- package/dist/serialization/resources/accessGroups/index.d.ts +0 -1
- package/dist/serialization/resources/accessGroups/index.js +0 -17
- package/dist/serialization/resources/accessGroups/types/AccessGroupsListRequestSort.d.ts +0 -7
- package/dist/serialization/resources/accessGroups/types/AccessGroupsListRequestSort.js +0 -39
- package/dist/serialization/resources/accessGroups/types/index.d.ts +0 -1
- package/dist/serialization/resources/accessGroups/types/index.js +0 -17
- package/dist/serialization/resources/users/client/index.d.ts +0 -1
- package/dist/serialization/resources/users/client/index.js +0 -17
- package/dist/serialization/resources/users/client/requests/UsersInviteRequest.d.ts +0 -10
- package/dist/serialization/resources/users/client/requests/UsersInviteRequest.js +0 -42
- package/dist/serialization/resources/users/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/users/client/requests/index.js +0 -5
- package/dist/serialization/resources/users/index.d.ts +0 -2
- package/dist/serialization/resources/users/index.js +0 -18
- package/dist/serialization/resources/users/types/UserAccountAddedPayload.d.ts +0 -11
- package/dist/serialization/resources/users/types/UserAccountAddedPayload.js +0 -43
- package/dist/serialization/resources/users/types/UserAccountAddedPayloadPayload.d.ts +0 -20
- package/dist/serialization/resources/users/types/UserAccountAddedPayloadPayload.js +0 -52
- package/dist/serialization/resources/users/types/UserAccountAddedPayloadPayloadData.d.ts +0 -12
- package/dist/serialization/resources/users/types/UserAccountAddedPayloadPayloadData.js +0 -44
- package/dist/serialization/resources/users/types/UserAccountDeletedPayload.d.ts +0 -11
- package/dist/serialization/resources/users/types/UserAccountDeletedPayload.js +0 -43
- package/dist/serialization/resources/users/types/UserAccountDeletedPayloadPayload.d.ts +0 -20
- package/dist/serialization/resources/users/types/UserAccountDeletedPayloadPayload.js +0 -52
- package/dist/serialization/resources/users/types/UserAccountDeletedPayloadPayloadData.d.ts +0 -12
- package/dist/serialization/resources/users/types/UserAccountDeletedPayloadPayloadData.js +0 -44
- package/dist/serialization/resources/users/types/UserAccountUpdatedPayload.d.ts +0 -11
- package/dist/serialization/resources/users/types/UserAccountUpdatedPayload.js +0 -43
- package/dist/serialization/resources/users/types/UserAccountUpdatedPayloadPayload.d.ts +0 -20
- package/dist/serialization/resources/users/types/UserAccountUpdatedPayloadPayload.js +0 -52
- package/dist/serialization/resources/users/types/UserAccountUpdatedPayloadPayloadData.d.ts +0 -12
- package/dist/serialization/resources/users/types/UserAccountUpdatedPayloadPayloadData.js +0 -44
- package/dist/serialization/resources/users/types/UsersListRequestSort.d.ts +0 -7
- package/dist/serialization/resources/users/types/UsersListRequestSort.js +0 -50
- package/dist/serialization/resources/users/types/index.d.ts +0 -10
- package/dist/serialization/resources/users/types/index.js +0 -26
- package/dist/serialization/types/AccessGroup.d.ts +0 -13
- package/dist/serialization/types/AccessGroupList.d.ts +0 -14
- package/dist/serialization/types/ConflictErrorBody.d.ts +0 -9
- package/dist/serialization/types/ConflictErrorBody.js +0 -41
- package/dist/serialization/types/DuplicateUserEmail.d.ts +0 -7
- package/dist/serialization/types/DuplicateUserEmail.js +0 -39
- package/dist/serialization/types/User.d.ts +0 -20
- package/dist/serialization/types/User.js +0 -52
- package/dist/serialization/types/UserAccessGroupsItem.d.ts +0 -11
- package/dist/serialization/types/UserAccessGroupsItemType.d.ts +0 -7
- package/dist/serialization/types/UserAccessGroupsItemType.js +0 -39
- package/dist/serialization/types/UserData.d.ts +0 -10
- package/dist/serialization/types/UserData.js +0 -42
- package/dist/serialization/types/UserDataData.d.ts +0 -13
- package/dist/serialization/types/UserDataData.js +0 -45
- package/dist/serialization/types/UserLimitReached.d.ts +0 -7
- package/dist/serialization/types/UserList.d.ts +0 -14
- package/dist/serialization/types/UserList.js +0 -46
- package/dist/serialization/types/UserStatus.d.ts +0 -7
- package/dist/serialization/types/UsersNotEnabled.d.ts +0 -7
- package/dist/serialization/types/UsersNotEnabled.js +0 -39
- package/serialization/resources/accessGroups/index.d.ts +0 -1
- package/serialization/resources/accessGroups/index.js +0 -17
- package/serialization/resources/accessGroups/types/AccessGroupsListRequestSort.d.ts +0 -7
- package/serialization/resources/accessGroups/types/AccessGroupsListRequestSort.js +0 -39
- package/serialization/resources/accessGroups/types/index.d.ts +0 -1
- package/serialization/resources/accessGroups/types/index.js +0 -17
- package/serialization/resources/users/client/index.d.ts +0 -1
- package/serialization/resources/users/client/index.js +0 -17
- package/serialization/resources/users/client/requests/UsersInviteRequest.d.ts +0 -10
- package/serialization/resources/users/client/requests/UsersInviteRequest.js +0 -42
- package/serialization/resources/users/client/requests/index.d.ts +0 -1
- package/serialization/resources/users/client/requests/index.js +0 -5
- package/serialization/resources/users/index.d.ts +0 -2
- package/serialization/resources/users/index.js +0 -18
- package/serialization/resources/users/types/UserAccountAddedPayload.d.ts +0 -11
- package/serialization/resources/users/types/UserAccountAddedPayload.js +0 -43
- package/serialization/resources/users/types/UserAccountAddedPayloadPayload.d.ts +0 -20
- package/serialization/resources/users/types/UserAccountAddedPayloadPayload.js +0 -52
- package/serialization/resources/users/types/UserAccountAddedPayloadPayloadData.d.ts +0 -12
- package/serialization/resources/users/types/UserAccountAddedPayloadPayloadData.js +0 -44
- package/serialization/resources/users/types/UserAccountDeletedPayload.d.ts +0 -11
- package/serialization/resources/users/types/UserAccountDeletedPayload.js +0 -43
- package/serialization/resources/users/types/UserAccountDeletedPayloadPayload.d.ts +0 -20
- package/serialization/resources/users/types/UserAccountDeletedPayloadPayload.js +0 -52
- package/serialization/resources/users/types/UserAccountDeletedPayloadPayloadData.d.ts +0 -12
- package/serialization/resources/users/types/UserAccountDeletedPayloadPayloadData.js +0 -44
- package/serialization/resources/users/types/UserAccountUpdatedPayload.d.ts +0 -11
- package/serialization/resources/users/types/UserAccountUpdatedPayload.js +0 -43
- package/serialization/resources/users/types/UserAccountUpdatedPayloadPayload.d.ts +0 -20
- package/serialization/resources/users/types/UserAccountUpdatedPayloadPayload.js +0 -52
- package/serialization/resources/users/types/UserAccountUpdatedPayloadPayloadData.d.ts +0 -12
- package/serialization/resources/users/types/UserAccountUpdatedPayloadPayloadData.js +0 -44
- package/serialization/resources/users/types/UsersListRequestSort.d.ts +0 -7
- package/serialization/resources/users/types/UsersListRequestSort.js +0 -50
- package/serialization/resources/users/types/index.d.ts +0 -10
- package/serialization/resources/users/types/index.js +0 -26
- package/serialization/types/AccessGroup.d.ts +0 -13
- package/serialization/types/AccessGroup.js +0 -45
- package/serialization/types/AccessGroupList.d.ts +0 -14
- package/serialization/types/AccessGroupList.js +0 -46
- package/serialization/types/ConflictErrorBody.d.ts +0 -9
- package/serialization/types/ConflictErrorBody.js +0 -41
- package/serialization/types/DuplicateUserEmail.d.ts +0 -7
- package/serialization/types/DuplicateUserEmail.js +0 -39
- package/serialization/types/User.d.ts +0 -20
- package/serialization/types/User.js +0 -52
- package/serialization/types/UserAccessGroupsItem.d.ts +0 -11
- package/serialization/types/UserAccessGroupsItemType.d.ts +0 -7
- package/serialization/types/UserAccessGroupsItemType.js +0 -39
- package/serialization/types/UserData.d.ts +0 -10
- package/serialization/types/UserData.js +0 -42
- package/serialization/types/UserDataData.d.ts +0 -13
- package/serialization/types/UserDataData.js +0 -45
- package/serialization/types/UserLimitReached.d.ts +0 -7
- package/serialization/types/UserLimitReached.js +0 -39
- package/serialization/types/UserList.d.ts +0 -14
- package/serialization/types/UserList.js +0 -46
- package/serialization/types/UserStatus.d.ts +0 -7
- package/serialization/types/UserStatus.js +0 -39
- package/serialization/types/UsersNotEnabled.d.ts +0 -7
- package/serialization/types/UsersNotEnabled.js +0 -39
- /package/api/resources/{accessGroups/client/requests/AccessGroupsListRequest.js → collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.js} +0 -0
- /package/api/{resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.js → types/SettingChange.js} +0 -0
- /package/api/{resources/users/client/requests/UsersInviteRequest.js → types/SettingChangeAuditLogItem.js} +0 -0
- /package/{api/resources/users/client/requests/UsersListRequest.js → dist/api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.js} +0 -0
- /package/{api/resources/users/types/UserAccountAddedPayload.js → dist/api/types/SettingChange.js} +0 -0
- /package/{api/resources/users/types/UserAccountAddedPayloadPayload.js → dist/api/types/SettingChangeAuditLogItem.js} +0 -0
|
@@ -1,316 +0,0 @@
|
|
|
1
|
-
imports:
|
|
2
|
-
root: ../__package__.yml
|
|
3
|
-
service:
|
|
4
|
-
auth: false
|
|
5
|
-
base-path: ''
|
|
6
|
-
endpoints:
|
|
7
|
-
list-submissions-by-site:
|
|
8
|
-
path: /sites/{site_id}/form_submissions
|
|
9
|
-
method: GET
|
|
10
|
-
auth:
|
|
11
|
-
- OAuth2:
|
|
12
|
-
- forms:read
|
|
13
|
-
docs: >
|
|
14
|
-
List all form submissions for a given site with the ability to filter
|
|
15
|
-
submissions by a centralized `elementId`.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
Add `elementId` when you want to filter form submissions to a specific
|
|
19
|
-
form in a site. You can get the `elementId` from the [List forms
|
|
20
|
-
endpoint](/data/reference/forms/forms/list) (displayed as
|
|
21
|
-
`formElementId` in the response).
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<Note title="Forms in components">
|
|
25
|
-
|
|
26
|
-
When a form is used in a Webflow component definition, each instance of
|
|
27
|
-
the component will yield a unique form. Adding the `elementId` in this
|
|
28
|
-
request ensures this API response includes all submissions from that
|
|
29
|
-
core form, wherever that form is used in instantiated components.
|
|
30
|
-
|
|
31
|
-
</Note>
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
Use the [List Form Submissions
|
|
35
|
-
endpoint](/data/reference/forms/form-submissions/list-submissions) to
|
|
36
|
-
list form submissions for a given form ID.
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
Required scope | `forms:read`
|
|
40
|
-
source:
|
|
41
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
42
|
-
path-parameters:
|
|
43
|
-
site_id:
|
|
44
|
-
type: string
|
|
45
|
-
docs: Unique identifier for a Site
|
|
46
|
-
display-name: List Form Submissions by Site
|
|
47
|
-
request:
|
|
48
|
-
name: FormsListSubmissionsBySiteRequest
|
|
49
|
-
query-parameters:
|
|
50
|
-
elementId:
|
|
51
|
-
type: optional<string>
|
|
52
|
-
docs: Identifier for an element
|
|
53
|
-
offset:
|
|
54
|
-
type: optional<double>
|
|
55
|
-
docs: >-
|
|
56
|
-
Offset used for pagination if the results have more than limit
|
|
57
|
-
records
|
|
58
|
-
limit:
|
|
59
|
-
type: optional<double>
|
|
60
|
-
docs: 'Maximum number of records to be returned (max limit: 100)'
|
|
61
|
-
response:
|
|
62
|
-
docs: Request was successful
|
|
63
|
-
type: root.FormSubmissionList
|
|
64
|
-
status-code: 200
|
|
65
|
-
errors:
|
|
66
|
-
- root.BadRequestError
|
|
67
|
-
- root.UnauthorizedError
|
|
68
|
-
- root.ForbiddenError
|
|
69
|
-
- root.NotFoundError
|
|
70
|
-
- root.TooManyRequestsError
|
|
71
|
-
- root.InternalServerError
|
|
72
|
-
examples:
|
|
73
|
-
- path-parameters:
|
|
74
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
75
|
-
query-parameters:
|
|
76
|
-
elementId: 18259716-3e5a-646a-5f41-5dc4b9405aa0
|
|
77
|
-
offset: 1.1
|
|
78
|
-
limit: 1.1
|
|
79
|
-
response:
|
|
80
|
-
body:
|
|
81
|
-
formSubmissions:
|
|
82
|
-
- id: 6321ca84df3949bfc6752327
|
|
83
|
-
displayName: Sample Form
|
|
84
|
-
siteId: 62749158efef318abc8d5a0f
|
|
85
|
-
workspaceId: 62749158efef318abc8d5a0f
|
|
86
|
-
dateSubmitted: '2022-09-14T12:35:16Z'
|
|
87
|
-
formResponse:
|
|
88
|
-
First Name: Arthur
|
|
89
|
-
Last Name: Dent
|
|
90
|
-
- id: 660d64fabf6e0a0d4edab981
|
|
91
|
-
displayName: Sample Form
|
|
92
|
-
siteId: 62749158efef318abc8d5a0f
|
|
93
|
-
workspaceId: 62749158efef318abc8d5a0f
|
|
94
|
-
dateSubmitted: '2022-09-14T12:35:16Z'
|
|
95
|
-
formResponse:
|
|
96
|
-
First Name: Ford
|
|
97
|
-
Last Name: Prefect
|
|
98
|
-
pagination:
|
|
99
|
-
limit: 25
|
|
100
|
-
offset: 0
|
|
101
|
-
total: 2
|
|
102
|
-
list-submissions:
|
|
103
|
-
path: /sites/{site_id}/forms/{form_id}/submissions
|
|
104
|
-
method: GET
|
|
105
|
-
auth:
|
|
106
|
-
- OAuth2:
|
|
107
|
-
- forms:read
|
|
108
|
-
docs: >
|
|
109
|
-
List form submissions for a given form ID within a specific site.
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
Use the [List Form Submissions by Site
|
|
113
|
-
endpoint](/data/reference/forms/form-submissions/list-submissions-by-site)
|
|
114
|
-
to list form submissions for a given site with the ability to filter by
|
|
115
|
-
a `formElementId`.
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
Required scope | `forms:read`
|
|
119
|
-
source:
|
|
120
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
121
|
-
path-parameters:
|
|
122
|
-
site_id:
|
|
123
|
-
type: string
|
|
124
|
-
docs: Unique identifier for a Site
|
|
125
|
-
form_id:
|
|
126
|
-
type: string
|
|
127
|
-
docs: Unique identifier for a Form
|
|
128
|
-
display-name: List Form Submissions
|
|
129
|
-
request:
|
|
130
|
-
name: FormsListSubmissionsRequest
|
|
131
|
-
query-parameters:
|
|
132
|
-
offset:
|
|
133
|
-
type: optional<double>
|
|
134
|
-
docs: >-
|
|
135
|
-
Offset used for pagination if the results have more than limit
|
|
136
|
-
records
|
|
137
|
-
limit:
|
|
138
|
-
type: optional<double>
|
|
139
|
-
docs: 'Maximum number of records to be returned (max limit: 100)'
|
|
140
|
-
response:
|
|
141
|
-
docs: Request was successful
|
|
142
|
-
type: root.FormSubmissionList
|
|
143
|
-
status-code: 200
|
|
144
|
-
errors:
|
|
145
|
-
- root.BadRequestError
|
|
146
|
-
- root.UnauthorizedError
|
|
147
|
-
- root.ForbiddenError
|
|
148
|
-
- root.NotFoundError
|
|
149
|
-
- root.TooManyRequestsError
|
|
150
|
-
- root.InternalServerError
|
|
151
|
-
examples:
|
|
152
|
-
- path-parameters:
|
|
153
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
154
|
-
form_id: 580e63e98c9a982ac9b8b741
|
|
155
|
-
query-parameters:
|
|
156
|
-
offset: 1.1
|
|
157
|
-
limit: 1.1
|
|
158
|
-
response:
|
|
159
|
-
body:
|
|
160
|
-
formSubmissions:
|
|
161
|
-
- id: 6321ca84df3949bfc6752327
|
|
162
|
-
displayName: Sample Form
|
|
163
|
-
siteId: 62749158efef318abc8d5a0f
|
|
164
|
-
workspaceId: 62749158efef318abc8d5a0f
|
|
165
|
-
dateSubmitted: '2022-09-14T12:35:16Z'
|
|
166
|
-
formResponse:
|
|
167
|
-
First Name: Arthur
|
|
168
|
-
Last Name: Dent
|
|
169
|
-
- id: 660d64fabf6e0a0d4edab981
|
|
170
|
-
displayName: Sample Form
|
|
171
|
-
siteId: 62749158efef318abc8d5a0f
|
|
172
|
-
workspaceId: 62749158efef318abc8d5a0f
|
|
173
|
-
dateSubmitted: '2022-09-14T12:35:16Z'
|
|
174
|
-
formResponse:
|
|
175
|
-
First Name: Ford
|
|
176
|
-
Last Name: Prefect
|
|
177
|
-
pagination:
|
|
178
|
-
limit: 25
|
|
179
|
-
offset: 0
|
|
180
|
-
total: 2
|
|
181
|
-
get-submission:
|
|
182
|
-
path: /sites/{site_id}/form_submissions/{form_submission_id}
|
|
183
|
-
method: GET
|
|
184
|
-
auth:
|
|
185
|
-
- OAuth2:
|
|
186
|
-
- forms:read
|
|
187
|
-
docs: |
|
|
188
|
-
Get information about a form submission within a specific site.
|
|
189
|
-
|
|
190
|
-
Required scope | `forms:read`
|
|
191
|
-
source:
|
|
192
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
193
|
-
path-parameters:
|
|
194
|
-
site_id:
|
|
195
|
-
type: string
|
|
196
|
-
docs: Unique identifier for a Site
|
|
197
|
-
form_submission_id:
|
|
198
|
-
type: string
|
|
199
|
-
docs: Unique identifier for a Form Submission
|
|
200
|
-
display-name: Get Form Submission by Site
|
|
201
|
-
response:
|
|
202
|
-
docs: Request was successful
|
|
203
|
-
type: root.FormSubmission
|
|
204
|
-
status-code: 200
|
|
205
|
-
errors:
|
|
206
|
-
- root.BadRequestError
|
|
207
|
-
- root.UnauthorizedError
|
|
208
|
-
- root.ForbiddenError
|
|
209
|
-
- root.NotFoundError
|
|
210
|
-
- root.TooManyRequestsError
|
|
211
|
-
- root.InternalServerError
|
|
212
|
-
examples:
|
|
213
|
-
- path-parameters:
|
|
214
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
215
|
-
form_submission_id: 580e63e98c9a982ac9b8b741
|
|
216
|
-
response:
|
|
217
|
-
body:
|
|
218
|
-
id: 6321ca84df3949bfc6752327
|
|
219
|
-
displayName: Sample Form
|
|
220
|
-
siteId: 62749158efef318abc8d5a0f
|
|
221
|
-
workspaceId: 62749158efef318abc8d5a0f
|
|
222
|
-
dateSubmitted: '2022-09-14T12:35:16Z'
|
|
223
|
-
formResponse:
|
|
224
|
-
First Name: Arthur
|
|
225
|
-
Last Name: Dent
|
|
226
|
-
delete-submission:
|
|
227
|
-
path: /sites/{site_id}/form_submissions/{form_submission_id}
|
|
228
|
-
method: DELETE
|
|
229
|
-
auth:
|
|
230
|
-
- OAuth2:
|
|
231
|
-
- forms:write
|
|
232
|
-
docs: |
|
|
233
|
-
Delete a form submission within a specific site.
|
|
234
|
-
|
|
235
|
-
Required scope | `forms:write`
|
|
236
|
-
source:
|
|
237
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
238
|
-
path-parameters:
|
|
239
|
-
site_id:
|
|
240
|
-
type: string
|
|
241
|
-
docs: Unique identifier for a Site
|
|
242
|
-
form_submission_id:
|
|
243
|
-
type: string
|
|
244
|
-
docs: Unique identifier for a Form Submission
|
|
245
|
-
display-name: Delete Form Submission by Site
|
|
246
|
-
errors:
|
|
247
|
-
- root.BadRequestError
|
|
248
|
-
- root.UnauthorizedError
|
|
249
|
-
- root.ForbiddenError
|
|
250
|
-
- root.NotFoundError
|
|
251
|
-
- root.ConflictError
|
|
252
|
-
- root.TooManyRequestsError
|
|
253
|
-
- root.InternalServerError
|
|
254
|
-
examples:
|
|
255
|
-
- path-parameters:
|
|
256
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
257
|
-
form_submission_id: 580e63e98c9a982ac9b8b741
|
|
258
|
-
update-submission:
|
|
259
|
-
path: /sites/{site_id}/form_submissions/{form_submission_id}
|
|
260
|
-
method: PATCH
|
|
261
|
-
auth:
|
|
262
|
-
- OAuth2:
|
|
263
|
-
- forms:write
|
|
264
|
-
docs: |
|
|
265
|
-
Update hidden fields on a form submission within a specific site.
|
|
266
|
-
|
|
267
|
-
Required scope | `forms:write`
|
|
268
|
-
source:
|
|
269
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
270
|
-
path-parameters:
|
|
271
|
-
site_id:
|
|
272
|
-
type: string
|
|
273
|
-
docs: Unique identifier for a Site
|
|
274
|
-
form_submission_id:
|
|
275
|
-
type: string
|
|
276
|
-
docs: Unique identifier for a Form Submission
|
|
277
|
-
display-name: Modify Form Submission by Site
|
|
278
|
-
request:
|
|
279
|
-
name: FormsUpdateSubmissionRequest
|
|
280
|
-
body:
|
|
281
|
-
properties:
|
|
282
|
-
formSubmissionData:
|
|
283
|
-
type: optional<map<string, unknown>>
|
|
284
|
-
docs: >-
|
|
285
|
-
An existing **hidden field** defined on the form schema, and the
|
|
286
|
-
corresponding value to set
|
|
287
|
-
content-type: application/json
|
|
288
|
-
response:
|
|
289
|
-
docs: Request was successful
|
|
290
|
-
type: root.FormSubmission
|
|
291
|
-
status-code: 200
|
|
292
|
-
errors:
|
|
293
|
-
- root.BadRequestError
|
|
294
|
-
- root.UnauthorizedError
|
|
295
|
-
- root.ForbiddenError
|
|
296
|
-
- root.NotFoundError
|
|
297
|
-
- root.ConflictError
|
|
298
|
-
- root.TooManyRequestsError
|
|
299
|
-
- root.InternalServerError
|
|
300
|
-
examples:
|
|
301
|
-
- path-parameters:
|
|
302
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
303
|
-
form_submission_id: 580e63e98c9a982ac9b8b741
|
|
304
|
-
request: {}
|
|
305
|
-
response:
|
|
306
|
-
body:
|
|
307
|
-
id: 6321ca84df3949bfc6752327
|
|
308
|
-
displayName: Sample Form
|
|
309
|
-
siteId: 62749158efef318abc8d5a0f
|
|
310
|
-
workspaceId: 62749158efef318abc8d5a0f
|
|
311
|
-
dateSubmitted: '2022-09-14T12:35:16Z'
|
|
312
|
-
formResponse:
|
|
313
|
-
First Name: Arthur
|
|
314
|
-
Last Name: Dent
|
|
315
|
-
source:
|
|
316
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
imports:
|
|
2
|
-
root: ../__package__.yml
|
|
3
|
-
service:
|
|
4
|
-
auth: false
|
|
5
|
-
base-path: ''
|
|
6
|
-
endpoints:
|
|
7
|
-
get-site-plan:
|
|
8
|
-
path: /sites/{site_id}/plan
|
|
9
|
-
method: GET
|
|
10
|
-
auth:
|
|
11
|
-
- OAuth2:
|
|
12
|
-
- sites:read
|
|
13
|
-
docs: >
|
|
14
|
-
Get site plan details for the specified Site.
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
<Warning title="Enterprise Only">This endpoint requires an Enterprise
|
|
18
|
-
workspace.</Warning>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Required scope | `sites:read`
|
|
22
|
-
source:
|
|
23
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
24
|
-
path-parameters:
|
|
25
|
-
site_id:
|
|
26
|
-
type: string
|
|
27
|
-
docs: Unique identifier for a Site
|
|
28
|
-
display-name: Get Site Plan
|
|
29
|
-
response:
|
|
30
|
-
docs: Request was successful
|
|
31
|
-
type: root.SitePlan
|
|
32
|
-
status-code: 200
|
|
33
|
-
errors:
|
|
34
|
-
- root.BadRequestError
|
|
35
|
-
- root.UnauthorizedError
|
|
36
|
-
- root.NotFoundError
|
|
37
|
-
- root.TooManyRequestsError
|
|
38
|
-
- root.InternalServerError
|
|
39
|
-
examples:
|
|
40
|
-
- path-parameters:
|
|
41
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
42
|
-
response:
|
|
43
|
-
body:
|
|
44
|
-
id: hosting-business-v4
|
|
45
|
-
name: Business Hosting
|
|
46
|
-
pricingInfo: https://webflow.com/pricing
|
|
47
|
-
source:
|
|
48
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
imports:
|
|
2
|
-
root: ../__package__.yml
|
|
3
|
-
service:
|
|
4
|
-
auth: false
|
|
5
|
-
base-path: ''
|
|
6
|
-
endpoints:
|
|
7
|
-
list:
|
|
8
|
-
path: /sites/{site_id}/redirects
|
|
9
|
-
method: GET
|
|
10
|
-
auth:
|
|
11
|
-
- OAuth2:
|
|
12
|
-
- sites:read
|
|
13
|
-
docs: >
|
|
14
|
-
Fetch a list of all 301 redirect rules configured for a specific site.
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
Use this endpoint to review, audit, or manage the redirection rules that
|
|
18
|
-
control how traffic is rerouted on your site.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<Warning title="Enterprise Only">This endpoint requires an Enterprise
|
|
22
|
-
workspace.</Warning>
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
Required scope: `sites:read`
|
|
26
|
-
source:
|
|
27
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
28
|
-
path-parameters:
|
|
29
|
-
site_id:
|
|
30
|
-
type: string
|
|
31
|
-
docs: Unique identifier for a Site
|
|
32
|
-
display-name: Get 301 redirects
|
|
33
|
-
response:
|
|
34
|
-
docs: Request was successful
|
|
35
|
-
type: root.Redirects
|
|
36
|
-
status-code: 200
|
|
37
|
-
errors:
|
|
38
|
-
- root.BadRequestError
|
|
39
|
-
- root.UnauthorizedError
|
|
40
|
-
- root.NotFoundError
|
|
41
|
-
- root.TooManyRequestsError
|
|
42
|
-
- root.InternalServerError
|
|
43
|
-
examples:
|
|
44
|
-
- path-parameters:
|
|
45
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
46
|
-
response:
|
|
47
|
-
body:
|
|
48
|
-
redirects:
|
|
49
|
-
- id: 42e1a2b7aa1a13f768a0042a
|
|
50
|
-
fromUrl: /mostly-harmless
|
|
51
|
-
toUrl: /earth
|
|
52
|
-
- id: 6x9e7f8d9a4b1c2d3e4f5678
|
|
53
|
-
fromUrl: /babel-fish
|
|
54
|
-
toUrl: /translate
|
|
55
|
-
pagination:
|
|
56
|
-
limit: 100
|
|
57
|
-
offset: 0
|
|
58
|
-
total: 2
|
|
59
|
-
create:
|
|
60
|
-
path: /sites/{site_id}/redirects
|
|
61
|
-
method: POST
|
|
62
|
-
auth:
|
|
63
|
-
- OAuth2:
|
|
64
|
-
- sites:write
|
|
65
|
-
docs: >
|
|
66
|
-
Add a new 301 redirection rule to a site.
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
This endpoint allows you to define a source path (`fromUrl`) and its
|
|
70
|
-
corresponding destination path (`toUrl`), which will dictate how traffic
|
|
71
|
-
is rerouted on your site. This is useful for managing site changes,
|
|
72
|
-
restructuring URLs, or handling outdated links.
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
<Warning title="Enterprise Only">This endpoint requires an Enterprise
|
|
76
|
-
workspace.</Warning>
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
Required scope: `sites:write`
|
|
80
|
-
source:
|
|
81
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
82
|
-
path-parameters:
|
|
83
|
-
site_id:
|
|
84
|
-
type: string
|
|
85
|
-
docs: Unique identifier for a Site
|
|
86
|
-
display-name: Create a 301 redirect
|
|
87
|
-
request:
|
|
88
|
-
body: root.Redirect
|
|
89
|
-
content-type: application/json
|
|
90
|
-
response:
|
|
91
|
-
docs: Request was successful
|
|
92
|
-
type: root.Redirect
|
|
93
|
-
status-code: 200
|
|
94
|
-
errors:
|
|
95
|
-
- root.BadRequestError
|
|
96
|
-
- root.UnauthorizedError
|
|
97
|
-
- root.NotFoundError
|
|
98
|
-
- root.TooManyRequestsError
|
|
99
|
-
- root.InternalServerError
|
|
100
|
-
examples:
|
|
101
|
-
- path-parameters:
|
|
102
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
103
|
-
request:
|
|
104
|
-
id: 42e1a2b7aa1a13f768a0042a
|
|
105
|
-
fromUrl: /mostly-harmless
|
|
106
|
-
toUrl: /earth
|
|
107
|
-
response:
|
|
108
|
-
body:
|
|
109
|
-
id: 42e1a2b7aa1a13f768a0042a
|
|
110
|
-
fromUrl: /mostly-harmless
|
|
111
|
-
toUrl: /earth
|
|
112
|
-
delete:
|
|
113
|
-
path: /sites/{site_id}/redirects/{redirect_id}
|
|
114
|
-
method: DELETE
|
|
115
|
-
auth:
|
|
116
|
-
- OAuth2:
|
|
117
|
-
- sites:write
|
|
118
|
-
docs: >
|
|
119
|
-
Remove a 301 redirection rule from a site.
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
This is useful for cleaning up outdated or unnecessary redirects,
|
|
123
|
-
ensuring that your site's routing behavior remains efficient and
|
|
124
|
-
up-to-date.
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
<Warning title="Enterprise Only">This endpoint requires an Enterprise
|
|
128
|
-
workspace.</Warning>
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
Required scope: `sites:write`
|
|
132
|
-
source:
|
|
133
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
134
|
-
path-parameters:
|
|
135
|
-
site_id:
|
|
136
|
-
type: string
|
|
137
|
-
docs: Unique identifier for a Site
|
|
138
|
-
redirect_id:
|
|
139
|
-
type: string
|
|
140
|
-
docs: Unique identifier site rediect
|
|
141
|
-
display-name: Delete 301 redirects
|
|
142
|
-
response:
|
|
143
|
-
docs: Request was successful
|
|
144
|
-
type: root.Redirects
|
|
145
|
-
status-code: 200
|
|
146
|
-
errors:
|
|
147
|
-
- root.BadRequestError
|
|
148
|
-
- root.UnauthorizedError
|
|
149
|
-
- root.NotFoundError
|
|
150
|
-
- root.TooManyRequestsError
|
|
151
|
-
- root.InternalServerError
|
|
152
|
-
examples:
|
|
153
|
-
- path-parameters:
|
|
154
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
155
|
-
redirect_id: 66c4cb9a20cac35ed19500e6
|
|
156
|
-
response:
|
|
157
|
-
body:
|
|
158
|
-
redirects:
|
|
159
|
-
- id: 42e1a2b7aa1a13f768a0042a
|
|
160
|
-
fromUrl: /mostly-harmless
|
|
161
|
-
toUrl: /earth
|
|
162
|
-
- id: 6x9e7f8d9a4b1c2d3e4f5678
|
|
163
|
-
fromUrl: /babel-fish
|
|
164
|
-
toUrl: /translate
|
|
165
|
-
pagination:
|
|
166
|
-
limit: 100
|
|
167
|
-
offset: 0
|
|
168
|
-
total: 2
|
|
169
|
-
update:
|
|
170
|
-
path: /sites/{site_id}/redirects/{redirect_id}
|
|
171
|
-
method: PATCH
|
|
172
|
-
auth:
|
|
173
|
-
- OAuth2:
|
|
174
|
-
- sites:write
|
|
175
|
-
docs: >
|
|
176
|
-
Update a 301 redirection rule from a site.
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
<Warning title="Enterprise Only">This endpoint requires an Enterprise
|
|
180
|
-
workspace.</Warning>
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
Required scope: `sites:write`
|
|
184
|
-
source:
|
|
185
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
186
|
-
path-parameters:
|
|
187
|
-
site_id:
|
|
188
|
-
type: string
|
|
189
|
-
docs: Unique identifier for a Site
|
|
190
|
-
redirect_id:
|
|
191
|
-
type: string
|
|
192
|
-
docs: Unique identifier site rediect
|
|
193
|
-
display-name: Update 301 redirect
|
|
194
|
-
request:
|
|
195
|
-
body: root.Redirect
|
|
196
|
-
content-type: application/json
|
|
197
|
-
response:
|
|
198
|
-
docs: Request was successful
|
|
199
|
-
type: root.Redirect
|
|
200
|
-
status-code: 200
|
|
201
|
-
errors:
|
|
202
|
-
- root.BadRequestError
|
|
203
|
-
- root.UnauthorizedError
|
|
204
|
-
- root.NotFoundError
|
|
205
|
-
- root.TooManyRequestsError
|
|
206
|
-
- root.InternalServerError
|
|
207
|
-
examples:
|
|
208
|
-
- path-parameters:
|
|
209
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
210
|
-
redirect_id: 66c4cb9a20cac35ed19500e6
|
|
211
|
-
request:
|
|
212
|
-
id: 42e1a2b7aa1a13f768a0042a
|
|
213
|
-
fromUrl: /mostly-harmless
|
|
214
|
-
toUrl: /earth
|
|
215
|
-
response:
|
|
216
|
-
body:
|
|
217
|
-
id: 42e1a2b7aa1a13f768a0042a
|
|
218
|
-
fromUrl: /mostly-harmless
|
|
219
|
-
toUrl: /earth
|
|
220
|
-
source:
|
|
221
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|