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,236 +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}/registered_scripts
|
|
9
|
-
method: GET
|
|
10
|
-
auth:
|
|
11
|
-
- OAuth2:
|
|
12
|
-
- custom_code:read
|
|
13
|
-
docs: >
|
|
14
|
-
Get a list of scripts that have been registered to a site. A site can
|
|
15
|
-
have a maximum of 800 registered scripts.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
<Note title="Script Registration">
|
|
19
|
-
To apply a script to a site or page, the script must first be registered to a site via the [Register Script](/data/reference/custom-code/custom-code/register-hosted) endpoints. Once registered, the script can be applied to a Site or Page using the appropriate endpoints. See the documentation on [working with Custom Code](/data/docs/custom-code) for more information.
|
|
20
|
-
</Note>
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
Required scope | `custom_code:read`
|
|
24
|
-
source:
|
|
25
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
26
|
-
path-parameters:
|
|
27
|
-
site_id:
|
|
28
|
-
type: string
|
|
29
|
-
docs: Unique identifier for a Site
|
|
30
|
-
display-name: Get Registered Scripts
|
|
31
|
-
response:
|
|
32
|
-
docs: Request was successful
|
|
33
|
-
type: root.RegisteredScriptList
|
|
34
|
-
status-code: 200
|
|
35
|
-
errors:
|
|
36
|
-
- root.BadRequestError
|
|
37
|
-
- root.UnauthorizedError
|
|
38
|
-
- root.NotFoundError
|
|
39
|
-
- root.TooManyRequestsError
|
|
40
|
-
- root.InternalServerError
|
|
41
|
-
examples:
|
|
42
|
-
- path-parameters:
|
|
43
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
44
|
-
response:
|
|
45
|
-
body:
|
|
46
|
-
registeredScripts:
|
|
47
|
-
- id: alert
|
|
48
|
-
canCopy: false
|
|
49
|
-
displayName: Alert
|
|
50
|
-
hostedLocation: https://cdn.webflow.io/.../alert-0.0.1.js
|
|
51
|
-
integrityHash: integrityHash
|
|
52
|
-
createdOn: '2022-10-26T00:28:54.191Z'
|
|
53
|
-
lastUpdated: lastUpdated
|
|
54
|
-
version: 0.0.1
|
|
55
|
-
- id: alert
|
|
56
|
-
canCopy: false
|
|
57
|
-
displayName: Alert
|
|
58
|
-
hostedLocation: https://cdn.webflow.io/.../alert-0.0.2.js
|
|
59
|
-
integrityHash: integrityHash
|
|
60
|
-
createdOn: '2022-10-26T00:28:54.191Z'
|
|
61
|
-
lastUpdated: lastUpdated
|
|
62
|
-
version: 0.0.2
|
|
63
|
-
- id: cms_slider
|
|
64
|
-
canCopy: true
|
|
65
|
-
displayName: CMS Slider
|
|
66
|
-
hostedLocation: https://cdn.jsdelivr.net/.../cms_slider.js
|
|
67
|
-
integrityHash: >-
|
|
68
|
-
sha384-J+YlJ8v0gpaRoKH7SbFbEmxOZlAxLiwNjfSsBhDooGa5roXlPPpXbEevck4J7YZ+
|
|
69
|
-
createdOn: '2022-10-26T00:28:54.191Z'
|
|
70
|
-
lastUpdated: lastUpdated
|
|
71
|
-
version: 1.0.0
|
|
72
|
-
pagination:
|
|
73
|
-
limit: 100
|
|
74
|
-
offset: 0
|
|
75
|
-
total: 3
|
|
76
|
-
register-hosted:
|
|
77
|
-
path: /sites/{site_id}/registered_scripts/hosted
|
|
78
|
-
method: POST
|
|
79
|
-
auth:
|
|
80
|
-
- OAuth2:
|
|
81
|
-
- custom_code:write
|
|
82
|
-
docs: |
|
|
83
|
-
Register a hosted script to a site.
|
|
84
|
-
|
|
85
|
-
<Note title="Script Registration">
|
|
86
|
-
To apply a script to a site or page, the script must first be registered to a site via the [Register Script](/data/reference/custom-code/custom-code/register-hosted) endpoints. Once registered, the script can be applied to a Site or Page using the appropriate endpoints. See the documentation on [working with Custom Code](/data/docs/custom-code) for more information.
|
|
87
|
-
</Note>
|
|
88
|
-
|
|
89
|
-
Required scope | `custom_code:write`
|
|
90
|
-
source:
|
|
91
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
92
|
-
path-parameters:
|
|
93
|
-
site_id:
|
|
94
|
-
type: string
|
|
95
|
-
docs: Unique identifier for a Site
|
|
96
|
-
display-name: Register Script - Hosted
|
|
97
|
-
request:
|
|
98
|
-
name: CustomCodeHostedRequest
|
|
99
|
-
body:
|
|
100
|
-
properties:
|
|
101
|
-
hostedLocation:
|
|
102
|
-
type: string
|
|
103
|
-
docs: URI for an externally hosted script location
|
|
104
|
-
integrityHash:
|
|
105
|
-
type: string
|
|
106
|
-
docs: Sub-Resource Integrity Hash
|
|
107
|
-
canCopy:
|
|
108
|
-
type: optional<boolean>
|
|
109
|
-
docs: >-
|
|
110
|
-
Define whether the script can be copied on site duplication and
|
|
111
|
-
transfer
|
|
112
|
-
default: false
|
|
113
|
-
version:
|
|
114
|
-
type: string
|
|
115
|
-
docs: >-
|
|
116
|
-
A Semantic Version (SemVer) string, denoting the version of the
|
|
117
|
-
script
|
|
118
|
-
displayName:
|
|
119
|
-
type: string
|
|
120
|
-
docs: >-
|
|
121
|
-
User-facing name for the script. Must be between 1 and 50
|
|
122
|
-
alphanumeric characters
|
|
123
|
-
content-type: application/json
|
|
124
|
-
response:
|
|
125
|
-
docs: Request was successful
|
|
126
|
-
type: root.CustomCodeHostedResponse
|
|
127
|
-
status-code: 201
|
|
128
|
-
errors:
|
|
129
|
-
- root.BadRequestError
|
|
130
|
-
- root.UnauthorizedError
|
|
131
|
-
- root.NotFoundError
|
|
132
|
-
- root.TooManyRequestsError
|
|
133
|
-
- root.InternalServerError
|
|
134
|
-
examples:
|
|
135
|
-
- path-parameters:
|
|
136
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
137
|
-
request:
|
|
138
|
-
hostedLocation: hostedLocation
|
|
139
|
-
integrityHash: integrityHash
|
|
140
|
-
version: version
|
|
141
|
-
displayName: displayName
|
|
142
|
-
response:
|
|
143
|
-
body:
|
|
144
|
-
id: cms_slider
|
|
145
|
-
canCopy: true
|
|
146
|
-
displayName: CMS Slider
|
|
147
|
-
hostedLocation: https://cdn.jsdelivr.net/.../cmsslider.js
|
|
148
|
-
integrityHash: >-
|
|
149
|
-
sha384-J+YlJ8v0gpaRoKH7SbFbEmxOZlAxLiwNjfSsBhDooGa5roXlPPpXbEevck4J7YZ+
|
|
150
|
-
createdOn: '2022-10-26T00:28:54.191Z'
|
|
151
|
-
lastUpdated: lastUpdated
|
|
152
|
-
version: 1.0.0
|
|
153
|
-
register-inline:
|
|
154
|
-
path: /sites/{site_id}/registered_scripts/inline
|
|
155
|
-
method: POST
|
|
156
|
-
auth:
|
|
157
|
-
- OAuth2:
|
|
158
|
-
- custom_code:write
|
|
159
|
-
docs: >
|
|
160
|
-
Register an inline script to a site. Inline scripts are limited to 2000
|
|
161
|
-
characters.
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
<Note title="Script Registration">
|
|
165
|
-
To apply a script to a site or page, the script must first be registered to a site via the [Register Script](/data/reference/custom-code/custom-code/register-hosted) endpoints. Once registered, the script can be applied to a Site or Page using the appropriate endpoints. See the documentation on [working with Custom Code](/data/docs/custom-code) for more information.
|
|
166
|
-
</Note>
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
Required scope | `custom_code:write`
|
|
170
|
-
source:
|
|
171
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
172
|
-
path-parameters:
|
|
173
|
-
site_id:
|
|
174
|
-
type: string
|
|
175
|
-
docs: Unique identifier for a Site
|
|
176
|
-
display-name: Register Script - Inline
|
|
177
|
-
request:
|
|
178
|
-
name: CustomCodeInlineRequest
|
|
179
|
-
body:
|
|
180
|
-
properties:
|
|
181
|
-
sourceCode:
|
|
182
|
-
type: string
|
|
183
|
-
docs: The code to be added to the site (to be hosted by Webflow).
|
|
184
|
-
integrityHash:
|
|
185
|
-
type: optional<string>
|
|
186
|
-
docs: >-
|
|
187
|
-
Sub-Resource Integrity Hash. Only required for externally hosted
|
|
188
|
-
scripts (passed via hostedLocation)
|
|
189
|
-
canCopy:
|
|
190
|
-
type: optional<boolean>
|
|
191
|
-
docs: >-
|
|
192
|
-
Define whether the script can be copied on site duplication and
|
|
193
|
-
transfer
|
|
194
|
-
default: false
|
|
195
|
-
version:
|
|
196
|
-
type: string
|
|
197
|
-
docs: >-
|
|
198
|
-
A Semantic Version (SemVer) string, denoting the version of the
|
|
199
|
-
script
|
|
200
|
-
displayName:
|
|
201
|
-
type: string
|
|
202
|
-
docs: >-
|
|
203
|
-
User-facing name for the script. Must be between 1 and 50
|
|
204
|
-
alphanumeric characters
|
|
205
|
-
content-type: application/json
|
|
206
|
-
response:
|
|
207
|
-
docs: Created
|
|
208
|
-
type: root.CustomCodeInlineResponse
|
|
209
|
-
status-code: 201
|
|
210
|
-
errors:
|
|
211
|
-
- root.BadRequestError
|
|
212
|
-
- root.UnauthorizedError
|
|
213
|
-
- root.NotFoundError
|
|
214
|
-
- root.TooManyRequestsError
|
|
215
|
-
- root.InternalServerError
|
|
216
|
-
examples:
|
|
217
|
-
- name: CustomCodeInlineResponse
|
|
218
|
-
path-parameters:
|
|
219
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
220
|
-
request:
|
|
221
|
-
sourceCode: alert('hello world');
|
|
222
|
-
version: 0.0.1
|
|
223
|
-
displayName: Alert
|
|
224
|
-
response:
|
|
225
|
-
body:
|
|
226
|
-
id: alert
|
|
227
|
-
canCopy: false
|
|
228
|
-
displayName: Alert
|
|
229
|
-
hostedLocation: >-
|
|
230
|
-
https://uploads-ssl.webflow.com/6258612d1ee792848f805dcf%2F64b6c769ff52ba6c3d904a91%2F660d6e15b3d1696f2d2b1447%2Falert-0.0.1.js
|
|
231
|
-
integrityHash: integrityHash
|
|
232
|
-
createdOn: '2022-10-26T00:28:54.191Z'
|
|
233
|
-
lastUpdated: lastUpdated
|
|
234
|
-
version: 0.0.1
|
|
235
|
-
source:
|
|
236
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
@@ -1,77 +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}/activity_logs
|
|
9
|
-
method: GET
|
|
10
|
-
auth:
|
|
11
|
-
- OAuth2:
|
|
12
|
-
- site_activity:read
|
|
13
|
-
docs: >
|
|
14
|
-
Retrieve Activity Logs for a specific Site.
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
<Warning title="Enterprise Only">This endpoint requires an Enterprise
|
|
18
|
-
workspace.</Warning>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Required scope: `site_activity: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 Activity Logs
|
|
29
|
-
request:
|
|
30
|
-
name: ActivityLogsListRequest
|
|
31
|
-
query-parameters:
|
|
32
|
-
limit:
|
|
33
|
-
type: optional<double>
|
|
34
|
-
docs: 'Maximum number of records to be returned (max limit: 100)'
|
|
35
|
-
offset:
|
|
36
|
-
type: optional<double>
|
|
37
|
-
docs: >-
|
|
38
|
-
Offset used for pagination if the results have more than limit
|
|
39
|
-
records
|
|
40
|
-
response:
|
|
41
|
-
docs: A list of site activity logs
|
|
42
|
-
type: root.SiteActivityLogResponse
|
|
43
|
-
status-code: 200
|
|
44
|
-
errors:
|
|
45
|
-
- root.ForbiddenError
|
|
46
|
-
- root.NotFoundError
|
|
47
|
-
- root.TooManyRequestsError
|
|
48
|
-
- root.InternalServerError
|
|
49
|
-
examples:
|
|
50
|
-
- path-parameters:
|
|
51
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
52
|
-
query-parameters:
|
|
53
|
-
limit: 1.1
|
|
54
|
-
offset: 1.1
|
|
55
|
-
response:
|
|
56
|
-
body:
|
|
57
|
-
items:
|
|
58
|
-
- id: 654c16c7b229e56bcf26872d
|
|
59
|
-
createdOn: '2023-11-08T23:16:23Z'
|
|
60
|
-
lastUpdated: '2023-11-08T23:16:23Z'
|
|
61
|
-
event: cms_collection
|
|
62
|
-
resourceOperation: CREATED
|
|
63
|
-
user:
|
|
64
|
-
id: 6509cd56e90eec668b009712
|
|
65
|
-
displayName: John Doe
|
|
66
|
-
resourceId: 654c16c7b229e56bcf26870c
|
|
67
|
-
resourceName: foo-bar
|
|
68
|
-
newValue: newValue
|
|
69
|
-
previousValue: previousValue
|
|
70
|
-
payload:
|
|
71
|
-
key: value
|
|
72
|
-
pagination:
|
|
73
|
-
limit: 25
|
|
74
|
-
offset: 0
|
|
75
|
-
total: 1
|
|
76
|
-
source:
|
|
77
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
@@ -1,352 +0,0 @@
|
|
|
1
|
-
types:
|
|
2
|
-
CommentsListCommentThreadsRequestSortBy:
|
|
3
|
-
enum:
|
|
4
|
-
- createdOn
|
|
5
|
-
- lastUpdated
|
|
6
|
-
source:
|
|
7
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
8
|
-
CommentsListCommentThreadsRequestSortOrder:
|
|
9
|
-
enum:
|
|
10
|
-
- asc
|
|
11
|
-
- desc
|
|
12
|
-
source:
|
|
13
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
14
|
-
CommentsGetCommentThreadRequestSortBy:
|
|
15
|
-
enum:
|
|
16
|
-
- createdOn
|
|
17
|
-
- lastUpdated
|
|
18
|
-
source:
|
|
19
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
20
|
-
CommentsGetCommentThreadRequestSortOrder:
|
|
21
|
-
enum:
|
|
22
|
-
- asc
|
|
23
|
-
- desc
|
|
24
|
-
source:
|
|
25
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
26
|
-
CommentsListCommentRepliesRequestSortBy:
|
|
27
|
-
enum:
|
|
28
|
-
- createdOn
|
|
29
|
-
- lastUpdated
|
|
30
|
-
source:
|
|
31
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
32
|
-
CommentsListCommentRepliesRequestSortOrder:
|
|
33
|
-
enum:
|
|
34
|
-
- asc
|
|
35
|
-
- desc
|
|
36
|
-
source:
|
|
37
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
38
|
-
imports:
|
|
39
|
-
root: ../__package__.yml
|
|
40
|
-
service:
|
|
41
|
-
auth: false
|
|
42
|
-
base-path: ''
|
|
43
|
-
endpoints:
|
|
44
|
-
list-comment-threads:
|
|
45
|
-
path: /sites/{site_id}/comments
|
|
46
|
-
method: GET
|
|
47
|
-
auth:
|
|
48
|
-
- OAuth2:
|
|
49
|
-
- comments:read
|
|
50
|
-
docs: |
|
|
51
|
-
List all comment threads for a site.
|
|
52
|
-
|
|
53
|
-
<Note title="Timing of comment threads">
|
|
54
|
-
There may be a delay of up to 5 minutes before new comments appear in the system.
|
|
55
|
-
</Note>
|
|
56
|
-
|
|
57
|
-
Required scope | `comments:read`
|
|
58
|
-
source:
|
|
59
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
60
|
-
path-parameters:
|
|
61
|
-
site_id:
|
|
62
|
-
type: string
|
|
63
|
-
docs: Unique identifier for a Site
|
|
64
|
-
display-name: List Comment Threads
|
|
65
|
-
request:
|
|
66
|
-
name: CommentsListCommentThreadsRequest
|
|
67
|
-
query-parameters:
|
|
68
|
-
localeId:
|
|
69
|
-
type: optional<string>
|
|
70
|
-
docs: >
|
|
71
|
-
Unique identifier for a specific Locale.
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
[Lear more about
|
|
75
|
-
localization.](/data/v2.0.0/docs/working-with-localization)
|
|
76
|
-
offset:
|
|
77
|
-
type: optional<double>
|
|
78
|
-
docs: >-
|
|
79
|
-
Offset used for pagination if the results have more than limit
|
|
80
|
-
records
|
|
81
|
-
limit:
|
|
82
|
-
type: optional<double>
|
|
83
|
-
docs: 'Maximum number of records to be returned (max limit: 100)'
|
|
84
|
-
sortBy:
|
|
85
|
-
type: optional<CommentsListCommentThreadsRequestSortBy>
|
|
86
|
-
docs: >-
|
|
87
|
-
Sort results by the provided value. Only allowed when sortOrder is
|
|
88
|
-
provided.
|
|
89
|
-
sortOrder:
|
|
90
|
-
type: optional<CommentsListCommentThreadsRequestSortOrder>
|
|
91
|
-
docs: Sorts the results by asc or desc
|
|
92
|
-
response:
|
|
93
|
-
docs: Request was successful
|
|
94
|
-
type: root.CommentThreadList
|
|
95
|
-
status-code: 200
|
|
96
|
-
errors:
|
|
97
|
-
- root.BadRequestError
|
|
98
|
-
- root.UnauthorizedError
|
|
99
|
-
- root.NotFoundError
|
|
100
|
-
- root.TooManyRequestsError
|
|
101
|
-
- root.InternalServerError
|
|
102
|
-
examples:
|
|
103
|
-
- path-parameters:
|
|
104
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
105
|
-
query-parameters:
|
|
106
|
-
localeId: 65427cf400e02b306eaa04a0
|
|
107
|
-
offset: 1.1
|
|
108
|
-
limit: 1.1
|
|
109
|
-
sortBy: createdOn
|
|
110
|
-
sortOrder: asc
|
|
111
|
-
response:
|
|
112
|
-
body:
|
|
113
|
-
comments:
|
|
114
|
-
- id: 679d2ddb5196117ad04d1ffa
|
|
115
|
-
siteId: 679826b3b20b045e176bc4b5
|
|
116
|
-
pageId: 679826b3b20b045e176bc4bc
|
|
117
|
-
localeId: 67993753d910db250db64b3e
|
|
118
|
-
itemId: 580e64008c9a982ac9b8b754
|
|
119
|
-
breakpoint: main
|
|
120
|
-
url: >-
|
|
121
|
-
https://webflow.com/design/site-slug-4ec832?workflow=comment&commentId=679d2ddb5196117ad04d1ff8&pageId=679826b3b20b045e176bc4bc
|
|
122
|
-
content: 'Let''s go to the pub! [[6287ec36a841b25637c663df]] '
|
|
123
|
-
isResolved: false
|
|
124
|
-
author:
|
|
125
|
-
userId: 6287ec36a841b25637c663df
|
|
126
|
-
email: ford.prefect@heartofgold.spaceship
|
|
127
|
-
name: Ford Prefect
|
|
128
|
-
mentionedUsers:
|
|
129
|
-
- userId: 6287ec36a841b25637c663df
|
|
130
|
-
email: arthur.dent@heartofgold.spaceship
|
|
131
|
-
name: Arthur Dent
|
|
132
|
-
createdOn: '2025-01-31T20:08:59.759Z'
|
|
133
|
-
lastUpdated: '2025-01-31T20:08:59.759Z'
|
|
134
|
-
- id: 679d2ddb5196117ad04d1ffc
|
|
135
|
-
siteId: 679826b3b20b045e176bc4b5
|
|
136
|
-
pageId: 679826b3b20b045e176bc4bc
|
|
137
|
-
localeId: 67993753d910db250db64b3e
|
|
138
|
-
itemId: 580e64008c9a982ac9b8b754
|
|
139
|
-
breakpoint: main
|
|
140
|
-
url: >-
|
|
141
|
-
https://webflow.com/design/site-slug-4ec832?workflow=comment&commentId=679d2ddb5196117ad04d1ff8&pageId=679826b3b20b045e176bc4bc
|
|
142
|
-
content: >-
|
|
143
|
-
You have five minutes left to drink it
|
|
144
|
-
[[6287ec36a841b25637c663df]]
|
|
145
|
-
isResolved: false
|
|
146
|
-
author:
|
|
147
|
-
userId: 6287ec36a841b25637c663df
|
|
148
|
-
email: ford.prefect@heartofgold.spaceship
|
|
149
|
-
name: Ford Prefect
|
|
150
|
-
mentionedUsers:
|
|
151
|
-
- userId: 6287ec36a841b25637c663df
|
|
152
|
-
email: arthur.dent@heartofgold.spaceship
|
|
153
|
-
name: Arthur Dent
|
|
154
|
-
createdOn: '2025-01-31T20:08:59.759Z'
|
|
155
|
-
lastUpdated: '2025-01-31T20:08:59.759Z'
|
|
156
|
-
pagination:
|
|
157
|
-
limit: 2
|
|
158
|
-
offset: 0
|
|
159
|
-
total: 2
|
|
160
|
-
get-comment-thread:
|
|
161
|
-
path: /sites/{site_id}/comments/{comment_thread_id}
|
|
162
|
-
method: GET
|
|
163
|
-
auth:
|
|
164
|
-
- OAuth2:
|
|
165
|
-
- comments:read
|
|
166
|
-
docs: |
|
|
167
|
-
Get details of a specific comment thread.
|
|
168
|
-
|
|
169
|
-
<Note title="Timing of comment threads">
|
|
170
|
-
There may be a delay of up to 5 minutes before new comments appear in the system.
|
|
171
|
-
</Note>
|
|
172
|
-
|
|
173
|
-
Required scope | `comments:read`
|
|
174
|
-
source:
|
|
175
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
176
|
-
path-parameters:
|
|
177
|
-
site_id:
|
|
178
|
-
type: string
|
|
179
|
-
docs: Unique identifier for a Site
|
|
180
|
-
comment_thread_id:
|
|
181
|
-
type: string
|
|
182
|
-
docs: Unique identifier for a Comment Thread
|
|
183
|
-
display-name: Get Comment Thread
|
|
184
|
-
request:
|
|
185
|
-
name: CommentsGetCommentThreadRequest
|
|
186
|
-
query-parameters:
|
|
187
|
-
localeId:
|
|
188
|
-
type: optional<string>
|
|
189
|
-
docs: >
|
|
190
|
-
Unique identifier for a specific Locale.
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
[Lear more about
|
|
194
|
-
localization.](/data/v2.0.0/docs/working-with-localization)
|
|
195
|
-
offset:
|
|
196
|
-
type: optional<double>
|
|
197
|
-
docs: >-
|
|
198
|
-
Offset used for pagination if the results have more than limit
|
|
199
|
-
records
|
|
200
|
-
limit:
|
|
201
|
-
type: optional<double>
|
|
202
|
-
docs: 'Maximum number of records to be returned (max limit: 100)'
|
|
203
|
-
sortBy:
|
|
204
|
-
type: optional<CommentsGetCommentThreadRequestSortBy>
|
|
205
|
-
docs: >-
|
|
206
|
-
Sort results by the provided value. Only allowed when sortOrder is
|
|
207
|
-
provided.
|
|
208
|
-
sortOrder:
|
|
209
|
-
type: optional<CommentsGetCommentThreadRequestSortOrder>
|
|
210
|
-
docs: Sorts the results by asc or desc
|
|
211
|
-
response:
|
|
212
|
-
docs: Request was successful
|
|
213
|
-
type: root.CommentThread
|
|
214
|
-
status-code: 200
|
|
215
|
-
errors:
|
|
216
|
-
- root.BadRequestError
|
|
217
|
-
- root.UnauthorizedError
|
|
218
|
-
- root.NotFoundError
|
|
219
|
-
- root.TooManyRequestsError
|
|
220
|
-
- root.InternalServerError
|
|
221
|
-
examples:
|
|
222
|
-
- path-parameters:
|
|
223
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
224
|
-
comment_thread_id: 580e63e98c9a982ac9b8b741
|
|
225
|
-
query-parameters:
|
|
226
|
-
localeId: 65427cf400e02b306eaa04a0
|
|
227
|
-
offset: 1.1
|
|
228
|
-
limit: 1.1
|
|
229
|
-
sortBy: createdOn
|
|
230
|
-
sortOrder: asc
|
|
231
|
-
response:
|
|
232
|
-
body:
|
|
233
|
-
id: 580e64008c9a982ac9b8b754
|
|
234
|
-
siteId: 580e64008c9a982ac9b8b754
|
|
235
|
-
pageId: 580e64008c9a982ac9b8b754
|
|
236
|
-
localeId: 580e64008c9a982ac9b8b754
|
|
237
|
-
itemId: 580e64008c9a982ac9b8b754
|
|
238
|
-
breakpoint: main
|
|
239
|
-
url: >-
|
|
240
|
-
https://webflow.com/design/site-slug-4ec832?workflow=comment&commentId=679d2ddb5196117ad04d1ff8&pageId=679826b3b20b045e176bc4bc
|
|
241
|
-
content: This is a comment reply
|
|
242
|
-
isResolved: true
|
|
243
|
-
author:
|
|
244
|
-
userId: userId
|
|
245
|
-
email: email
|
|
246
|
-
name: name
|
|
247
|
-
mentionedUsers:
|
|
248
|
-
- userId: 6287ec36a841b25637c663df
|
|
249
|
-
email: arthur.dent@heartofgold.spaceship
|
|
250
|
-
name: Arthur Dent
|
|
251
|
-
createdOn: '2023-03-17T18:47:35.560Z'
|
|
252
|
-
lastUpdated: '2023-03-17T18:47:35.560Z'
|
|
253
|
-
list-comment-replies:
|
|
254
|
-
path: /sites/{site_id}/comments/{comment_thread_id}/replies
|
|
255
|
-
method: GET
|
|
256
|
-
auth:
|
|
257
|
-
- OAuth2:
|
|
258
|
-
- comments:read
|
|
259
|
-
docs: |
|
|
260
|
-
List all replies to a specific comment thread.
|
|
261
|
-
|
|
262
|
-
<Note title="Timing of comment threads">
|
|
263
|
-
There may be a delay of up to 5 minutes before new comments appear in the system.
|
|
264
|
-
</Note>
|
|
265
|
-
|
|
266
|
-
Required scope | `comments:read`
|
|
267
|
-
source:
|
|
268
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
269
|
-
path-parameters:
|
|
270
|
-
site_id:
|
|
271
|
-
type: string
|
|
272
|
-
docs: Unique identifier for a Site
|
|
273
|
-
comment_thread_id:
|
|
274
|
-
type: string
|
|
275
|
-
docs: Unique identifier for a Comment Thread
|
|
276
|
-
display-name: List Comment Replies
|
|
277
|
-
request:
|
|
278
|
-
name: CommentsListCommentRepliesRequest
|
|
279
|
-
query-parameters:
|
|
280
|
-
localeId:
|
|
281
|
-
type: optional<string>
|
|
282
|
-
docs: >
|
|
283
|
-
Unique identifier for a specific Locale.
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
[Lear more about
|
|
287
|
-
localization.](/data/v2.0.0/docs/working-with-localization)
|
|
288
|
-
offset:
|
|
289
|
-
type: optional<double>
|
|
290
|
-
docs: >-
|
|
291
|
-
Offset used for pagination if the results have more than limit
|
|
292
|
-
records
|
|
293
|
-
limit:
|
|
294
|
-
type: optional<double>
|
|
295
|
-
docs: 'Maximum number of records to be returned (max limit: 100)'
|
|
296
|
-
sortBy:
|
|
297
|
-
type: optional<CommentsListCommentRepliesRequestSortBy>
|
|
298
|
-
docs: >-
|
|
299
|
-
Sort results by the provided value. Only allowed when sortOrder is
|
|
300
|
-
provided.
|
|
301
|
-
sortOrder:
|
|
302
|
-
type: optional<CommentsListCommentRepliesRequestSortOrder>
|
|
303
|
-
docs: Sorts the results by asc or desc
|
|
304
|
-
response:
|
|
305
|
-
docs: Request was successful
|
|
306
|
-
type: root.CommentReplyList
|
|
307
|
-
status-code: 200
|
|
308
|
-
errors:
|
|
309
|
-
- root.BadRequestError
|
|
310
|
-
- root.UnauthorizedError
|
|
311
|
-
- root.NotFoundError
|
|
312
|
-
- root.TooManyRequestsError
|
|
313
|
-
- root.InternalServerError
|
|
314
|
-
examples:
|
|
315
|
-
- path-parameters:
|
|
316
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
317
|
-
comment_thread_id: 580e63e98c9a982ac9b8b741
|
|
318
|
-
query-parameters:
|
|
319
|
-
localeId: 65427cf400e02b306eaa04a0
|
|
320
|
-
offset: 1.1
|
|
321
|
-
limit: 1.1
|
|
322
|
-
sortBy: createdOn
|
|
323
|
-
sortOrder: asc
|
|
324
|
-
response:
|
|
325
|
-
body:
|
|
326
|
-
comments:
|
|
327
|
-
- id: 679d2ddb5196117ad04d1ffa
|
|
328
|
-
commentId: 679d2ddb5196117ad04d1ff8
|
|
329
|
-
siteId: 679826b3b20b045e176bc4b5
|
|
330
|
-
pageId: 679826b3b20b045e176bc4bc
|
|
331
|
-
localeId: 67993753d910db250db64b3e
|
|
332
|
-
breakpoint: main
|
|
333
|
-
content: >-
|
|
334
|
-
This comment mentions another user
|
|
335
|
-
[[6287ec36a841b25637c663df]]
|
|
336
|
-
isResolved: false
|
|
337
|
-
author:
|
|
338
|
-
id: id
|
|
339
|
-
email: email
|
|
340
|
-
name: name
|
|
341
|
-
mentionedUsers:
|
|
342
|
-
- id: id
|
|
343
|
-
email: arthur.dent@example.com
|
|
344
|
-
name: Arthur Dent
|
|
345
|
-
lastUpdated: '2025-01-31T20:08:59.759Z'
|
|
346
|
-
createdOn: '2025-01-31T20:08:59.759Z'
|
|
347
|
-
pagination:
|
|
348
|
-
limit: 2
|
|
349
|
-
offset: 0
|
|
350
|
-
total: 1
|
|
351
|
-
source:
|
|
352
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|