From 3259aeb2dbcd1729c988f2cf454f490d7156f9b9 Mon Sep 17 00:00:00 2001 From: HSiddiqui Date: Fri, 26 Jun 2026 11:54:30 -0400 Subject: [PATCH] API-6000: Fixed broken relative URLs in public-spec and regenerated SDKs --- .speakeasy/workflow.lock | 22 +- cvent-public-spec/openapi.yaml | 148 ++++----- packages/csharp/.speakeasy/gen.lock | 302 ++++++++--------- packages/csharp/.speakeasy/gen.yaml | 2 +- .../Models/Components/AttendeeContactInfo.md | 80 ++--- .../csharp/docs/Models/Components/Event1.md | 2 +- .../docs/Models/Components/EventInput.md | 2 +- .../docs/Models/Components/EventUpdate.md | 2 +- .../Models/Components/EventUpdateInput.md | 2 +- .../Requests/GetAccountBudgetItemsRequest.md | 14 +- .../Requests/GetAccountVendorsRequest.md | 14 +- .../Requests/GetAirActualDetailRequest.md | 20 +- .../Models/Requests/GetAirRequestsRequest.md | 20 +- .../GetAllEventSurveyResponsesRequest.md | 14 +- .../GetAlternateTravelAnswersRequest.md | 16 +- .../Requests/GetBudgetAllocationsRequest.md | 16 +- .../Models/Requests/GetBudgetItemsRequest.md | 16 +- .../Requests/GetCardTransactionsRequest.md | 14 +- .../docs/Models/Requests/GetCardsRequest.md | 10 +- .../GetCurrencyConversionRateRequest.md | 16 +- .../Requests/GetEventBudgetTotalsRequest.md | 16 +- .../Requests/GetEventFeaturesRequest.md | 14 +- .../GetEventSurveyRespondentsRequest.md | 18 +- .../GetEventSurveyResponsesRequest.md | 18 +- .../Models/Requests/GetEventSurveysRequest.md | 16 +- .../Requests/GetHotelRequestsRequest.md | 20 +- .../GetHousingReservationRequestsRequest.md | 16 +- .../Models/Requests/GetHubMembersRequest.md | 14 +- .../Models/Requests/GetLargeChoicesRequest.md | 10 +- .../Models/Requests/GetOrderItemsRequest.md | 18 +- .../docs/Models/Requests/GetOrdersRequest.md | 18 +- .../Models/Requests/GetPaymentsRequest.md | 16 +- .../Models/Requests/GetQuestionsRequest.md | 14 +- .../Models/Requests/GetRespondentsRequest.md | 14 +- .../Models/Requests/GetResponsesRequest.md | 14 +- .../GetStandardSurveyRespondentsRequest.md | 16 +- .../GetStandardSurveyResponsesRequest.md | 14 +- .../Requests/GetStandardSurveysRequest.md | 14 +- .../docs/Models/Requests/GetSurveyRequest.md | 14 +- .../Requests/GetTransactionItemsRequest.md | 16 +- .../Models/Requests/GetTransactionsRequest.md | 16 +- .../Models/Requests/GetVideoViewsRequest.md | 14 +- .../ListAssociatedAudienceSegmentsRequest.md | 12 +- .../Requests/ListAttendeeActivitiesRequest.md | 14 +- .../ListAttendeeAudienceSegmentsRequest.md | 12 +- .../Requests/ListAttendeeLinksRequest.md | 14 +- .../Models/Requests/ListAttendeesRequest.md | 20 +- .../ListAudienceSegmentsPostFilterRequest.md | 16 +- .../Requests/ListAudienceSegmentsRequest.md | 16 +- .../Requests/ListContactGroupsRequest.md | 14 +- .../Requests/ListContactTypesRequest.md | 10 +- .../Models/Requests/ListContactsRequest.md | 16 +- .../ListDiscountedAgendaItemsRequest.md | 12 +- .../Requests/ListDonationItemsRequest.md | 12 +- .../Models/Requests/ListDurationsRequest.md | 16 +- .../Requests/ListEventDiscountsRequest.md | 18 +- .../Requests/ListEventVouchersRequest.md | 18 +- ...ternalAttendeeActivitiesMetadataRequest.md | 14 +- .../Models/Requests/ListFeeItemsRequest.md | 12 +- .../docs/Models/Requests/ListHubsRequest.md | 10 +- .../Requests/ListMembershipItemsRequest.md | 12 +- .../Models/Requests/ListPlayersRequest.md | 14 +- .../Requests/ListProgramItemsRequest.md | 10 +- .../Requests/ListQuantityItemsRequest.md | 12 +- .../ListSegmentAssociatedAttendeesRequest.md | 18 +- .../Models/Requests/ListSessionDocsRequest.md | 12 +- .../Requests/ListSessionsCategoriesRequest.md | 12 +- .../Models/Requests/ListSessionsRequest.md | 18 +- .../docs/Models/Requests/ListTaxesRequest.md | 12 +- .../docs/Models/Requests/ListVideosRequest.md | 16 +- .../ListWebcastAttendeeLinksRequest.md | 16 +- .../Models/Requests/ListWebcastsRequest.md | 14 +- .../csharp/docs/sdks/authentication/README.md | 2 +- packages/csharp/docs/sdks/bulk/README.md | 2 +- packages/csharp/docs/sdks/housing/README.md | 4 +- .../csharp/docs/sdks/meetingrequest/README.md | 8 +- .../csharp/src/Cvent/SDK/Authentication.cs | 4 +- packages/csharp/src/Cvent/SDK/Bulk.cs | 4 +- .../csharp/src/Cvent/SDK/Cvent.SDK.csproj | 2 +- packages/csharp/src/Cvent/SDK/CventSDK.cs | 4 +- packages/csharp/src/Cvent/SDK/Housing.cs | 8 +- .../csharp/src/Cvent/SDK/MeetingRequest.cs | 16 +- .../Models/Components/AttendeeContactInfo.cs | 8 +- .../src/Cvent/SDK/Models/Components/Event1.cs | 2 +- .../Cvent/SDK/Models/Components/EventInput.cs | 2 +- .../SDK/Models/Components/EventUpdate.cs | 2 +- .../SDK/Models/Components/EventUpdateInput.cs | 2 +- .../Requests/GetAccountBudgetItemsRequest.cs | 2 +- .../Requests/GetAccountVendorsRequest.cs | 2 +- .../Requests/GetAirActualDetailRequest.cs | 2 +- .../Models/Requests/GetAirRequestsRequest.cs | 2 +- .../GetAllEventSurveyResponsesRequest.cs | 2 +- .../GetAlternateTravelAnswersRequest.cs | 2 +- .../Requests/GetBudgetAllocationsRequest.cs | 2 +- .../Models/Requests/GetBudgetItemsRequest.cs | 2 +- .../Requests/GetCardTransactionsRequest.cs | 2 +- .../SDK/Models/Requests/GetCardsRequest.cs | 2 +- .../GetCurrencyConversionRateRequest.cs | 2 +- .../Requests/GetEventBudgetTotalsRequest.cs | 2 +- .../Requests/GetEventFeaturesRequest.cs | 2 +- .../GetEventSurveyRespondentsRequest.cs | 2 +- .../GetEventSurveyResponsesRequest.cs | 2 +- .../Models/Requests/GetEventSurveysRequest.cs | 2 +- .../Requests/GetHotelRequestsRequest.cs | 2 +- .../GetHousingReservationRequestsRequest.cs | 2 +- .../Models/Requests/GetHubMembersRequest.cs | 2 +- .../Models/Requests/GetLargeChoicesRequest.cs | 2 +- .../Models/Requests/GetOrderItemsRequest.cs | 2 +- .../SDK/Models/Requests/GetOrdersRequest.cs | 2 +- .../SDK/Models/Requests/GetPaymentsRequest.cs | 2 +- .../Models/Requests/GetQuestionsRequest.cs | 2 +- .../Models/Requests/GetRespondentsRequest.cs | 2 +- .../Models/Requests/GetResponsesRequest.cs | 2 +- .../GetStandardSurveyRespondentsRequest.cs | 2 +- .../GetStandardSurveyResponsesRequest.cs | 2 +- .../Requests/GetStandardSurveysRequest.cs | 2 +- .../SDK/Models/Requests/GetSurveyRequest.cs | 2 +- .../Requests/GetTransactionItemsRequest.cs | 2 +- .../Models/Requests/GetTransactionsRequest.cs | 2 +- .../Models/Requests/GetVideoViewsRequest.cs | 2 +- .../ListAssociatedAudienceSegmentsRequest.cs | 2 +- .../Requests/ListAttendeeActivitiesRequest.cs | 2 +- .../ListAttendeeAudienceSegmentsRequest.cs | 2 +- .../Requests/ListAttendeeLinksRequest.cs | 2 +- .../Models/Requests/ListAttendeesRequest.cs | 2 +- .../ListAudienceSegmentsPostFilterRequest.cs | 2 +- .../Requests/ListAudienceSegmentsRequest.cs | 2 +- .../Requests/ListContactGroupsRequest.cs | 2 +- .../Requests/ListContactTypesRequest.cs | 2 +- .../Models/Requests/ListContactsRequest.cs | 2 +- .../ListDiscountedAgendaItemsRequest.cs | 2 +- .../Requests/ListDonationItemsRequest.cs | 2 +- .../Models/Requests/ListDurationsRequest.cs | 2 +- .../Requests/ListEventDiscountsRequest.cs | 2 +- .../Requests/ListEventVouchersRequest.cs | 2 +- ...ternalAttendeeActivitiesMetadataRequest.cs | 2 +- .../Models/Requests/ListFeeItemsRequest.cs | 2 +- .../SDK/Models/Requests/ListHubsRequest.cs | 2 +- .../Requests/ListMembershipItemsRequest.cs | 2 +- .../SDK/Models/Requests/ListPlayersRequest.cs | 2 +- .../Requests/ListProgramItemsRequest.cs | 2 +- .../Requests/ListQuantityItemsRequest.cs | 2 +- .../ListSegmentAssociatedAttendeesRequest.cs | 2 +- .../Models/Requests/ListSessionDocsRequest.cs | 2 +- .../Requests/ListSessionsCategoriesRequest.cs | 2 +- .../Models/Requests/ListSessionsRequest.cs | 2 +- .../SDK/Models/Requests/ListTaxesRequest.cs | 2 +- .../SDK/Models/Requests/ListVideosRequest.cs | 2 +- .../ListWebcastAttendeeLinksRequest.cs | 2 +- .../Models/Requests/ListWebcastsRequest.cs | 2 +- packages/csharp/src/Cvent/SDK/SDKConfig.cs | 2 +- .../csharp/src/Cvent/SDK/Utils/Constants.cs | 2 +- packages/java/.speakeasy/gen.lock | 310 +++++++++--------- packages/java/.speakeasy/gen.yaml | 2 +- packages/java/README.md | 4 +- .../models/components/AttendeeContactInfo.md | 80 ++--- .../java/docs/models/components/Event1.md | 2 +- .../java/docs/models/components/EventInput.md | 2 +- .../docs/models/components/EventUpdate.md | 2 +- .../models/components/EventUpdateInput.md | 2 +- .../GetAccountBudgetItemsRequest.md | 14 +- .../operations/GetAccountVendorsRequest.md | 14 +- .../operations/GetAirActualDetailRequest.md | 20 +- .../operations/GetAirRequestsRequest.md | 20 +- .../GetAllEventSurveyResponsesRequest.md | 14 +- .../GetAlternateTravelAnswersRequest.md | 16 +- .../operations/GetBudgetAllocationsRequest.md | 16 +- .../operations/GetBudgetItemsRequest.md | 16 +- .../operations/GetCardTransactionsRequest.md | 14 +- .../docs/models/operations/GetCardsRequest.md | 10 +- .../GetCurrencyConversionRateRequest.md | 16 +- .../operations/GetEventBudgetTotalsRequest.md | 16 +- .../operations/GetEventFeaturesRequest.md | 14 +- .../GetEventSurveyRespondentsRequest.md | 18 +- .../GetEventSurveyResponsesRequest.md | 18 +- .../operations/GetEventSurveysRequest.md | 16 +- .../operations/GetHotelRequestsRequest.md | 20 +- .../GetHousingReservationRequestsRequest.md | 16 +- .../models/operations/GetHubMembersRequest.md | 14 +- .../operations/GetLargeChoicesRequest.md | 10 +- .../models/operations/GetOrderItemsRequest.md | 18 +- .../models/operations/GetOrdersRequest.md | 18 +- .../models/operations/GetPaymentsRequest.md | 16 +- .../models/operations/GetQuestionsRequest.md | 14 +- .../operations/GetRespondentsRequest.md | 14 +- .../models/operations/GetResponsesRequest.md | 14 +- .../GetStandardSurveyRespondentsRequest.md | 16 +- .../GetStandardSurveyResponsesRequest.md | 14 +- .../operations/GetStandardSurveysRequest.md | 14 +- .../models/operations/GetSurveyRequest.md | 14 +- .../operations/GetTransactionItemsRequest.md | 16 +- .../operations/GetTransactionsRequest.md | 16 +- .../models/operations/GetVideoViewsRequest.md | 14 +- .../ListAssociatedAudienceSegmentsRequest.md | 12 +- .../ListAttendeeActivitiesRequest.md | 14 +- .../ListAttendeeAudienceSegmentsRequest.md | 12 +- .../operations/ListAttendeeLinksRequest.md | 14 +- .../models/operations/ListAttendeesRequest.md | 20 +- .../ListAudienceSegmentsPostFilterRequest.md | 16 +- .../operations/ListAudienceSegmentsRequest.md | 16 +- .../operations/ListContactGroupsRequest.md | 14 +- .../operations/ListContactTypesRequest.md | 10 +- .../models/operations/ListContactsRequest.md | 16 +- .../ListDiscountedAgendaItemsRequest.md | 12 +- .../operations/ListDonationItemsRequest.md | 12 +- .../models/operations/ListDurationsRequest.md | 16 +- .../operations/ListEventDiscountsRequest.md | 18 +- .../operations/ListEventVouchersRequest.md | 18 +- ...ternalAttendeeActivitiesMetadataRequest.md | 14 +- .../models/operations/ListFeeItemsRequest.md | 12 +- .../docs/models/operations/ListHubsRequest.md | 10 +- .../operations/ListMembershipItemsRequest.md | 12 +- .../models/operations/ListPlayersRequest.md | 14 +- .../operations/ListProgramItemsRequest.md | 10 +- .../operations/ListQuantityItemsRequest.md | 12 +- .../ListSegmentAssociatedAttendeesRequest.md | 18 +- .../operations/ListSessionDocsRequest.md | 12 +- .../ListSessionsCategoriesRequest.md | 12 +- .../models/operations/ListSessionsRequest.md | 18 +- .../models/operations/ListTaxesRequest.md | 12 +- .../models/operations/ListVideosRequest.md | 16 +- .../ListWebcastAttendeeLinksRequest.md | 16 +- .../models/operations/ListWebcastsRequest.md | 14 +- .../java/docs/sdks/authentication/README.md | 2 +- packages/java/docs/sdks/bulk/README.md | 2 +- packages/java/docs/sdks/housing/README.md | 4 +- .../java/docs/sdks/meetingrequest/README.md | 8 +- packages/java/gradle.properties | 2 +- .../java/com/cvent/AsyncAuthentication.java | 9 +- .../src/main/java/com/cvent/AsyncBulk.java | 3 +- .../main/java/com/cvent/AsyncCventSDK.java | 16 +- .../src/main/java/com/cvent/AsyncHousing.java | 11 +- .../java/com/cvent/AsyncMeetingRequest.java | 42 ++- .../main/java/com/cvent/Authentication.java | 9 +- .../java/src/main/java/com/cvent/Bulk.java | 3 +- .../src/main/java/com/cvent/CventSDK.java | 16 +- .../java/src/main/java/com/cvent/Housing.java | 11 +- .../main/java/com/cvent/MeetingRequest.java | 42 ++- .../main/java/com/cvent/SDKConfiguration.java | 2 +- .../components/AttendeeContactInfo.java | 96 ++++-- .../com/cvent/models/components/Event1.java | 12 +- .../cvent/models/components/EventInput.java | 12 +- .../cvent/models/components/EventUpdate.java | 12 +- .../models/components/EventUpdateInput.java | 12 +- .../GetAccountBudgetItemsRequest.java | 8 +- .../operations/GetAccountVendorsRequest.java | 8 +- .../operations/GetAirActualDetailRequest.java | 8 +- .../operations/GetAirRequestsRequest.java | 8 +- .../GetAllEventSurveyResponsesRequest.java | 8 +- .../GetAlternateTravelAnswersRequest.java | 8 +- .../GetBudgetAllocationsRequest.java | 8 +- .../operations/GetBudgetItemsRequest.java | 8 +- .../GetCardTransactionsRequest.java | 8 +- .../models/operations/GetCardsRequest.java | 8 +- .../GetCurrencyConversionRateRequest.java | 8 +- .../GetEventBudgetTotalsRequest.java | 8 +- .../operations/GetEventFeaturesRequest.java | 8 +- .../GetEventSurveyRespondentsRequest.java | 8 +- .../GetEventSurveyResponsesRequest.java | 8 +- .../operations/GetEventSurveysRequest.java | 8 +- .../operations/GetHotelRequestsRequest.java | 8 +- .../GetHousingReservationRequestsRequest.java | 8 +- .../operations/GetHubMembersRequest.java | 8 +- .../operations/GetLargeChoicesRequest.java | 8 +- .../operations/GetOrderItemsRequest.java | 8 +- .../models/operations/GetOrdersRequest.java | 8 +- .../models/operations/GetPaymentsRequest.java | 8 +- .../operations/GetQuestionsRequest.java | 8 +- .../operations/GetRespondentsRequest.java | 8 +- .../operations/GetResponsesRequest.java | 8 +- .../GetStandardSurveyRespondentsRequest.java | 8 +- .../GetStandardSurveyResponsesRequest.java | 8 +- .../operations/GetStandardSurveysRequest.java | 8 +- .../models/operations/GetSurveyRequest.java | 8 +- .../GetTransactionItemsRequest.java | 8 +- .../operations/GetTransactionsRequest.java | 8 +- .../operations/GetVideoViewsRequest.java | 8 +- ...ListAssociatedAudienceSegmentsRequest.java | 8 +- .../ListAttendeeActivitiesRequest.java | 8 +- .../ListAttendeeAudienceSegmentsRequest.java | 8 +- .../operations/ListAttendeeLinksRequest.java | 8 +- .../operations/ListAttendeesRequest.java | 8 +- ...ListAudienceSegmentsPostFilterRequest.java | 8 +- .../ListAudienceSegmentsRequest.java | 8 +- .../operations/ListContactGroupsRequest.java | 8 +- .../operations/ListContactTypesRequest.java | 8 +- .../operations/ListContactsRequest.java | 8 +- .../ListDiscountedAgendaItemsRequest.java | 8 +- .../operations/ListDonationItemsRequest.java | 8 +- .../operations/ListDurationsRequest.java | 8 +- .../operations/ListEventDiscountsRequest.java | 8 +- .../operations/ListEventVouchersRequest.java | 8 +- ...rnalAttendeeActivitiesMetadataRequest.java | 8 +- .../operations/ListFeeItemsRequest.java | 8 +- .../models/operations/ListHubsRequest.java | 8 +- .../ListMembershipItemsRequest.java | 8 +- .../models/operations/ListPlayersRequest.java | 8 +- .../operations/ListProgramItemsRequest.java | 8 +- .../operations/ListQuantityItemsRequest.java | 8 +- ...ListSegmentAssociatedAttendeesRequest.java | 8 +- .../operations/ListSessionDocsRequest.java | 8 +- .../ListSessionsCategoriesRequest.java | 8 +- .../operations/ListSessionsRequest.java | 8 +- .../models/operations/ListTaxesRequest.java | 8 +- .../models/operations/ListVideosRequest.java | 8 +- .../ListWebcastAttendeeLinksRequest.java | 8 +- .../operations/ListWebcastsRequest.java | 8 +- packages/typescript/.speakeasy/gen.lock | 306 ++++++++--------- packages/typescript/.speakeasy/gen.yaml | 2 +- .../models/components/attendeecontactinfo.md | 80 ++--- .../docs/models/components/event1.md | 2 +- .../docs/models/components/eventinput.md | 2 +- .../docs/models/components/eventupdate.md | 2 +- .../models/components/eventupdateinput.md | 2 +- .../getaccountbudgetitemsrequest.md | 14 +- .../operations/getaccountvendorsrequest.md | 14 +- .../operations/getairactualdetailrequest.md | 20 +- .../operations/getairrequestsrequest.md | 20 +- .../getalleventsurveyresponsesrequest.md | 14 +- .../getalternatetravelanswersrequest.md | 16 +- .../operations/getbudgetallocationsrequest.md | 16 +- .../operations/getbudgetitemsrequest.md | 16 +- .../docs/models/operations/getcardsrequest.md | 10 +- .../operations/getcardtransactionsrequest.md | 14 +- .../getcurrencyconversionraterequest.md | 16 +- .../operations/geteventbudgettotalsrequest.md | 16 +- .../operations/geteventfeaturesrequest.md | 14 +- .../geteventsurveyrespondentsrequest.md | 18 +- .../geteventsurveyresponsesrequest.md | 18 +- .../operations/geteventsurveysrequest.md | 16 +- .../operations/gethotelrequestsrequest.md | 20 +- .../gethousingreservationrequestsrequest.md | 16 +- .../models/operations/gethubmembersrequest.md | 14 +- .../operations/getlargechoicesrequest.md | 10 +- .../models/operations/getorderitemsrequest.md | 18 +- .../models/operations/getordersrequest.md | 18 +- .../models/operations/getpaymentsrequest.md | 16 +- .../models/operations/getquestionsrequest.md | 14 +- .../operations/getrespondentsrequest.md | 14 +- .../models/operations/getresponsesrequest.md | 14 +- .../getstandardsurveyrespondentsrequest.md | 16 +- .../getstandardsurveyresponsesrequest.md | 14 +- .../operations/getstandardsurveysrequest.md | 14 +- .../models/operations/getsurveyrequest.md | 14 +- .../operations/gettransactionitemsrequest.md | 16 +- .../operations/gettransactionsrequest.md | 16 +- .../models/operations/getvideoviewsrequest.md | 14 +- .../listassociatedaudiencesegmentsrequest.md | 12 +- .../listattendeeactivitiesrequest.md | 14 +- .../listattendeeaudiencesegmentsrequest.md | 12 +- .../operations/listattendeelinksrequest.md | 14 +- .../models/operations/listattendeesrequest.md | 20 +- .../listaudiencesegmentspostfilterrequest.md | 16 +- .../operations/listaudiencesegmentsrequest.md | 16 +- .../operations/listcontactgroupsrequest.md | 14 +- .../models/operations/listcontactsrequest.md | 16 +- .../operations/listcontacttypesrequest.md | 10 +- .../listdiscountedagendaitemsrequest.md | 12 +- .../operations/listdonationitemsrequest.md | 12 +- .../models/operations/listdurationsrequest.md | 16 +- .../operations/listeventdiscountsrequest.md | 18 +- .../operations/listeventvouchersrequest.md | 18 +- ...ternalattendeeactivitiesmetadatarequest.md | 14 +- .../models/operations/listfeeitemsrequest.md | 12 +- .../docs/models/operations/listhubsrequest.md | 10 +- .../operations/listmembershipitemsrequest.md | 12 +- .../models/operations/listplayersrequest.md | 14 +- .../operations/listprogramitemsrequest.md | 10 +- .../operations/listquantityitemsrequest.md | 12 +- .../listsegmentassociatedattendeesrequest.md | 18 +- .../operations/listsessiondocsrequest.md | 12 +- .../listsessionscategoriesrequest.md | 12 +- .../models/operations/listsessionsrequest.md | 18 +- .../models/operations/listtaxesrequest.md | 12 +- .../models/operations/listvideosrequest.md | 16 +- .../listwebcastattendeelinksrequest.md | 16 +- .../models/operations/listwebcastsrequest.md | 14 +- .../docs/sdks/authentication/README.md | 2 +- packages/typescript/docs/sdks/bulk/README.md | 2 +- .../typescript/docs/sdks/housing/README.md | 4 +- .../docs/sdks/meetingrequest/README.md | 8 +- packages/typescript/jsr.json | 2 +- packages/typescript/package.json | 2 +- .../src/funcs/authenticationOauth2Token.ts | 2 +- .../src/funcs/housingGetReservation.ts | 2 +- .../meetingRequestCreateMeetingRequest.ts | 4 +- .../meetingRequestUpdateMeetingRequest.ts | 4 +- packages/typescript/src/lib/config.ts | 4 +- .../models/components/attendeecontactinfo.ts | 8 +- .../src/models/components/event1.ts | 2 +- .../src/models/components/eventinput.ts | 2 +- .../src/models/components/eventupdate.ts | 2 +- .../src/models/components/eventupdateinput.ts | 2 +- .../operations/getaccountbudgetitems.ts | 2 +- .../models/operations/getaccountvendors.ts | 2 +- .../models/operations/getairactualdetail.ts | 2 +- .../src/models/operations/getairrequests.ts | 2 +- .../operations/getalleventsurveyresponses.ts | 2 +- .../operations/getalternatetravelanswers.ts | 2 +- .../models/operations/getbudgetallocations.ts | 2 +- .../src/models/operations/getbudgetitems.ts | 2 +- .../src/models/operations/getcards.ts | 2 +- .../models/operations/getcardtransactions.ts | 2 +- .../operations/getcurrencyconversionrate.ts | 2 +- .../models/operations/geteventbudgettotals.ts | 2 +- .../src/models/operations/geteventfeatures.ts | 2 +- .../operations/geteventsurveyrespondents.ts | 2 +- .../operations/geteventsurveyresponses.ts | 2 +- .../src/models/operations/geteventsurveys.ts | 2 +- .../src/models/operations/gethotelrequests.ts | 2 +- .../gethousingreservationrequests.ts | 2 +- .../src/models/operations/gethubmembers.ts | 2 +- .../src/models/operations/getlargechoices.ts | 2 +- .../src/models/operations/getorderitems.ts | 2 +- .../src/models/operations/getorders.ts | 2 +- .../src/models/operations/getpayments.ts | 2 +- .../src/models/operations/getquestions.ts | 2 +- .../src/models/operations/getrespondents.ts | 2 +- .../src/models/operations/getresponses.ts | 2 +- .../getstandardsurveyrespondents.ts | 2 +- .../operations/getstandardsurveyresponses.ts | 2 +- .../models/operations/getstandardsurveys.ts | 2 +- .../src/models/operations/getsurvey.ts | 2 +- .../models/operations/gettransactionitems.ts | 2 +- .../src/models/operations/gettransactions.ts | 2 +- .../src/models/operations/getvideoviews.ts | 2 +- .../listassociatedaudiencesegments.ts | 2 +- .../operations/listattendeeactivities.ts | 2 +- .../listattendeeaudiencesegments.ts | 2 +- .../models/operations/listattendeelinks.ts | 2 +- .../src/models/operations/listattendees.ts | 2 +- .../models/operations/listaudiencesegments.ts | 2 +- .../listaudiencesegmentspostfilter.ts | 2 +- .../models/operations/listcontactgroups.ts | 2 +- .../src/models/operations/listcontacts.ts | 2 +- .../src/models/operations/listcontacttypes.ts | 2 +- .../operations/listdiscountedagendaitems.ts | 2 +- .../models/operations/listdonationitems.ts | 2 +- .../src/models/operations/listdurations.ts | 2 +- .../models/operations/listeventdiscounts.ts | 2 +- .../models/operations/listeventvouchers.ts | 2 +- .../listexternalattendeeactivitiesmetadata.ts | 2 +- .../src/models/operations/listfeeitems.ts | 2 +- .../src/models/operations/listhubs.ts | 2 +- .../models/operations/listmembershipitems.ts | 2 +- .../src/models/operations/listplayers.ts | 2 +- .../src/models/operations/listprogramitems.ts | 2 +- .../models/operations/listquantityitems.ts | 2 +- .../listsegmentassociatedattendees.ts | 2 +- .../src/models/operations/listsessiondocs.ts | 2 +- .../src/models/operations/listsessions.ts | 2 +- .../operations/listsessionscategories.ts | 2 +- .../src/models/operations/listtaxes.ts | 2 +- .../src/models/operations/listvideos.ts | 2 +- .../operations/listwebcastattendeelinks.ts | 2 +- .../src/models/operations/listwebcasts.ts | 2 +- packages/typescript/src/sdk/authentication.ts | 2 +- packages/typescript/src/sdk/housing.ts | 2 +- packages/typescript/src/sdk/meetingrequest.ts | 8 +- 459 files changed, 2734 insertions(+), 2644 deletions(-) diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 5b4ed5076..d88654d86 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,8 +2,8 @@ speakeasyVersion: 1.752.0 sources: Public: sourceNamespace: public - sourceRevisionDigest: sha256:7ffd2d116e23fc13f4a47363fdb2522a2c3899f632615bfc6bc9f2b2f1f7513d - sourceBlobDigest: sha256:659ff5fb3d3647046a7414ac9019e47613d4967f8a0bf609a09802752a027b02 + sourceRevisionDigest: sha256:fe6d0e72c251ab156499b1c77420f787de62a05d63b53404284e0b981e25fb2b + sourceBlobDigest: sha256:42b5f5bd6d8842e781d58c13fc4ac1734dd19b0bb7416d1dc02b7dc6f0b5b81b tags: - latest - ea @@ -11,24 +11,24 @@ targets: public-csharp: source: Public sourceNamespace: public - sourceRevisionDigest: sha256:7ffd2d116e23fc13f4a47363fdb2522a2c3899f632615bfc6bc9f2b2f1f7513d - sourceBlobDigest: sha256:659ff5fb3d3647046a7414ac9019e47613d4967f8a0bf609a09802752a027b02 + sourceRevisionDigest: sha256:fe6d0e72c251ab156499b1c77420f787de62a05d63b53404284e0b981e25fb2b + sourceBlobDigest: sha256:42b5f5bd6d8842e781d58c13fc4ac1734dd19b0bb7416d1dc02b7dc6f0b5b81b codeSamplesNamespace: csharp - codeSamplesRevisionDigest: sha256:834c3f21a3332342953ee75bb0e38eedf8120cfa77722e723d13a07526d3af71 + codeSamplesRevisionDigest: sha256:1d4cfe2be6b20e81fdf1451f7e301892c074db40059eef2ca746e7d49575d1d6 public-java: source: Public sourceNamespace: public - sourceRevisionDigest: sha256:7ffd2d116e23fc13f4a47363fdb2522a2c3899f632615bfc6bc9f2b2f1f7513d - sourceBlobDigest: sha256:659ff5fb3d3647046a7414ac9019e47613d4967f8a0bf609a09802752a027b02 + sourceRevisionDigest: sha256:fe6d0e72c251ab156499b1c77420f787de62a05d63b53404284e0b981e25fb2b + sourceBlobDigest: sha256:42b5f5bd6d8842e781d58c13fc4ac1734dd19b0bb7416d1dc02b7dc6f0b5b81b codeSamplesNamespace: java - codeSamplesRevisionDigest: sha256:605d0ed9ef151021de6321c923dc4024fb5875e22bb552dbc474c86763deeb11 + codeSamplesRevisionDigest: sha256:1e551f8f80ece4379da42e220395aa5f9011290827c99eb803c559470c4f708a public-typescript: source: Public sourceNamespace: public - sourceRevisionDigest: sha256:7ffd2d116e23fc13f4a47363fdb2522a2c3899f632615bfc6bc9f2b2f1f7513d - sourceBlobDigest: sha256:659ff5fb3d3647046a7414ac9019e47613d4967f8a0bf609a09802752a027b02 + sourceRevisionDigest: sha256:fe6d0e72c251ab156499b1c77420f787de62a05d63b53404284e0b981e25fb2b + sourceBlobDigest: sha256:42b5f5bd6d8842e781d58c13fc4ac1734dd19b0bb7416d1dc02b7dc6f0b5b81b codeSamplesNamespace: typescript - codeSamplesRevisionDigest: sha256:3a3216a4b07624b60abecac693acb09b84d1043dcff9a17c031d9846c47d94d6 + codeSamplesRevisionDigest: sha256:6ae332d1f00160933f171d94416fae572e1386c02881eb4fa72ab559d58b03b1 workflow: workflowVersion: 1.0.0 speakeasyVersion: 1.752.0 diff --git a/cvent-public-spec/openapi.yaml b/cvent-public-spec/openapi.yaml index 5522bf3ee..75e1d67f6 100644 --- a/cvent-public-spec/openapi.yaml +++ b/cvent-public-spec/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.2 info: title: Cvent REST APIs - description: "# Introduction\nThe Cvent API Platform is built around REST. We aim to provide intuitive endpoints that can be easily\ndiscovered to help leverage the Cvent platform for your event needs. The RESTful APIs outlined here\nuse JSON-encoded request and response format, along with HTTP codes, to convey processing status of\nrequests received. The Cvent resources are protected using OAuth2.\n\n# Getting Started\n\nIf you're new to the Cvent API Platform, start by reading our\n[Developer Quickstart](/docs/rest-api/tutorials/developer-quickstart) guide. This will\ngive you an overview of how to authenticate and make requests using our APIs.\n\n## Authentication\n\nThe Cvent REST API uses [OAuth2](https://oauth.net/2/) to authorize requests to the platform. The client\ncredentials authorization flow is supported.\n\n\n\nAuthorization code flow is only supported for planner users with the administrator role in Cvent. Developer users\ncannot use authorization code flow.\n\n\n\nHere's an example of using client credential flow to authorize. You'll supply your application's id and secret to\nmake a [Token](#operation/oauth2Token) request.\n\n```bash\ncurl --location --request POST '{hostName}/{version}/oauth2/token' \\\n--header 'Content-Type: application/x-www-form-urlencoded' \\\n--header 'Authorization: Basic {api_credentials}' \\\n--data-urlencode 'grant_type=client_credentials' \\\n--data-urlencode 'client_id={client_id}'\n```\n\n| Key | Description | Value |\n| :---------------- | :--------------------------------------------------- | :----------------------------------------------------------------------------------------------------------- |\n| {hostName} | https://api-platform.cvent.com | Location if you're account is in the North American datacenter |\n| | https://api-platform-eur.cvent.com | Location if you're account is in the European data center. |\n| {version} | ea | The version of the\_API\_you're using. Only `ea` is currently supported. |\n| {api_credentials} | {client_id}:{client_secret} in base64 encoded format | Supply your client id & client credentials in a\_base 64 encoded format. |\n| {client_id} | Retrieved from your\_application | Your\_application's client id. |\n| {client_secret} | Retrieved from your\_application | Your\_application's client secret. |\n\nOn a successful call, you'll receive the following response:\n\n```json\n{\n \"access_token\": \"{accessToken}\",\n \"expires_in\": 3600,\n \"token_type\": \"Bearer\"\n}\n```\n\nThis bearer token is valid for 3600 seconds (60 minutes) and must be used in subsequent calls.\n\n## Endpoints\n\nEndpoints start with `hostName` and `version`.\n\nThe `hostname` will depend on the region that your Cvent account is hosted in. Please see the table\nbelow to identify which hostname you should be using.\n\n| Region |\tHostname |\n|:--------------|:-----------------------------------|\n| North America\t| https://api-platform.cvent.com |\n| Europe | https://api-platform-eur.cvent.com |\n\nThe current `version` of the Cvent API is `ea`.\n\n## Rate Limits\n\nCvent APIs enforce rate limits to ensure platform stability. Your limits depend on your tier: Free,\nStandard, or Premium.\n\n
\n\n### Usage Tiers\n\n| Tier | Daily Calls | Calls per Second | Max Burst |\n| -------- | ----------- | ---------------- | --------- |\n| Free | 1,000 | 2 | 1 |\n| Standard | 15,000 | 10 | 10 |\n| Premium | 500,000 | 25 | 25 |\n\n- **Daily calls** define how many requests you can make in a 24-hour period. Quota\n resets at 12 midnight (+0 GMT).\n- **Calls per second** define how many requests you can make in a 1-second window.\n- **Max Burst** defines how many requests you can make at once.\n\nIf you are unsure what usage tier applies to your account, you can check via\n[Get Current Usage Tier](#operation/getUsageTier).\n\nPlease note that these limits may change as the Cvent API Platform evolves.\n\n
\n\n### Handling Rate Limits\n\nSometimes, you may exceed your rate limits. When this happens, the API will return a `429 Too Many Requests`. See\n[handling rate limits](/docs/rest-api/guides/handling-rate-limits) for best practices on how to handle this.\n\n## Pagination\n\nSome APIs use pagination to manage records. Each page of records has a token associated to identify it.\n\nIf an API uses pagination, you’ll find up to three tokens in the response:\n- **currentToken**: Describes the token of the current page.\n- **nextToken**: Provides a token for the next page of records, if one exists.\n- **previousToken**: Provides a token for the previous page of records, if one exists. Not all APIs will return\n this token.\n\nYou specify which page of records to view via the `token` parameter in your API call. To navigate through pages,\ntake the `nextToken` or `previousToken` value and pass it to your next call’s `token` parameter to get the\nrespective page of records. For example, if you made this request:\n\n```bash\ncurl -X GET {hostname}/{version}/contacts?limit=100 \\\n-H 'Accept: application/json' \\\n-H 'Authorization: Bearer {accessToken}'\n```\n\nThe response contains a paging array where you'll find the token information.\n\n```json\n{\n \"paging\": {\n \"currentToken\": \"90c5f062-76ad-4ea4-aa53-00eb698d9262\",\n \"nextToken\": \"3b2359a7-4583-40ed-8afd-67e5f15373d3\",\n \"limit\": 100,\n \"totalCount\": 102,\n \"_links\": {...}\n },\n \"data\": [...]\n}\n```\n\nTake the `nextToken` and use it in the `token` parameter on your subsequent call.\n\n```bash\ncurl -X GET {hostname}/{version}/contacts?limit=100&token=3b2359a7-4583-40ed-8afd-67e5f15373d3 \\\n-H 'Accept: application/json' \\\n-H 'Authorization: Bearer {accessToken}'\n```\n\nWhen the response doesn’t contain a `nextToken` field, you’ve reached the last page. Occasionally, you might\nencounter an empty page at the end of results. This typically happens when the results were evenly divisible.\nEnsure your client code handles the possibility of receiving an empty data array when using the `nextToken`.\n\n## Filtering\n\nUse filters to narrow down results. The filter follows the pattern\n`filter='field' comparisonType 'value'`. The value can be enclosed with single\nquotes (') or double quotes (\").\n\n```bash\nGET {hostName}/{version}/contacts?filter=lastName eq 'Smith'\n````\n\nTo correctly pass a single quote in the filter's value, use double quotes around\nthe string.\n\n```bash\nGET {hostName}/{version}/contacts?filter=lastName eq \"O'Keenan\"\n```\n\nTo correctly pass a double quote in the filter's value, use double quotes around\nthe string and add an escape character `\\` to each quote that is part of the\nstring.\n\n```bash\nGET {hostName}/{version}/events?filter=eventName eq \"\\\"Yearly\\\" Conference\"\n```\n\n## Versioning\n\nChange is inevitable in API development. Planning for it is crucial. We track\nboth backward-compatible and backward-incompatible changes.\n\n
\n\n### Backward Compatible Changes\n\nBackward compatible changes will be made often and are intended to avoid\nany adverse impact on our customers. It is highly advisable that when reading\nJSON payloads from Cvent, you are able to handle \"unknown\" attributes that\ncan be added over time. We consider the following changes backward-compatible:\n\n- Adding new resources\n- Adding new optional request parameters to existing operations\n- Adding new attributes to requests or responses\n- Changing the length or format (not type) of resource identifiers. For example, an ID can change from\n \"1234/1234\" to \"1234::1234\".\n- Increasing the length of string fields\n\n
\n\n### Backward Incompatible Changes\n\nBackward-incompatible changes are made infrequently, however, they can be\ndisruptive to consumers. Due to this, our APIs are versioned to avoid\ndisruptions to customers. We leverage a URI-based versioning scheme,\nwhich means that a version value is included in the Cvent API URL.\nWhen breaking changes occur, a new version of the API is made available\nwhile the existing version is deprecated but remains available for a\nlimited period of time. We consider the following backward-incompatible changes:\n\n- Adding a new required parameter (query string param or payload attribute)\n- Deleting API resources\n- Deleting any attribute from API responses\n- Changing the data type on any parameter or attribute\n\n## Standards\nAs you begin working with our APIs, it's essential to be aware of standards around\ncountry codes, time formats, and other important details that ensure smooth integration.\nLearn more about our [API Standards](/docs/rest-api/reference/api-standards)\n" + description: "# Introduction\nThe Cvent API Platform is built around REST. We aim to provide intuitive endpoints that can be easily\ndiscovered to help leverage the Cvent platform for your event needs. The RESTful APIs outlined here\nuse JSON-encoded request and response format, along with HTTP codes, to convey processing status of\nrequests received. The Cvent resources are protected using OAuth2.\n\n# Getting Started\n\nIf you're new to the Cvent API Platform, start by reading our\n[Developer Quickstart](https://developers.cvent.com/docs/rest-api/tutorials/developer-quickstart) guide. This will\ngive you an overview of how to authenticate and make requests using our APIs.\n\n## Authentication\n\nThe Cvent REST API uses [OAuth2](https://oauth.net/2/) to authorize requests to the platform. The client\ncredentials authorization flow is supported.\n\n\n\nAuthorization code flow is only supported for planner users with the administrator role in Cvent. Developer users\ncannot use authorization code flow.\n\n\n\nHere's an example of using client credential flow to authorize. You'll supply your application's id and secret to\nmake a [Token](#operation/oauth2Token) request.\n\n```bash\ncurl --location --request POST '{hostName}/{version}/oauth2/token' \\\n--header 'Content-Type: application/x-www-form-urlencoded' \\\n--header 'Authorization: Basic {api_credentials}' \\\n--data-urlencode 'grant_type=client_credentials' \\\n--data-urlencode 'client_id={client_id}'\n```\n\n| Key | Description | Value |\n| :---------------- | :--------------------------------------------------- | :----------------------------------------------------------------------------------------------------------- |\n| {hostName} | https://api-platform.cvent.com | Location if you're account is in the North American datacenter |\n| | https://api-platform-eur.cvent.com | Location if you're account is in the European data center. |\n| {version} | ea | The version of the\_API\_you're using. Only `ea` is currently supported. |\n| {api_credentials} | {client_id}:{client_secret} in base64 encoded format | Supply your client id & client credentials in a\_base 64 encoded format. |\n| {client_id} | Retrieved from your\_application | Your\_application's client id. |\n| {client_secret} | Retrieved from your\_application | Your\_application's client secret. |\n\nOn a successful call, you'll receive the following response:\n\n```json\n{\n \"access_token\": \"{accessToken}\",\n \"expires_in\": 3600,\n \"token_type\": \"Bearer\"\n}\n```\n\nThis bearer token is valid for 3600 seconds (60 minutes) and must be used in subsequent calls.\n\n## Endpoints\n\nEndpoints start with `hostName` and `version`.\n\nThe `hostname` will depend on the region that your Cvent account is hosted in. Please see the table\nbelow to identify which hostname you should be using.\n\n| Region |\tHostname |\n|:--------------|:-----------------------------------|\n| North America\t| https://api-platform.cvent.com |\n| Europe | https://api-platform-eur.cvent.com |\n\nThe current `version` of the Cvent API is `ea`.\n\n## Rate Limits\n\nCvent APIs enforce rate limits to ensure platform stability. Your limits depend on your tier: Free,\nStandard, or Premium.\n\n
\n\n### Usage Tiers\n\n| Tier | Daily Calls | Calls per Second | Max Burst |\n| -------- | ----------- | ---------------- | --------- |\n| Free | 1,000 | 2 | 1 |\n| Standard | 15,000 | 10 | 10 |\n| Premium | 500,000 | 25 | 25 |\n\n- **Daily calls** define how many requests you can make in a 24-hour period. Quota\n resets at 12 midnight (+0 GMT).\n- **Calls per second** define how many requests you can make in a 1-second window.\n- **Max Burst** defines how many requests you can make at once.\n\nIf you are unsure what usage tier applies to your account, you can check via\n[Get Current Usage Tier](#operation/getUsageTier).\n\nPlease note that these limits may change as the Cvent API Platform evolves.\n\n
\n\n### Handling Rate Limits\n\nSometimes, you may exceed your rate limits. When this happens, the API will return a `429 Too Many Requests`. See\n[handling rate limits](https://developers.cvent.com/docs/rest-api/guides/handling-rate-limits) for best practices on how to handle this.\n\n## Pagination\n\nSome APIs use pagination to manage records. Each page of records has a token associated to identify it.\n\nIf an API uses pagination, you’ll find up to three tokens in the response:\n- **currentToken**: Describes the token of the current page.\n- **nextToken**: Provides a token for the next page of records, if one exists.\n- **previousToken**: Provides a token for the previous page of records, if one exists. Not all APIs will return\n this token.\n\nYou specify which page of records to view via the `token` parameter in your API call. To navigate through pages,\ntake the `nextToken` or `previousToken` value and pass it to your next call’s `token` parameter to get the\nrespective page of records. For example, if you made this request:\n\n```bash\ncurl -X GET {hostname}/{version}/contacts?limit=100 \\\n-H 'Accept: application/json' \\\n-H 'Authorization: Bearer {accessToken}'\n```\n\nThe response contains a paging array where you'll find the token information.\n\n```json\n{\n \"paging\": {\n \"currentToken\": \"90c5f062-76ad-4ea4-aa53-00eb698d9262\",\n \"nextToken\": \"3b2359a7-4583-40ed-8afd-67e5f15373d3\",\n \"limit\": 100,\n \"totalCount\": 102,\n \"_links\": {...}\n },\n \"data\": [...]\n}\n```\n\nTake the `nextToken` and use it in the `token` parameter on your subsequent call.\n\n```bash\ncurl -X GET {hostname}/{version}/contacts?limit=100&token=3b2359a7-4583-40ed-8afd-67e5f15373d3 \\\n-H 'Accept: application/json' \\\n-H 'Authorization: Bearer {accessToken}'\n```\n\nWhen the response doesn’t contain a `nextToken` field, you’ve reached the last page. Occasionally, you might\nencounter an empty page at the end of results. This typically happens when the results were evenly divisible.\nEnsure your client code handles the possibility of receiving an empty data array when using the `nextToken`.\n\n## Filtering\n\nUse filters to narrow down results. The filter follows the pattern\n`filter='field' comparisonType 'value'`. The value can be enclosed with single\nquotes (') or double quotes (\").\n\n```bash\nGET {hostName}/{version}/contacts?filter=lastName eq 'Smith'\n````\n\nTo correctly pass a single quote in the filter's value, use double quotes around\nthe string.\n\n```bash\nGET {hostName}/{version}/contacts?filter=lastName eq \"O'Keenan\"\n```\n\nTo correctly pass a double quote in the filter's value, use double quotes around\nthe string and add an escape character `\\` to each quote that is part of the\nstring.\n\n```bash\nGET {hostName}/{version}/events?filter=eventName eq \"\\\"Yearly\\\" Conference\"\n```\n\n## Versioning\n\nChange is inevitable in API development. Planning for it is crucial. We track\nboth backward-compatible and backward-incompatible changes.\n\n
\n\n### Backward Compatible Changes\n\nBackward compatible changes will be made often and are intended to avoid\nany adverse impact on our customers. It is highly advisable that when reading\nJSON payloads from Cvent, you are able to handle \"unknown\" attributes that\ncan be added over time. We consider the following changes backward-compatible:\n\n- Adding new resources\n- Adding new optional request parameters to existing operations\n- Adding new attributes to requests or responses\n- Changing the length or format (not type) of resource identifiers. For example, an ID can change from\n \"1234/1234\" to \"1234::1234\".\n- Increasing the length of string fields\n\n
\n\n### Backward Incompatible Changes\n\nBackward-incompatible changes are made infrequently, however, they can be\ndisruptive to consumers. Due to this, our APIs are versioned to avoid\ndisruptions to customers. We leverage a URI-based versioning scheme,\nwhich means that a version value is included in the Cvent API URL.\nWhen breaking changes occur, a new version of the API is made available\nwhile the existing version is deprecated but remains available for a\nlimited period of time. We consider the following backward-incompatible changes:\n\n- Adding a new required parameter (query string param or payload attribute)\n- Deleting API resources\n- Deleting any attribute from API responses\n- Changing the data type on any parameter or attribute\n\n## Standards\nAs you begin working with our APIs, it's essential to be aware of standards around\ncountry codes, time formats, and other important details that ensure smooth integration.\nLearn more about our [API Standards](https://developers.cvent.com/docs/rest-api/reference/api-standards)\n" contact: name: Cvent Development Platform url: https://developers.cvent.com/ @@ -1081,7 +1081,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -1442,7 +1442,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -1532,7 +1532,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -1642,7 +1642,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -1928,7 +1928,7 @@ paths: description: | Use the filter property in the request body to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -2231,7 +2231,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -2565,7 +2565,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -2631,7 +2631,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -3011,7 +3011,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -3064,7 +3064,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -3305,7 +3305,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -3558,7 +3558,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -3616,7 +3616,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -4675,7 +4675,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -5937,7 +5937,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -6515,7 +6515,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -6647,7 +6647,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -6980,7 +6980,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -7079,7 +7079,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -7525,7 +7525,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -9630,7 +9630,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -9760,7 +9760,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -9928,7 +9928,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -10027,7 +10027,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -10099,7 +10099,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -10281,7 +10281,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -11060,7 +11060,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -11141,7 +11141,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -11336,7 +11336,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -11373,7 +11373,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -11429,7 +11429,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -11527,7 +11527,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -11698,7 +11698,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -12390,7 +12390,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -12808,9 +12808,9 @@ paths: - event/meeting-requests:write summary: Create MR (Bulk) description: |- - Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. + Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for details. - **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. parameters: - in: query name: skipRequiredQuestionValidation @@ -12858,9 +12858,9 @@ paths: - event/meeting-requests:write summary: Update MR (Bulk) description: |- - Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. + Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for details. - **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. parameters: - in: query name: skipRequiredQuestionValidation @@ -13195,7 +13195,7 @@ paths: - Authentication summary: Token description: | - Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer Quickstart](/docs/rest-api/tutorials/developer-quickstart) for an example request. + Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer Quickstart](https://developers.cvent.com/docs/rest-api/tutorials/developer-quickstart) for an example request. **Note:** The token endpoint returns refresh_token only when the grant_type is authorization_code. operationId: oauth2Token @@ -13440,7 +13440,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -14048,7 +14048,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -14287,7 +14287,7 @@ paths: tags: - Housing summary: Get Reservation - description: 'Get reservation details for the given reservation ID. Commonly used in response to [passkey callbacks](/docs/passkey/REST/callbacks). ' + description: 'Get reservation details for the given reservation ID. Commonly used in response to [passkey callbacks](https://developers.cvent.com/docs/passkey/REST/callbacks). ' operationId: getReservation security: - OAuth2.clientCredentials: @@ -14384,7 +14384,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -14463,7 +14463,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -15381,7 +15381,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -15534,7 +15534,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -16146,7 +16146,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -17154,7 +17154,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -17211,7 +17211,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -17323,7 +17323,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -17599,7 +17599,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -18405,7 +18405,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -18476,7 +18476,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -18749,7 +18749,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -18815,7 +18815,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -18873,7 +18873,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -19115,7 +19115,7 @@ paths: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -19644,7 +19644,7 @@ components: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -19675,7 +19675,7 @@ components: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -19976,7 +19976,7 @@ components: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -19993,7 +19993,7 @@ components: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -20012,7 +20012,7 @@ components: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -20035,7 +20035,7 @@ components: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -20428,7 +20428,7 @@ components: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -21445,7 +21445,7 @@ components: description: | Use filter query parameters to limit results to data that matches your criteria. See - [Filters](/docs/rest-api/reference/filters) for details. + [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. Supported fields and operators are listed below: @@ -26142,32 +26142,32 @@ components: readOnly: true AttendeeContactAudit: title: AttendeeContactAudit - description: Audit information for an attendee record. To get contact audit data, please use [Get Contact](/documentation#tag/Contacts/operation/getContactById). + description: Audit information for an attendee record. To get contact audit data, please use [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById). type: object properties: created: type: string format: date-time - description: 'The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details.' + description: 'The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details.' readOnly: true example: '2017-01-02T02:00:00Z' deprecated: true createdBy: type: string - description: 'The identifier of the user that created this attendee record. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details.' + description: 'The identifier of the user that created this attendee record. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details.' readOnly: true example: hporter deprecated: true lastModified: type: string format: date-time - description: 'The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details.' + description: 'The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details.' readOnly: true example: '2019-02-12T03:00:00Z' deprecated: true lastModifiedBy: type: string - description: 'The identifier of the user that last updated this attendee record. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details.' + description: 'The identifier of the user that last updated this attendee record. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details.' readOnly: true example: hporter deprecated: true @@ -33848,7 +33848,7 @@ components: readOnly: true timezone: type: string - description: List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + description: List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). maxLength: 29 example: America/New_York venues: @@ -54617,7 +54617,7 @@ tags: * Use [get bulk job](#operation/getBulkJobById) to track status * Use [list bulk job results](#operation/listBulkJobResult) to get details of items uploaded - For more details, see the [Bulk Job User Guide](/docs/rest-api/guides/bulk-api-user-guide). + For more details, see the [Bulk Job User Guide](https://developers.cvent.com/docs/rest-api/guides/bulk-api-user-guide). **Note:** These bulk jobs have a TTL and will expire once they are complete or never ran. Bulk jobs will expire 1 week after creation, and this one week is refreshed when data is uploaded and the job is run. The Bulk Job @@ -54712,7 +54712,7 @@ tags: * **Housing Event.** An Passkey event where invitees will be able to register and book rooms. * **Reservation Request.** Represents a request to book rooms in the housing event. * **RegLink.** A feature that links Passkey events to your registration events, enabling you to sync data between the two events. - * **Callback.** [Passkey's callback system](/docs/passkey/REST/callbacks) allows for a push notification to be sent to your system when a reservation is created, modified or cancelled. + * **Callback.** [Passkey's callback system](https://developers.cvent.com/docs/passkey/REST/callbacks) allows for a push notification to be sent to your system when a reservation is created, modified or cancelled. - name: Housing Hotels description: APIs for managing hotel-related operations. - name: Leads diff --git a/packages/csharp/.speakeasy/gen.lock b/packages/csharp/.speakeasy/gen.lock index aa19ef8ad..5a09c69bf 100644 --- a/packages/csharp/.speakeasy/gen.lock +++ b/packages/csharp/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: 3f6b1580-b75b-44d2-a95a-1b74729f1d26 management: - docChecksum: 366f3963ef9a456f6e28208f71114563 + docChecksum: 8bccf1f5577de0d50c061573c9b1f18c docVersion: ea speakeasyVersion: 1.752.0 generationVersion: 2.859.2 - releaseVersion: 1.5.0 - configChecksum: 498c4fb7640986ed72acd2c4d4444a96 + releaseVersion: 1.5.1 + configChecksum: cb0a8e727a5366541fdde25ce315a6df published: true persistentEdits: generation_id: c50843e4-e393-4964-8f45-57aa92ab8994 @@ -589,7 +589,7 @@ trackedFiles: docs/Models/Components/AttendeeAudienceSegmentAssociationsPaginatedResponse.md: last_write_checksum: sha1:e2576d547b78618e13999af2f0dc242849dab257 docs/Models/Components/AttendeeContactInfo.md: - last_write_checksum: sha1:6387640b0b2ef9bc60c9c42966d9839dd06e3c8f + last_write_checksum: sha1:d2f18c4f2e201735d3defa603f3b6138dbe5de90 docs/Models/Components/AttendeeContactMembership.md: last_write_checksum: sha1:29c241e575eaff535eb3362c8ec596879328f952 docs/Models/Components/AttendeeContactType.md: @@ -1901,7 +1901,7 @@ trackedFiles: last_write_checksum: sha1:028b3fad1731054c1c0121eff026592f9365a230 pristine_git_object: 7cf45ae02a691d3135ab911d9d4a4aacfbaa594b docs/Models/Components/Event1.md: - last_write_checksum: sha1:1acb74e0ba218208b694aa4611acaed871ecdfcb + last_write_checksum: sha1:90b7e6907a23695b7f36a6f915fdbe518f76c31f docs/Models/Components/Event12.md: last_write_checksum: sha1:a3d902fc0fc911a90b6996ab5160766def3c7e41 docs/Models/Components/Event2.md: @@ -2040,7 +2040,7 @@ trackedFiles: last_write_checksum: sha1:c898ad32d40470cccf313e3dde5edec130bbb36f docs/Models/Components/EventInput.md: id: 786ba880c24a - last_write_checksum: sha1:98e394d2d25a32df2b605d6df636e6267606678e + last_write_checksum: sha1:a0ac32c130e90c9df189e79b7dcc26c68de2984e pristine_git_object: 8e06f2783f97a7acc147ccd28a966872c0e4ff9d docs/Models/Components/EventJson.md: last_write_checksum: sha1:fda4c9ab969b75f5fba39c374b9762f683049bd1 @@ -2224,11 +2224,11 @@ trackedFiles: last_write_checksum: sha1:23f896a4804260bd325d56eb2dcdbe9868ae2478 docs/Models/Components/EventUpdate.md: id: fe7892d3cb73 - last_write_checksum: sha1:aa9e31203591727a3265f9f39473b1441dccf652 + last_write_checksum: sha1:d5d3d7ba6dfa748eebf09d4ee67a5524e9bc26e4 pristine_git_object: 400764ecaf2d5e9904052e489875278cd295f545 docs/Models/Components/EventUpdateInput.md: id: 4534761ddce5 - last_write_checksum: sha1:1ad78effd661f5852656da145e3ea0a8c5cc3da4 + last_write_checksum: sha1:48af378fd6b59cffd7bcb84c96ea3c5dd974a4ec pristine_git_object: 96ec1ce27a79d33130cbd30886808f7d055672fd docs/Models/Components/EventUpdateLookup.md: id: aa6d5cebdadf @@ -6022,7 +6022,7 @@ trackedFiles: pristine_git_object: abd59aaa2aa8a97931f3f96d734602f006a111fb docs/Models/Requests/GetAccountBudgetItemsRequest.md: id: fc9de05a8ea6 - last_write_checksum: sha1:c70fe5bf11c3d2de7874ec4a349f79337f58e175 + last_write_checksum: sha1:14d0f21c78caedcc4407008a484717415eaac405 pristine_git_object: 9309bba13fd77f81e8336f345abda3b317c970f4 docs/Models/Requests/GetAccountBudgetItemsResponse.md: id: e894cfa995f1 @@ -6045,12 +6045,12 @@ trackedFiles: last_write_checksum: sha1:f8377ba669022da24e9bf96884225158018988b0 pristine_git_object: 675141c3d20ac944ec1adba27e31737bf3b7b0ea docs/Models/Requests/GetAccountVendorsRequest.md: - last_write_checksum: sha1:031021cb8b206973b75704210a35acb5ca6fd4e8 + last_write_checksum: sha1:87771bbd88051e1bb94807f958577ba57172cea3 docs/Models/Requests/GetAccountVendorsResponse.md: last_write_checksum: sha1:804017474363abda84bea0af4ed1cb149bc0a166 docs/Models/Requests/GetAirActualDetailRequest.md: id: 8e0a3f81414e - last_write_checksum: sha1:fa871f764cf4baea283b327042bdc799441e96e3 + last_write_checksum: sha1:8e61e1622341c062b41fe4cb82944e423a7be30b pristine_git_object: 2cee237f7370c595c8272e62d940467262eaaf14 docs/Models/Requests/GetAirActualDetailResponse.md: id: 86b12a771b31 @@ -6058,7 +6058,7 @@ trackedFiles: pristine_git_object: 229eaa76cbc82decc8732aa9491c63d6caafc95b docs/Models/Requests/GetAirRequestsRequest.md: id: 92e07406b626 - last_write_checksum: sha1:49b15cfb848e159e6343c55f7acdfb46c26d0140 + last_write_checksum: sha1:426c2875aa514d48878c1b8cbbdb3ceb4b74d359 pristine_git_object: 281c4255542041475a0a16b716911dee0cf8019d docs/Models/Requests/GetAirRequestsResponse.md: id: 63cf6f79f6a3 @@ -6066,14 +6066,14 @@ trackedFiles: pristine_git_object: 4f09eff8bee0584ae70218e05b15a5c14981260d docs/Models/Requests/GetAllEventSurveyResponsesRequest.md: id: 0277d9fba9b3 - last_write_checksum: sha1:0d7ba7a3513c43b115765d1e51ee68f14868d145 + last_write_checksum: sha1:b49b760c78da005494ede2667027a6162bab4151 pristine_git_object: 21a4dfb34a05961f61419e9c55cb0f953af33b70 docs/Models/Requests/GetAllEventSurveyResponsesResponse.md: id: 77464789051c last_write_checksum: sha1:7cce33b3e37a1a92a7bec9477b5963008b8836d1 pristine_git_object: 985d6754cf33dbfcd1deebb587596c206e8f885f docs/Models/Requests/GetAlternateTravelAnswersRequest.md: - last_write_checksum: sha1:586dc70902af0d0431a960c13cb3f8e558114f86 + last_write_checksum: sha1:79faa722b700f29fe32181992950c30794d51c9f docs/Models/Requests/GetAlternateTravelAnswersResponse.md: last_write_checksum: sha1:5e0a0980126e96eab416d97938b44fcfea48715e docs/Models/Requests/GetAppointmentAttendeeByIdRequest.md: @@ -6206,7 +6206,7 @@ trackedFiles: pristine_git_object: 0c96d8c69395bf82a44784b897eb080c2494f478 docs/Models/Requests/GetBudgetAllocationsRequest.md: id: e9f13c40c630 - last_write_checksum: sha1:271ebe51efde480daf7c4a4b66428a291795d991 + last_write_checksum: sha1:60c82c532092cbb3e96a8dc74f58740486738f0d pristine_git_object: bd31e0aee61ff1d1bb68e65906a2738e3c957755 docs/Models/Requests/GetBudgetAllocationsResponse.md: id: f569a858c261 @@ -6214,7 +6214,7 @@ trackedFiles: pristine_git_object: e67b163e8c228938fa29630f01b1e0cf1ebe9869 docs/Models/Requests/GetBudgetItemsRequest.md: id: ddbd31a6bd5f - last_write_checksum: sha1:343d54a2dfeae475872cd9865f6d3ac190cdce17 + last_write_checksum: sha1:7b4aa5c55116b8de47fec13989cff768c9cdb0a4 pristine_git_object: ae34a40e9389e4b7da8fd3e2b6e8565d05e298cc docs/Models/Requests/GetBudgetItemsResponse.md: id: 89889b0f2192 @@ -6238,7 +6238,7 @@ trackedFiles: pristine_git_object: 14e78e34d581fffa055b10b842928ac5fb92b698 docs/Models/Requests/GetCardTransactionsRequest.md: id: add0de787330 - last_write_checksum: sha1:3b3d6928d07ec75bb2d086bc8e9b3eb366b06312 + last_write_checksum: sha1:802f4dd7626081fd7e09e5d2fc804a6cc0b672f3 pristine_git_object: 9e0e5ec86596627edec7ff851df5554e19e449dd docs/Models/Requests/GetCardTransactionsResponse.md: id: 09bae734e9fa @@ -6246,7 +6246,7 @@ trackedFiles: pristine_git_object: 66cc393dee56f9dfbf33a39e9e95b444e93d0696 docs/Models/Requests/GetCardsRequest.md: id: 081ae73506f3 - last_write_checksum: sha1:e2908707d7335a4b9735c65f891fc1178c30375b + last_write_checksum: sha1:a8538c95f3e4d2590dafa8568ea18ebc9847530d pristine_git_object: c88a4bba503a9c1bc253b84e06ccbecbfdbc1ed9 docs/Models/Requests/GetCardsResponse.md: id: 552ba15f6b38 @@ -6322,7 +6322,7 @@ trackedFiles: pristine_git_object: d0e16e65f6e8e757fab2af7ce4a6bffec9b025c9 docs/Models/Requests/GetCurrencyConversionRateRequest.md: id: a263d4057acd - last_write_checksum: sha1:5776f27cb78f5e67ab164c83b63ae03d4a6221ba + last_write_checksum: sha1:c4fad4057c25b8294dbe27bd3cbf5a87041ac79c pristine_git_object: f6f99930856b7242ccc28c24902ba05feed965bc docs/Models/Requests/GetCurrencyConversionRateResponse.md: id: 0f63463965b9 @@ -6394,7 +6394,7 @@ trackedFiles: pristine_git_object: 813819cb0faa7b635f049deb8c6ebaa050edc385 docs/Models/Requests/GetEventBudgetTotalsRequest.md: id: 6a3533f52a3c - last_write_checksum: sha1:b0c5e12065f81b0f14a5d6be9248d5f3859158bf + last_write_checksum: sha1:822dec06a273de4445e67f6d4833f675b37ca84c pristine_git_object: 6e128379cd9003f46c93a74d103478ccdd9b3a8b docs/Models/Requests/GetEventBudgetTotalsResponse.md: id: d73c5f0eedf6 @@ -6426,7 +6426,7 @@ trackedFiles: pristine_git_object: c069f087e6760a521e93e26cc5ca094c709ba6b9 docs/Models/Requests/GetEventFeaturesRequest.md: id: 16d594240e8c - last_write_checksum: sha1:82dc95e49fee0358ad312f2491d2f329528d6b79 + last_write_checksum: sha1:6ad57b4bc6f958671802df675dc4a00b2e0fa2b8 pristine_git_object: 0f14c4cee17ba626e2b18f7ad1c094be93d552c7 docs/Models/Requests/GetEventFeaturesResponse.md: id: 01ad978ca62a @@ -6454,7 +6454,7 @@ trackedFiles: pristine_git_object: ba6633016a0c4c874a70e66b76b6e63084ff691f docs/Models/Requests/GetEventSurveyRespondentsRequest.md: id: 26105359e9f3 - last_write_checksum: sha1:604f174093d3ec1ef1b6da6e71a1847b57a2734a + last_write_checksum: sha1:3c06ac560f7a6af527d9d1ebc56c5c19a1d80e2a pristine_git_object: 21a9afa01dbd9877c01d90c7136dcf01ec8d5c95 docs/Models/Requests/GetEventSurveyRespondentsResponse.md: id: 48c7187d3e33 @@ -6462,7 +6462,7 @@ trackedFiles: pristine_git_object: e635cb6fe77bfe524c5d929a2d3295bb05a4a8d8 docs/Models/Requests/GetEventSurveyResponsesRequest.md: id: ce6cab15ccb9 - last_write_checksum: sha1:090629e6e1522315408740ca29442b9d952dac34 + last_write_checksum: sha1:b111e50ad65c0aa4e262e09ecd5f9eb84d97ad72 pristine_git_object: 6ed27146a531a3d9507e4bfde8b2dd01834bb9c2 docs/Models/Requests/GetEventSurveyResponsesResponse.md: id: 45aead854441 @@ -6470,7 +6470,7 @@ trackedFiles: pristine_git_object: 15dfa62e16611944212ab343bc155c3257d41ad0 docs/Models/Requests/GetEventSurveysRequest.md: id: 3ecd459e30cf - last_write_checksum: sha1:0227194f5d6569f2909c73477e7e3da83fd5eb54 + last_write_checksum: sha1:8cec705a293b651bd6bbbf8b04a82f5134005dd2 pristine_git_object: f8259d1520df4e8c5a156fac6d89f205d857bd2a docs/Models/Requests/GetEventSurveysResponse.md: id: cc91d39ed3b9 @@ -6582,7 +6582,7 @@ trackedFiles: pristine_git_object: 148df7eedbe1ffcc6411d62370fc150e57071483 docs/Models/Requests/GetHotelRequestsRequest.md: id: 6dbca46fdff4 - last_write_checksum: sha1:ad943df57fcc26dc3f2f43587b38dcdab87886ed + last_write_checksum: sha1:1a68c99d641fbb041489b12e237888405759205c pristine_git_object: 8fcce85920e9c00ebcacfc8c64aec3771396ffb2 docs/Models/Requests/GetHotelRequestsResponse.md: id: a66094f67eec @@ -6654,7 +6654,7 @@ trackedFiles: pristine_git_object: 15477f5368ce27243fba3d360ea4b56954e9eb39 docs/Models/Requests/GetHousingReservationRequestsRequest.md: id: e06ed406a21a - last_write_checksum: sha1:9da4a078b8aa5d29df8b080ce9cb899c796e6b11 + last_write_checksum: sha1:2917f20607e02262a9ec323d7bf876b1d48659bd pristine_git_object: b45dfdf0bbcec810ddfa505b467f1a3e555c5ba0 docs/Models/Requests/GetHousingReservationRequestsResponse.md: id: a98166c5824d @@ -6662,7 +6662,7 @@ trackedFiles: pristine_git_object: e693374270fa8b73ed2b9e717b7c280dcfea113d docs/Models/Requests/GetHubMembersRequest.md: id: 27afea3e5244 - last_write_checksum: sha1:6ec1e1a2c0112eeaeaabcb3b79f980c57dc81de7 + last_write_checksum: sha1:73a54508ee1f54735bba2daf54437fb729d1bb8b pristine_git_object: 24d85e68c88f0bc9e5387909392b61187e95f3b8 docs/Models/Requests/GetHubMembersResponse.md: id: 76d729b7adff @@ -6678,7 +6678,7 @@ trackedFiles: pristine_git_object: ed986e304dfadb72f13182c809aef9d130d0b08e docs/Models/Requests/GetLargeChoicesRequest.md: id: 12d3f5aec60f - last_write_checksum: sha1:73d6759ce2129bbede30ad3248150b79ac9ee958 + last_write_checksum: sha1:588be3eac255fca7d5188327b4bd6e4714be52da pristine_git_object: 50f5adf2bac1be8fb690a7db4632f42abd06b471 docs/Models/Requests/GetLargeChoicesResponse.md: id: 5afe5d36bf41 @@ -6750,7 +6750,7 @@ trackedFiles: pristine_git_object: ae076307b2104fc712ed3fd3ceba2e94f87032f7 docs/Models/Requests/GetOrderItemsRequest.md: id: a41806ab30f2 - last_write_checksum: sha1:b16420c9fa8a43dca7edd08c8f8c32c553f0d6d0 + last_write_checksum: sha1:c083d0e2d6153138d7791fde7d7b741a8c4672e6 pristine_git_object: baeea2ead8681e093bfe8b3eb1479efc193b4a53 docs/Models/Requests/GetOrderItemsResponse.md: id: 15435ae16ff0 @@ -6758,7 +6758,7 @@ trackedFiles: pristine_git_object: 1156091c74b6d8322078030ba4a052363a606c41 docs/Models/Requests/GetOrdersRequest.md: id: 63455677e14c - last_write_checksum: sha1:fc6f35f060c96788dcd1f7875e8783380a3cb4b6 + last_write_checksum: sha1:72d6323f1a846cff673a648fa3aeb5dc7e3b0f5c pristine_git_object: fb43d6ce15a97834a356eaea48e140940cb9e8ec docs/Models/Requests/GetOrdersResponse.md: id: 101b3e002536 @@ -6766,7 +6766,7 @@ trackedFiles: pristine_git_object: 55333b4ec94f1d2262bc859aad1ba5186556aa88 docs/Models/Requests/GetPaymentsRequest.md: id: 2a9e23fdd2ea - last_write_checksum: sha1:0ea2c4346d7fa255d18d1728a29964c492664bef + last_write_checksum: sha1:bec1aa9136c1276fd9b6b72f97390d0b3a86e6ef pristine_git_object: 48d839205c3f115d77c33d1a3dc44c15b30f3e81 docs/Models/Requests/GetPaymentsResponse.md: id: b6cd133a4da0 @@ -6790,7 +6790,7 @@ trackedFiles: pristine_git_object: bae7de5c6365168f3ce8748971e0851d7b93fc9c docs/Models/Requests/GetQuestionsRequest.md: id: 2ffb7edfd6a8 - last_write_checksum: sha1:6caea1ed8885c47d134ee8e9d1c03befcf89b150 + last_write_checksum: sha1:73fc9f1b708f79dd65bc68ba782e0dfce1c41622 pristine_git_object: 2dcfa4a592f3be5f641fecebe79b6b8e2f9d0a7a docs/Models/Requests/GetQuestionsResponse.md: id: 981448d0d92c @@ -6838,7 +6838,7 @@ trackedFiles: pristine_git_object: e04fb7f45197dd99cccddf50a9d421d661649fae docs/Models/Requests/GetRespondentsRequest.md: id: 4389c509f683 - last_write_checksum: sha1:8b5042d000b720af674f3599f12c91d3b171f456 + last_write_checksum: sha1:f3729e3b8da378842fc3101cad236d7e6920e58c pristine_git_object: 096f18ff4651b2ba6e2a181864ff360efc158fba docs/Models/Requests/GetRespondentsResponse.md: id: 66f4050ceffc @@ -6846,7 +6846,7 @@ trackedFiles: pristine_git_object: fb1c5678cd73319facb367fa43744d0a73a8e571 docs/Models/Requests/GetResponsesRequest.md: id: ba84d30b82df - last_write_checksum: sha1:ee4ab8868ecbc7f18c7cc8a03085a3bd2c5df15f + last_write_checksum: sha1:f7b416daf79e6e37207ca8d3a7d2c044d0f6246a pristine_git_object: 0fa17facdd9932dde693792e0163b6dd1493e541 docs/Models/Requests/GetResponsesResponse.md: id: 1bce06fc2bd8 @@ -7022,7 +7022,7 @@ trackedFiles: pristine_git_object: 32e3b91c7ceef5b6eb1b851038b8c53d28e7dc6d docs/Models/Requests/GetStandardSurveyRespondentsRequest.md: id: 0764ddc5d572 - last_write_checksum: sha1:6beb345a9bac7217a822b1fdc5de7a76cddb0b06 + last_write_checksum: sha1:eec67d62ea6addea2d03dd71af135f82bc54a506 pristine_git_object: d0f6f37774b252d209c805b7d4c347ee164ca792 docs/Models/Requests/GetStandardSurveyRespondentsResponse.md: id: 3c8585b2b258 @@ -7030,7 +7030,7 @@ trackedFiles: pristine_git_object: 98edd1ac5215ca73e9daf96b771551676f0b968f docs/Models/Requests/GetStandardSurveyResponsesRequest.md: id: 758efaf3ded5 - last_write_checksum: sha1:359ac0d88a730fb9b35196ac1a17649fe4ce65e3 + last_write_checksum: sha1:c8b94a26720d93599ed9dcea8b66b80980c83db6 pristine_git_object: c1beec62d6b76a8d35ca5578d25527a596783fd5 docs/Models/Requests/GetStandardSurveyResponsesResponse.md: id: 6f8a798d73dd @@ -7038,7 +7038,7 @@ trackedFiles: pristine_git_object: b471d74b579692290f0c6132d44a29d5086ca004 docs/Models/Requests/GetStandardSurveysRequest.md: id: 42823082b5ce - last_write_checksum: sha1:49ef44ebe52b4b688d61148aa807202514818c2c + last_write_checksum: sha1:41c809b92ec2f224581b53766ff50f7dcfb226e3 pristine_git_object: 1dfebe23deb584a81f1893b57cae5fd31e59d1d1 docs/Models/Requests/GetStandardSurveysResponse.md: id: 49a0d01d9f1d @@ -7062,7 +7062,7 @@ trackedFiles: pristine_git_object: 3c9edd52cb94a9a9b4da947bda7a4265c8e1943d docs/Models/Requests/GetSurveyRequest.md: id: 53d0885d77dc - last_write_checksum: sha1:34ae11dd6ebabe2cd12c73a8980ce4550159492b + last_write_checksum: sha1:4b01d7df58e58440075ae91fbf07257dd344b788 pristine_git_object: e4d0b927c6cbf043e5d23608b40b5c6daa11bf98 docs/Models/Requests/GetSurveyResponse.md: id: 990965c8db90 @@ -7086,7 +7086,7 @@ trackedFiles: pristine_git_object: 26fcd6cf525c154d18e20a8390274600f8db2d78 docs/Models/Requests/GetTransactionItemsRequest.md: id: dbff6316cb08 - last_write_checksum: sha1:9f6d1997261f0af8f3a9fce44b9c1f665a352a99 + last_write_checksum: sha1:5155434d5de3d53b635b1c1ec6b12542355244dd pristine_git_object: c4a258e058125189f0499baaefdaa51c334111fa docs/Models/Requests/GetTransactionItemsResponse.md: id: df356184b4c8 @@ -7094,7 +7094,7 @@ trackedFiles: pristine_git_object: bd64d14f207fdbc5c44a2eeff6288c517cf9c9fd docs/Models/Requests/GetTransactionsRequest.md: id: 94b2490c5194 - last_write_checksum: sha1:03876d385c33c1a31f195333ee9795611e732cb7 + last_write_checksum: sha1:a5b58afe3e03e4002e3f1a6d3145556da5825c18 pristine_git_object: 6d6bbc1d3cb530da95242de63796eba677390f8b docs/Models/Requests/GetTransactionsResponse.md: id: 952e18f58a30 @@ -7170,7 +7170,7 @@ trackedFiles: pristine_git_object: a511b88725d86767afb0be0f0286c4291a242fc0 docs/Models/Requests/GetVideoViewsRequest.md: id: 14adc10b0769 - last_write_checksum: sha1:5e0e37ac3d004418c48665616c7848fce680b09c + last_write_checksum: sha1:e4ad736d0ca1f541308a51daa42d99ebb90b6126 pristine_git_object: 5210668aa0ee518f41dcee4fe3507875cf5c66b8 docs/Models/Requests/GetVideoViewsResponse.md: id: 1dc703322745 @@ -7261,19 +7261,19 @@ trackedFiles: last_write_checksum: sha1:2d35dd91db8c4352dd99a004fbf46a88ee4110c9 pristine_git_object: 187301fb04f3048f5968cfc01b7cd3b36ed65d5c docs/Models/Requests/ListAssociatedAudienceSegmentsRequest.md: - last_write_checksum: sha1:d333e1f9922b86ecb9602189c8e990d242aea7f7 + last_write_checksum: sha1:86563cb7331d8f82f996122771f3e2c05d3be730 docs/Models/Requests/ListAssociatedAudienceSegmentsResponse.md: last_write_checksum: sha1:9381f17d9e66fd803679f8784bf95fafc784d906 docs/Models/Requests/ListAttendeeActivitiesRequest.md: id: 8d1cbb4dbf2f - last_write_checksum: sha1:5c026d9a13bce2c0796a238341ea3663657c6bad + last_write_checksum: sha1:7c6adb7beeba693a8db78c979d8c33aa1db747e2 pristine_git_object: 259322fef9e5dc4f2410aefd3fc96d9b8d8ac759 docs/Models/Requests/ListAttendeeActivitiesResponse.md: id: c45b887d227a last_write_checksum: sha1:967e2f4a52aae4e526af89a8412bc650b97de38f pristine_git_object: e3fd3d663c57c17cc142e97a54f50f3eaf4ac061 docs/Models/Requests/ListAttendeeAudienceSegmentsRequest.md: - last_write_checksum: sha1:b6c7699b9b26fbef067ca13c964fb0afc4a83d46 + last_write_checksum: sha1:d66abfa07304a639b2376c431fc937316ac3cf8d docs/Models/Requests/ListAttendeeAudienceSegmentsResponse.md: last_write_checksum: sha1:b4150c097b7cbf9d44c0900a9f72ac1dd479ecb7 docs/Models/Requests/ListAttendeeInsightsRequest.md: @@ -7286,7 +7286,7 @@ trackedFiles: pristine_git_object: 4487f8018ad009389c2e32b48872a5d24a8bc394 docs/Models/Requests/ListAttendeeLinksRequest.md: id: ed72a5fdb1bf - last_write_checksum: sha1:1415805e350129e5d4e68cf295d52df1f949ee52 + last_write_checksum: sha1:67921d3e4826504a2dcc3c40d6f0ab47b50e77be pristine_git_object: 9165fa8cfdab3eb8bd5a4f588767040622f46f04 docs/Models/Requests/ListAttendeeLinksResponse.md: id: 46ba4a03eb4e @@ -7302,7 +7302,7 @@ trackedFiles: pristine_git_object: 649ef8a999e30a452a69851936da0fc491e2786c docs/Models/Requests/ListAttendeesRequest.md: id: 5ed714be83ed - last_write_checksum: sha1:dab6d084023bc3291eba3ae2a4d4c0a993a24a51 + last_write_checksum: sha1:21a8b42f013d1154644d8251efca5cf18133ca84 pristine_git_object: 8767adaa9f7cffbf7a453c57442db4080b057dec docs/Models/Requests/ListAttendeesResponse.md: id: 5adf17fb442f @@ -7310,7 +7310,7 @@ trackedFiles: pristine_git_object: 5432a26dd41559abd4552124bddf7869be5f4e01 docs/Models/Requests/ListAudienceSegmentsPostFilterRequest.md: id: c5738545c3b8 - last_write_checksum: sha1:9e5eedbca7075ffa63cf39ddb359d46064c96524 + last_write_checksum: sha1:0f8ce7d1f2227c5b82f792872e630d7f9c1f1894 pristine_git_object: caf338ef94cd45109678de565b9cd3b35d1cba74 docs/Models/Requests/ListAudienceSegmentsPostFilterResponse.md: id: 76bf6b947f30 @@ -7318,7 +7318,7 @@ trackedFiles: pristine_git_object: 50d559a83bdc4b0f4f28d6ccffe1f3d59bf7b029 docs/Models/Requests/ListAudienceSegmentsRequest.md: id: 2447381e3d1f - last_write_checksum: sha1:b309db1761be6d1b08c1a48c0ee9c96b5a155957 + last_write_checksum: sha1:33caa5072dd607fa7c68ec18e9d37c475c2835ef pristine_git_object: a6c48d0aff22b66d92b4d05b7361b0d2925b730f docs/Models/Requests/ListAudienceSegmentsResponse.md: id: cce67cf18a3d @@ -7366,7 +7366,7 @@ trackedFiles: pristine_git_object: 0c153d375220fb75ab79dbc96b1f2d8c576b03eb docs/Models/Requests/ListContactGroupsRequest.md: id: e7e2bba2c24f - last_write_checksum: sha1:0d51c779b77933d8423112f97d6d643de490b3a8 + last_write_checksum: sha1:bee4467213bd5d3fffb4b1c2633a14653ac8fdc6 pristine_git_object: 16c7d77a50df237e9a74c9a11159e131abcd5ede docs/Models/Requests/ListContactGroupsResponse.md: id: deb17a4c92d2 @@ -7382,7 +7382,7 @@ trackedFiles: pristine_git_object: cef92dd484e2fdb344887b531898f14dfd24d01f docs/Models/Requests/ListContactTypesRequest.md: id: 30def31a201b - last_write_checksum: sha1:179dda73b69396c496569bbb5e722a2c541a4d34 + last_write_checksum: sha1:f4cf43708273ffdf8199bfba9a24091bd18cf015 pristine_git_object: 934d53f7de74e4e2d74eb1c38a6f1762fbee9ea7 docs/Models/Requests/ListContactTypesResponse.md: id: 2278a987fafe @@ -7398,7 +7398,7 @@ trackedFiles: pristine_git_object: 2be6b19cdbabb3c23575602c89a4b8c0687802f1 docs/Models/Requests/ListContactsRequest.md: id: 5b245f0b001a - last_write_checksum: sha1:c53caf78c8945d04155bf8913e09763195b98e0d + last_write_checksum: sha1:75a05fe300d0787235c8db919ec760a27b35bbe7 pristine_git_object: 7985cfa950254cae8df965cafaad9873262be386 docs/Models/Requests/ListContactsResponse.md: id: 330c8fd11946 @@ -7414,7 +7414,7 @@ trackedFiles: pristine_git_object: ae54ad7218e7c8d09446a61f53567dde2fae6c94 docs/Models/Requests/ListDiscountedAgendaItemsRequest.md: id: a0bd5d34d5f6 - last_write_checksum: sha1:5afc1fa286ef476f8569e8cb0c8ee94e9ebdc26a + last_write_checksum: sha1:e7cec90fda7442aa1d199859a686e7fb9a45ac89 pristine_git_object: cc8df544e4049bf664212d7b5a019c0d3e93a567 docs/Models/Requests/ListDiscountedAgendaItemsResponse.md: id: 6ac047d44136 @@ -7430,7 +7430,7 @@ trackedFiles: pristine_git_object: d08a010c38b8109d24929b87db68565d8e443e11 docs/Models/Requests/ListDonationItemsRequest.md: id: c74342a80fb9 - last_write_checksum: sha1:e68e6e80bed82366763d7517305b416f76611b8a + last_write_checksum: sha1:fa7819710d0fa0e6c176f35ad0b4450597d533ba pristine_git_object: 9c6c868fa87946ef5eae0a90fd5e88bd295247ce docs/Models/Requests/ListDonationItemsResponse.md: id: 0fa53ac8e807 @@ -7438,7 +7438,7 @@ trackedFiles: pristine_git_object: 4cd5ce13e34c59f72c578c28de864a585fb0abc0 docs/Models/Requests/ListDurationsRequest.md: id: 367f3271cb55 - last_write_checksum: sha1:e72db27128391f2853f091d5dae30d52c2c049e0 + last_write_checksum: sha1:c3974b3a441e2c5e25d72bd1f315521ea6ffee3d pristine_git_object: 0f500808781fd6a601bac9bc63c4b9bba418bde4 docs/Models/Requests/ListDurationsResponse.md: id: c411d4576816 @@ -7446,7 +7446,7 @@ trackedFiles: pristine_git_object: 4d99bce406a463e7101161c747bcc4b15c2cfdea docs/Models/Requests/ListEventDiscountsRequest.md: id: 2bfa9ad3788c - last_write_checksum: sha1:77c574e53b16897f83b47391d7ffdab50d977f9f + last_write_checksum: sha1:ffdf8a893029cf4d95f950e2768ede57230a2491 pristine_git_object: c58b910b1c9631252d010bfbbde21cad44cb73c9 docs/Models/Requests/ListEventDiscountsResponse.md: id: e1e052370764 @@ -7485,7 +7485,7 @@ trackedFiles: docs/Models/Requests/ListEventVouchersPostFilterResponse.md: last_write_checksum: sha1:980ecf1907135ed711945c0d2fc9094df85760b0 docs/Models/Requests/ListEventVouchersRequest.md: - last_write_checksum: sha1:e2c831ca608e2de34ed0325f0d8d64a37e8d4e31 + last_write_checksum: sha1:02ed51f12bd80c0b4fe2401bc390a7ea9ebdbbc4 docs/Models/Requests/ListEventVouchersResponse.md: last_write_checksum: sha1:2ddc7f570e352f44c38bf6890c6ff416b461e9fa docs/Models/Requests/ListEventWeblinksRequest.md: @@ -7538,7 +7538,7 @@ trackedFiles: pristine_git_object: f8e02e4bc227dc4f1f7d7c07fcd44c519c483de2 docs/Models/Requests/ListExternalAttendeeActivitiesMetadataRequest.md: id: 35ed2ad90719 - last_write_checksum: sha1:f69b31f13310c063289e87fa2ff5ff22b8e62eab + last_write_checksum: sha1:2057ec8f57685936ef280b30d7f59179aaec219b pristine_git_object: 58847fc17e119b514149ef42f7ce5d35ac1634ab docs/Models/Requests/ListExternalAttendeeActivitiesMetadataResponse.md: id: 1d8e9a0351c1 @@ -7546,7 +7546,7 @@ trackedFiles: pristine_git_object: f493edbc67d3cb4ea02a1f8364772ae21bd28882 docs/Models/Requests/ListFeeItemsRequest.md: id: d945221bae4d - last_write_checksum: sha1:5f574344588dce80835e00630612260111078289 + last_write_checksum: sha1:14aa509b6aac43698121d8f0cb12f5dd882cefe4 pristine_git_object: bf4322fb2ede3807a9b1601f1faaefa844f53228 docs/Models/Requests/ListFeeItemsResponse.md: id: 5ca386c8fd76 @@ -7554,7 +7554,7 @@ trackedFiles: pristine_git_object: 8e08220562818eb54e994a46cfcdb4b1f0003d5a docs/Models/Requests/ListHubsRequest.md: id: 37f112f080b5 - last_write_checksum: sha1:f673bef847588b956fb2515985eed16b9300567c + last_write_checksum: sha1:e1352ad362922b7ad6ae0ed9ad6248073dced13d pristine_git_object: 09819b89f9a129b3ae53f0d9123bfb7207af2eef docs/Models/Requests/ListHubsResponse.md: id: e17ab85a9d8b @@ -7605,12 +7605,12 @@ trackedFiles: docs/Models/Requests/ListMembershipItemsPostFilterResponse.md: last_write_checksum: sha1:0ecaba664174572502730dd405452cb0642ab56b docs/Models/Requests/ListMembershipItemsRequest.md: - last_write_checksum: sha1:62e7884e1a7cce0b82f0b1bd82acaeb55e9ed140 + last_write_checksum: sha1:67b4e9d7faef273255509a2c836f7e104b6fe65d docs/Models/Requests/ListMembershipItemsResponse.md: last_write_checksum: sha1:e1fe0d450ca567c7191bf890c778d00d869bf700 docs/Models/Requests/ListPlayersRequest.md: id: b3704564d949 - last_write_checksum: sha1:a9b33dece3b28c43ff3a2954fdcfba133e18beb6 + last_write_checksum: sha1:dc462d6c748d418e462c7a963b0e2e6b67be5e15 pristine_git_object: db0acc161e97ae27a35041b083239e056210f31d docs/Models/Requests/ListPlayersResponse.md: id: b2063e73b0bb @@ -7634,7 +7634,7 @@ trackedFiles: pristine_git_object: 2c6babab39a5218765c26dc997552dbc87ca4bfd docs/Models/Requests/ListProgramItemsRequest.md: id: 3c196799ad1a - last_write_checksum: sha1:5a8dcfb6c48a72f6c842c5732c0cfe3ec4ca0c04 + last_write_checksum: sha1:f579d712ffdf47ffccdcf18ca0c259541263798b pristine_git_object: 9c844048a79f13d90105e0f34456b352f3bcf1c5 docs/Models/Requests/ListProgramItemsResponse.md: id: 172b6a098dbc @@ -7650,7 +7650,7 @@ trackedFiles: pristine_git_object: 31762c987436a1cd2cff8b88691c3b528952f7f8 docs/Models/Requests/ListQuantityItemsRequest.md: id: 46fac450fb37 - last_write_checksum: sha1:6003776d6a8487762977f5860c2bd0919d47a784 + last_write_checksum: sha1:aa7c30a398b8383c67805c565892a84f8372d2e2 pristine_git_object: 1341f7ee33011930a52bfc556bd476802f0003ae docs/Models/Requests/ListQuantityItemsResponse.md: id: 4dd7ab2abe6b @@ -7722,7 +7722,7 @@ trackedFiles: pristine_git_object: c392c3d466b7155d87e2c354f5cc390252c04d32 docs/Models/Requests/ListSegmentAssociatedAttendeesRequest.md: id: 574c80ed70a3 - last_write_checksum: sha1:d3fb95965448ebd62249a310fe660b0e52483ac4 + last_write_checksum: sha1:0559f6702fbef4c56150c4324e7fce4905c5df21 pristine_git_object: 5444028ded9668c7dde7e5faca72576ca35020de docs/Models/Requests/ListSegmentAssociatedAttendeesResponse.md: id: 80ac1896f400 @@ -7730,7 +7730,7 @@ trackedFiles: pristine_git_object: 646e4dfe89ad7d904b2dedff33d14f9dd4a88831 docs/Models/Requests/ListSessionDocsRequest.md: id: 1dfbfaddd94d - last_write_checksum: sha1:54b57ad58203a69014902db4b477abf48a88e07d + last_write_checksum: sha1:d654d9e9b149faab774d491f6cc73203a6469963 pristine_git_object: 86d6c4119f78f3af86ac419a168682dd90468505 docs/Models/Requests/ListSessionDocsResponse.md: id: f99e3ab2b02e @@ -7762,7 +7762,7 @@ trackedFiles: pristine_git_object: 70243dcd3640a999c9d6887d1a34008420074c7b docs/Models/Requests/ListSessionsCategoriesRequest.md: id: 9df0feca03c4 - last_write_checksum: sha1:d8083a66022c305d3b67ebec532d4233158b22b5 + last_write_checksum: sha1:668422f2bfcc7b83a52355097d2c99493fbcc8d0 pristine_git_object: 73fe105e87753fa2104f671a92589d3072afdbb6 docs/Models/Requests/ListSessionsCategoriesResponse.md: id: 12f4c47a43fa @@ -7794,7 +7794,7 @@ trackedFiles: pristine_git_object: 9d750f338277c20cdd24358d0575c2ece130fd04 docs/Models/Requests/ListSessionsRequest.md: id: 51686da9b884 - last_write_checksum: sha1:e58011db9f781d941b3d234e9866304114151649 + last_write_checksum: sha1:94b09a5db643b92085b09bee482348b14994ccb1 pristine_git_object: 1bed497332862561665953c0535855694ffcdc47 docs/Models/Requests/ListSessionsResponse.md: id: 955d0a06312b @@ -7857,7 +7857,7 @@ trackedFiles: last_write_checksum: sha1:d9e2e03c409631d424029ff1cb8a01f997aa671e pristine_git_object: 47d25784d5d18650b8c922d600a85e1421d1bd59 docs/Models/Requests/ListTaxesRequest.md: - last_write_checksum: sha1:736207ce273f8ddd54fbb33fa25ae11ad23b0f27 + last_write_checksum: sha1:68b5b37332d73d498174f06f786be1e379ec3efb docs/Models/Requests/ListTaxesResponse.md: last_write_checksum: sha1:de96d4a50e2d9365f5b23e710075cd62f07ac3aa docs/Models/Requests/ListTravelAccountsRequest.md: @@ -7934,7 +7934,7 @@ trackedFiles: pristine_git_object: 1786898eeeed59ed9a187fb30946aeb6682e4ced docs/Models/Requests/ListVideosRequest.md: id: 4055e7762de1 - last_write_checksum: sha1:de82d762ad564ef469e7b3af23f983a919fde905 + last_write_checksum: sha1:0c484d9e3c5b2f954a624f0e579db2630e82692f pristine_git_object: 2c3838ee50e3b1cb25ae4b0c307018892e271b91 docs/Models/Requests/ListVideosResponse.md: id: c965fd523ab6 @@ -7942,7 +7942,7 @@ trackedFiles: pristine_git_object: b366669122ed8a60b7a533fc97d3ba918d59b4de docs/Models/Requests/ListWebcastAttendeeLinksRequest.md: id: f8219f21f050 - last_write_checksum: sha1:9b367a3cca31e7d9d964cca63caee220227a1cbd + last_write_checksum: sha1:4ab9de15147fbf313867b1041c1e158692f3e0ac pristine_git_object: 9dc30496869ab0690fb6bfcb9df6342cef1eb6e6 docs/Models/Requests/ListWebcastAttendeeLinksResponse.md: id: 2d68ded4f2b5 @@ -7950,7 +7950,7 @@ trackedFiles: pristine_git_object: a90fe675c8c3c40bc4410300b32f43ec6485b0b3 docs/Models/Requests/ListWebcastsRequest.md: id: 2f47c7900aa1 - last_write_checksum: sha1:ca7dd6559f9670ddd96fb65110225fd53df3575e + last_write_checksum: sha1:7e0d8746dce82e875262d983ba47b62292581e5f pristine_git_object: 617a122b033f55273c8a9c954fd034043f48700f docs/Models/Requests/ListWebcastsResponse.md: id: 5d3d59edd11e @@ -8634,7 +8634,7 @@ trackedFiles: pristine_git_object: ca970b43ca92e0cb8eddf9d0f04a072fcdee273b docs/sdks/authentication/README.md: id: 45be241adfc3 - last_write_checksum: sha1:6cf99d136f7546d4a6bfb831db30785d5b00ba91 + last_write_checksum: sha1:5dfc5fe2e20659b041846cb82b263f05636b039c pristine_git_object: 586c504af209b1e47863a88407340a87607a0c5c docs/sdks/badgeprinterpools/README.md: id: d73d6cce89d1 @@ -8650,7 +8650,7 @@ trackedFiles: pristine_git_object: 53a91b2b68035039b16cd37290f8d218462eab15 docs/sdks/bulk/README.md: id: fa4bd7a4682a - last_write_checksum: sha1:0f13df3a85efe4a967994a13750efa618807a0a3 + last_write_checksum: sha1:c68018a01a7c720eb07b4aa55b654b8be31b56be pristine_git_object: 4d706fcb345914cfb1fa370fcb0fec8fae121e10 docs/sdks/campaigns/README.md: id: 18dcc3c717ca @@ -8726,7 +8726,7 @@ trackedFiles: pristine_git_object: 226634479fc1c80c5445e0abd3906614f5ca218a docs/sdks/housing/README.md: id: 23d65d817ab8 - last_write_checksum: sha1:a6914f6206a725d7ca74929f012165376c20b2fc + last_write_checksum: sha1:c06752fc0f32cac1a806ba2228d273eec846e078 pristine_git_object: 4455010cbde3a3837c5ca2b707afac4aae2ac717 docs/sdks/housinghotels/README.md: id: d04ff5412c59 @@ -8738,7 +8738,7 @@ trackedFiles: pristine_git_object: e22b3188b967a497c5095aff8f03cab0310aaf43 docs/sdks/meetingrequest/README.md: id: 4d8d5f5fd977 - last_write_checksum: sha1:cb1d5e29ca6471d698fa27c89e941577aa13dc3e + last_write_checksum: sha1:08fd909eb576d8b46e768769f126c88ef911acec pristine_git_object: 2b7a21d84cc4510d71685da566e69b4eb2d138b3 docs/sdks/processform/README.md: id: 0d23c161e66c @@ -8838,7 +8838,7 @@ trackedFiles: pristine_git_object: cd663f188cf769273acee47bf7512632946b0a54 src/Cvent/SDK/Authentication.cs: id: f90a858273bd - last_write_checksum: sha1:a709dba3177c99180c38ebf3c470bbd70e8801e5 + last_write_checksum: sha1:af71ffdc2702a6fca339fa8ac719e22dad7daf58 pristine_git_object: 89f9c9b867bee5e72d6226bec1134e01912860ab src/Cvent/SDK/BadgePrintJob.cs: id: 6ad60f07c4b4 @@ -8854,7 +8854,7 @@ trackedFiles: pristine_git_object: f3d3768b336679e9ba7578ed51e14fe50a8365de src/Cvent/SDK/Bulk.cs: id: ac2ca01debc8 - last_write_checksum: sha1:610336b4a08f3d8e9bcf2326c5c5e5e10150aa41 + last_write_checksum: sha1:2d61ede8aa837ccf63a8e3df7011324d43cb958c pristine_git_object: 91dd13b7d76cfc0f4f7cc59a924879f8f92b1d9b src/Cvent/SDK/Campaigns.cs: id: f425e065b945 @@ -8878,11 +8878,11 @@ trackedFiles: pristine_git_object: 977cd7381c7598682830d6e4a64a85cb14130b98 src/Cvent/SDK/Cvent.SDK.csproj: id: 7a55759bc2f0 - last_write_checksum: sha1:faaeaf32623b25b2712299c1d3f8208c83737f3f + last_write_checksum: sha1:1632fe6502f0460817513e8cb0ea90c4599cd02a pristine_git_object: 711013944bc0505858b0b7cf177f166071b47593 src/Cvent/SDK/CventSDK.cs: id: f7e1ad22cd8f - last_write_checksum: sha1:cf66f968ccef0954b8b4723745f5635080e7a559 + last_write_checksum: sha1:f562f86886b5c8aa1874f0b9cbb908ff0801e13f pristine_git_object: 73b691f7e3fc8c29322c3bac6169519066a92685 src/Cvent/SDK/Discounts.cs: id: 65ff3d7f6c89 @@ -8954,7 +8954,7 @@ trackedFiles: pristine_git_object: e3ad1ac7b4dd624040e3f30514dfffb4e2b94155 src/Cvent/SDK/Housing.cs: id: a10cf2ffbc7c - last_write_checksum: sha1:33bca43217427ce8396e3710312d27507f9e3249 + last_write_checksum: sha1:9b004d82b4cf015305509b3e04154a6d61b48590 pristine_git_object: 26397f09d75ba9d69843a3b969c292ee2407ae6d src/Cvent/SDK/HousingHotels.cs: id: 9249b2b9a6b5 @@ -8966,7 +8966,7 @@ trackedFiles: pristine_git_object: dfcfb0f9b1c88569e9f6110dbee82dc25ff538ee src/Cvent/SDK/MeetingRequest.cs: id: 5f343c314bf6 - last_write_checksum: sha1:f9cb63dd3cef4b32d58e4cb02512cab93c542587 + last_write_checksum: sha1:d05442fe826fb1aee9945645f857dbe49b5af891 pristine_git_object: ab4d871c869ae435b0148438a074c626d5bf7495 src/Cvent/SDK/Models/Callbacks/CreateContactHookContactTransactionCallbackResponse.cs: id: bfa3f73d3233 @@ -9505,7 +9505,7 @@ trackedFiles: src/Cvent/SDK/Models/Components/AttendeeAudienceSegmentAssociationsPaginatedResponse.cs: last_write_checksum: sha1:33682762521dbe718f4ccc76379d02702d7c9d95 src/Cvent/SDK/Models/Components/AttendeeContactInfo.cs: - last_write_checksum: sha1:9d79ed9fc4e71688399ec59b0c8ead6d88170080 + last_write_checksum: sha1:b82a3572ee51c0251d4ce6f01780b4d7691696da src/Cvent/SDK/Models/Components/AttendeeContactMembership.cs: last_write_checksum: sha1:148111409776bbb5cefab2c998f5d0e64665342a src/Cvent/SDK/Models/Components/AttendeeContactType.cs: @@ -10817,7 +10817,7 @@ trackedFiles: last_write_checksum: sha1:14b86fa0474fdf4ad4086deda148aa8b05bee7fe pristine_git_object: f982dc2038682516d9bcff03c4c8531a6b35469e src/Cvent/SDK/Models/Components/Event1.cs: - last_write_checksum: sha1:5e55866cc6fcef452168cd8a635bb44167ea0469 + last_write_checksum: sha1:70a76a68f543fc0a153cebc0e3d1b5fb0d5b205e src/Cvent/SDK/Models/Components/Event12.cs: last_write_checksum: sha1:2a80adab8a4d4db88eb5eead0504d980c5b78ac8 src/Cvent/SDK/Models/Components/Event2.cs: @@ -10956,7 +10956,7 @@ trackedFiles: last_write_checksum: sha1:672f680757a8ac030a980f0b47467f06bb797c5d src/Cvent/SDK/Models/Components/EventInput.cs: id: 7fe46952c48b - last_write_checksum: sha1:8a8b7e18341536783af9ccde671799192c420152 + last_write_checksum: sha1:1e14efb5b366d9689752d7fd58cf0c56be727afe pristine_git_object: 3b581221c6734962cc3acb1c4cd406cdaa5404d1 src/Cvent/SDK/Models/Components/EventJson.cs: last_write_checksum: sha1:1fde40afc94011afdba755e04133054b39f67950 @@ -11140,11 +11140,11 @@ trackedFiles: last_write_checksum: sha1:883c295d33d99a9739f8adae6d32a39ffa04da6f src/Cvent/SDK/Models/Components/EventUpdate.cs: id: 81469efd695c - last_write_checksum: sha1:ba3f3e7d3b3ee13f6b886e1eff080f4200287859 + last_write_checksum: sha1:3609243893ddaf2b88c31c0c5be51965bb00f621 pristine_git_object: ed47c3f13b5fb02a2a69d392166af8b6fa23e09e src/Cvent/SDK/Models/Components/EventUpdateInput.cs: id: e8ee4482386e - last_write_checksum: sha1:af8cff7fa7659183d2a6269e6c5425ab7afd5605 + last_write_checksum: sha1:127f70315652975dd7028ffd24d333c303544258 pristine_git_object: 29f3a801bc6139fb4f0e763f609c470ab05f78c8 src/Cvent/SDK/Models/Components/EventUpdateLookup.cs: id: 55d320b6e0fe @@ -14950,7 +14950,7 @@ trackedFiles: pristine_git_object: 0cb5acf40f189f3279251054a4835d32110bb83c src/Cvent/SDK/Models/Requests/GetAccountBudgetItemsRequest.cs: id: a1ba17baa4be - last_write_checksum: sha1:711eee9ae49774bde10b5e0953ac9574a621b1c1 + last_write_checksum: sha1:0c45e4c3b74e3c26eb90c4e1bc70ce65776cc81e pristine_git_object: f5b811e448edec69f38023dfcb5ad1dde6542331 src/Cvent/SDK/Models/Requests/GetAccountBudgetItemsResponse.cs: id: a00e873e7d31 @@ -14973,12 +14973,12 @@ trackedFiles: last_write_checksum: sha1:be91345ed4251b6e49692b2314254bcc75b2cb4b pristine_git_object: c328e98272441b53a2a13f003cf88ead1abbb64a src/Cvent/SDK/Models/Requests/GetAccountVendorsRequest.cs: - last_write_checksum: sha1:d5b01bed8ee6d771984e4103e16b1200fb08a43e + last_write_checksum: sha1:7f77b35dc5589031c21f6f9d5aa15132fd0ee953 src/Cvent/SDK/Models/Requests/GetAccountVendorsResponse.cs: last_write_checksum: sha1:c125e37a0db7d74658e2d0ae0b2f6c73a0844480 src/Cvent/SDK/Models/Requests/GetAirActualDetailRequest.cs: id: edb0b96bd695 - last_write_checksum: sha1:ed6b6d9391718e8feeede6e69150fc1a81026b53 + last_write_checksum: sha1:c4b36c5eab642b76ec22cfbd71e2ea96ec9e1645 pristine_git_object: 2bec3ee479ba1292a1d1709d2b48796d74ef95e6 src/Cvent/SDK/Models/Requests/GetAirActualDetailResponse.cs: id: 788e62c8b540 @@ -14986,7 +14986,7 @@ trackedFiles: pristine_git_object: 968babefc75df87896ac7d1ffb3fbeb0da96ace6 src/Cvent/SDK/Models/Requests/GetAirRequestsRequest.cs: id: 7ad9d782f655 - last_write_checksum: sha1:8f68367d9ab3e699183735668e8e32c735549ef4 + last_write_checksum: sha1:6f72ed0b0e65da12cefacc9c285ef084f24d2f95 pristine_git_object: d7a7199f5c53134018918c3787364c4b5eb624d6 src/Cvent/SDK/Models/Requests/GetAirRequestsResponse.cs: id: b63761589c6f @@ -14994,14 +14994,14 @@ trackedFiles: pristine_git_object: 5d56a24cc8ff2288a105fd8f5e66a8bd74287a8b src/Cvent/SDK/Models/Requests/GetAllEventSurveyResponsesRequest.cs: id: 5eb3256aa4fe - last_write_checksum: sha1:81da8ef6811204743c5932f73217405b86a0218e + last_write_checksum: sha1:53b5d77d1c1cee10dbc2180442d85bdf5b2336bb pristine_git_object: 9f6788e69a347ea8bd4e2fdc3dbca3caee2dad9f src/Cvent/SDK/Models/Requests/GetAllEventSurveyResponsesResponse.cs: id: 02ff57c7411c last_write_checksum: sha1:9854f3b8186b1ebb2e4bbb97a0ef5c3079dd2825 pristine_git_object: 5c0131cf8afe504dd599e961274f1758fbf3e302 src/Cvent/SDK/Models/Requests/GetAlternateTravelAnswersRequest.cs: - last_write_checksum: sha1:94bf2e9152e0f566ab15e2f820410afdd7506054 + last_write_checksum: sha1:bb6dc3804b9376ce64bd56fb8df714fbf0967d3f src/Cvent/SDK/Models/Requests/GetAlternateTravelAnswersResponse.cs: last_write_checksum: sha1:1e84bb4fa8d1d130a0b98c1b95e4df6377e49691 src/Cvent/SDK/Models/Requests/GetAppointmentAttendeeByIdRequest.cs: @@ -15134,7 +15134,7 @@ trackedFiles: pristine_git_object: 0ca90a5629f23cfc9f82e843e2b0e9aa30d4d933 src/Cvent/SDK/Models/Requests/GetBudgetAllocationsRequest.cs: id: d1f6553524df - last_write_checksum: sha1:d2fbcaed3a51bef7387b05d4bdbb4e7e63a0d3ee + last_write_checksum: sha1:41b3f0551177f21443f378c9d2becff94697b820 pristine_git_object: ae0dca8affb9b91deca90ac493b6cc4b98892cbd src/Cvent/SDK/Models/Requests/GetBudgetAllocationsResponse.cs: id: 5fdead22e612 @@ -15142,7 +15142,7 @@ trackedFiles: pristine_git_object: d6a76bdf2483040795e1d333344ea88794af629a src/Cvent/SDK/Models/Requests/GetBudgetItemsRequest.cs: id: 085e064a5ed6 - last_write_checksum: sha1:761627262e483e70eba17facb11a0470370ebe0f + last_write_checksum: sha1:431fd6aed0696e8cbce7327e52f8fb84f9ec8e0f pristine_git_object: bb7b4ea09f35ce198522d4156150d71ec2a8ed4e src/Cvent/SDK/Models/Requests/GetBudgetItemsResponse.cs: id: b858ff5d45d7 @@ -15166,7 +15166,7 @@ trackedFiles: pristine_git_object: 2a3201e75b1aaf10cead06d5235d5f7ead4a86c1 src/Cvent/SDK/Models/Requests/GetCardTransactionsRequest.cs: id: 54b881d53ba8 - last_write_checksum: sha1:a898e64cd5379d3b57484efef94bd7d916ecf2f8 + last_write_checksum: sha1:b962f295bb771adb888494d1af8547794b4dbcef pristine_git_object: 6ffcaea45dd2cae247d6a17da69f845fb185ed47 src/Cvent/SDK/Models/Requests/GetCardTransactionsResponse.cs: id: a47db341ffba @@ -15174,7 +15174,7 @@ trackedFiles: pristine_git_object: 46748c8db8e7cbdbecf2f74c5f4b0391ed7f92a5 src/Cvent/SDK/Models/Requests/GetCardsRequest.cs: id: 017d06182be8 - last_write_checksum: sha1:205812a03f6a09d9e7a0881d91703f50e0e2913c + last_write_checksum: sha1:5b82afa8213fd0601982d77bb79933c3618e9674 pristine_git_object: cbec6d0f4beba15baf74a6bd85a3bfdc8e9127de src/Cvent/SDK/Models/Requests/GetCardsResponse.cs: id: 5f0ecfc81e8e @@ -15250,7 +15250,7 @@ trackedFiles: pristine_git_object: b84ff3a83e83fa6cdcfb1d5292d277273e5e5801 src/Cvent/SDK/Models/Requests/GetCurrencyConversionRateRequest.cs: id: 173d89837ae4 - last_write_checksum: sha1:b8880b0d94544c0035dee8c3de66d9c579300ee0 + last_write_checksum: sha1:1371f2d5e7318050cc585afab5a5c9af43730139 pristine_git_object: 6b8d73d6523902dc20809d506b515ce824b6d230 src/Cvent/SDK/Models/Requests/GetCurrencyConversionRateResponse.cs: id: ba27cbd43e4d @@ -15322,7 +15322,7 @@ trackedFiles: pristine_git_object: 766a640fcdb4c00303e561e9511ef87677e0b30b src/Cvent/SDK/Models/Requests/GetEventBudgetTotalsRequest.cs: id: 4afe528e9a4b - last_write_checksum: sha1:e27bc99744f84ce13aeaf5aae4f532a4b7804ab4 + last_write_checksum: sha1:375e55672e12cc63a0c3647c88c9642248e91a48 pristine_git_object: b60f90edae49c76d6b32d5aaa98c2420edc713f1 src/Cvent/SDK/Models/Requests/GetEventBudgetTotalsResponse.cs: id: dff300d321f7 @@ -15354,7 +15354,7 @@ trackedFiles: pristine_git_object: 1e442987a786ea9e077a12e48f96c0736d4772be src/Cvent/SDK/Models/Requests/GetEventFeaturesRequest.cs: id: 9777280b83d6 - last_write_checksum: sha1:8c809eb4198096248e1219ccc1245c362e3ade99 + last_write_checksum: sha1:209603a4ba443fd63be74672246b1e33aae8cf15 pristine_git_object: ded835ccecbcb3dd759e8160e0ae9f6927238587 src/Cvent/SDK/Models/Requests/GetEventFeaturesResponse.cs: id: 1bc8aaef71d1 @@ -15382,7 +15382,7 @@ trackedFiles: pristine_git_object: 71206224d18d4a49c4030657001ed065b228acce src/Cvent/SDK/Models/Requests/GetEventSurveyRespondentsRequest.cs: id: 056e2b10597b - last_write_checksum: sha1:8442fe7fb443371af9314f5f0acb50968f618226 + last_write_checksum: sha1:19bcac01a2c9fdb0032024f683732fb93bf30144 pristine_git_object: 5a71ae451f8ce65399bcfd7f820c1eb7d888e8d8 src/Cvent/SDK/Models/Requests/GetEventSurveyRespondentsResponse.cs: id: ac83a925b594 @@ -15390,7 +15390,7 @@ trackedFiles: pristine_git_object: 779eb42d4d9845f0e2c5ab14292cc6c2bbabbbfb src/Cvent/SDK/Models/Requests/GetEventSurveyResponsesRequest.cs: id: 97a112fa3c5d - last_write_checksum: sha1:8f7a7cead654466009103a17e1cbae433790005b + last_write_checksum: sha1:e81cb1365a98630ce5ea39c73d974c31e624e642 pristine_git_object: 01f9169621e015ee539c33582848f1fa597af0e4 src/Cvent/SDK/Models/Requests/GetEventSurveyResponsesResponse.cs: id: 5ff830b03b48 @@ -15398,7 +15398,7 @@ trackedFiles: pristine_git_object: c364f840f69afff3788c5f149946a9415d35286f src/Cvent/SDK/Models/Requests/GetEventSurveysRequest.cs: id: 2ef0f1492a6e - last_write_checksum: sha1:52da532ca8665e8d0866918f44fecd0b31f76bad + last_write_checksum: sha1:05642af9bcf39f145c285f65e03b5aa967039bdd pristine_git_object: 75169a0d2d92937ed019381ac8851bcc130326a9 src/Cvent/SDK/Models/Requests/GetEventSurveysResponse.cs: id: 348cf81b52ed @@ -15510,7 +15510,7 @@ trackedFiles: pristine_git_object: 3baee83d093aa30bf740a8682cf06526fc649455 src/Cvent/SDK/Models/Requests/GetHotelRequestsRequest.cs: id: 67690318fe86 - last_write_checksum: sha1:ebdd07dda9796fc1591ffae5b66a3379faf98dc1 + last_write_checksum: sha1:5f417e1ea0e568b632c448b35427cb9734adf8af pristine_git_object: 555cba18d154f05af25fc1352f50cc8dc6630fa2 src/Cvent/SDK/Models/Requests/GetHotelRequestsResponse.cs: id: 330cc75a626c @@ -15582,7 +15582,7 @@ trackedFiles: pristine_git_object: 464f7ce7c9b93a557ae462b1426171090760558c src/Cvent/SDK/Models/Requests/GetHousingReservationRequestsRequest.cs: id: 5dd9c1db4172 - last_write_checksum: sha1:04f269132df0f103d60901046892998d6f6cfbfb + last_write_checksum: sha1:42c6f663f3b1375df33e79951b3981f39ace8272 pristine_git_object: f7cf6b6f8e7b12984d8d0b59b85fb95702d252df src/Cvent/SDK/Models/Requests/GetHousingReservationRequestsResponse.cs: id: 1d17ae1a2e4c @@ -15590,7 +15590,7 @@ trackedFiles: pristine_git_object: 72304d049b000c8ac13ea82705971256b3c2dc02 src/Cvent/SDK/Models/Requests/GetHubMembersRequest.cs: id: fb0c0c8a369f - last_write_checksum: sha1:80a5ed79cf1bd1b80e3f78bbc88c913a0852d2ff + last_write_checksum: sha1:3571c3ba507e7658b17fc8c877a701db16af0357 pristine_git_object: 55d00739ba8badfc938f91d606323ff4d4f16ebc src/Cvent/SDK/Models/Requests/GetHubMembersResponse.cs: id: dee19f3f33a6 @@ -15606,7 +15606,7 @@ trackedFiles: pristine_git_object: 6c3dbd27fc6e0e62aef92010697df68040c0bd19 src/Cvent/SDK/Models/Requests/GetLargeChoicesRequest.cs: id: ea7074fd6374 - last_write_checksum: sha1:190225ee0d6c03b16da7e4cf2f178d9c94a2d8a8 + last_write_checksum: sha1:af35525c3cf5e1be52eaeb23ef50675c482337bf pristine_git_object: 025bfaa8b0726cdd95e8278f8a12a3da9acd9edb src/Cvent/SDK/Models/Requests/GetLargeChoicesResponse.cs: id: d2091cbde36c @@ -15678,7 +15678,7 @@ trackedFiles: pristine_git_object: 753806caac32c5d70d19fb9f85ed0abfbe40238c src/Cvent/SDK/Models/Requests/GetOrderItemsRequest.cs: id: 85efc730faa5 - last_write_checksum: sha1:255770f1af4e53e7424bd3dba161fe7eb9362192 + last_write_checksum: sha1:8e253f884353005f12ed5ac89415658d905d4034 pristine_git_object: db26aa35d0a44c6bb056c9778d8584f6b4f7bc3a src/Cvent/SDK/Models/Requests/GetOrderItemsResponse.cs: id: d2689a626aab @@ -15686,7 +15686,7 @@ trackedFiles: pristine_git_object: 323332983fc231efcb15330563de5b5f1c0cb30c src/Cvent/SDK/Models/Requests/GetOrdersRequest.cs: id: 16910f1ae126 - last_write_checksum: sha1:4c83f8028eed1ae33a221348ed8c182255b0fac4 + last_write_checksum: sha1:26de8246aad8efb0d69b5fdcf18475f78ee9b3ad pristine_git_object: d9a5dbe0e280de03d66d29be80791eb25e6b7d05 src/Cvent/SDK/Models/Requests/GetOrdersResponse.cs: id: dedf369b65bd @@ -15694,7 +15694,7 @@ trackedFiles: pristine_git_object: 9cb0185ea3d197f50d6b51b4d0a70625566261dd src/Cvent/SDK/Models/Requests/GetPaymentsRequest.cs: id: 08f6381ba073 - last_write_checksum: sha1:d067e2d386192c22cda4e5d534208d08232b4de6 + last_write_checksum: sha1:18438964a24d27c12a107210589bf220384853c6 pristine_git_object: 109d1e1545403f45048f85875c74b5ac0515a2da src/Cvent/SDK/Models/Requests/GetPaymentsResponse.cs: id: 6efd5104d187 @@ -15718,7 +15718,7 @@ trackedFiles: pristine_git_object: 3428aa2343faa11361f0cbce0194e10b29081336 src/Cvent/SDK/Models/Requests/GetQuestionsRequest.cs: id: 2c141c27c83f - last_write_checksum: sha1:cba3f4984efab5dc5d54e90df18566c06c90f539 + last_write_checksum: sha1:6b7f7dee1741e542742f708eabfc16657327c590 pristine_git_object: 737657a4ee6be2a4ca4d076fff0b8f0ba10649b9 src/Cvent/SDK/Models/Requests/GetQuestionsResponse.cs: id: 249401b81958 @@ -15766,7 +15766,7 @@ trackedFiles: pristine_git_object: 278e868146c1e8f880e920f6a2c37dacb0169c3c src/Cvent/SDK/Models/Requests/GetRespondentsRequest.cs: id: 19a9bf3afc0e - last_write_checksum: sha1:27ba517f465f5d04c5c1e6bf1f7286856943787d + last_write_checksum: sha1:ff9148d275831a5c5a2d7dcdf42fb60f71d04832 pristine_git_object: 36c329be7364d84a164895342a7942e69cfe8021 src/Cvent/SDK/Models/Requests/GetRespondentsResponse.cs: id: 571bd85e3bac @@ -15774,7 +15774,7 @@ trackedFiles: pristine_git_object: 81f24b5af578990c56e2267d041eb5c2c9d3e0f8 src/Cvent/SDK/Models/Requests/GetResponsesRequest.cs: id: c87ebe4f1810 - last_write_checksum: sha1:ac9371580e9bf403160c4ad5d057153b21a4d833 + last_write_checksum: sha1:62a7b071072fd9d62ffac1d14383b7ddb237a870 pristine_git_object: ff5fa8f70303ffe52e03e624fe07fb7002f1dda2 src/Cvent/SDK/Models/Requests/GetResponsesResponse.cs: id: 313c5aea324c @@ -15950,7 +15950,7 @@ trackedFiles: pristine_git_object: 8f6788fa32849419c5a9c44311735fc90de4af2d src/Cvent/SDK/Models/Requests/GetStandardSurveyRespondentsRequest.cs: id: 7c02e4f76107 - last_write_checksum: sha1:9e7537c5a194849db15e5ca5e053af027e9489f6 + last_write_checksum: sha1:bf580edccb8fd360c9fea3e405b1bc1d38a806cc pristine_git_object: 74ca3c8fc33be43f3ecb0e57fcced620ba8e4255 src/Cvent/SDK/Models/Requests/GetStandardSurveyRespondentsResponse.cs: id: 53f62ab9522c @@ -15958,7 +15958,7 @@ trackedFiles: pristine_git_object: 2d9b07e0398511e43460398a39a4f526d6119b0f src/Cvent/SDK/Models/Requests/GetStandardSurveyResponsesRequest.cs: id: 1d3ac8a87293 - last_write_checksum: sha1:7b309c29f5438c5654cbfcfacc6821bd37323a34 + last_write_checksum: sha1:e2a967399a70bfd8b1ffd6c92817bb49dcb02b18 pristine_git_object: 2ab33d9399ef294f54bc638157ac8613cb8fe3ec src/Cvent/SDK/Models/Requests/GetStandardSurveyResponsesResponse.cs: id: 961a1835e5fe @@ -15966,7 +15966,7 @@ trackedFiles: pristine_git_object: 787ce6346e15a212b4d6a53d60158f9b8b50bc69 src/Cvent/SDK/Models/Requests/GetStandardSurveysRequest.cs: id: 51eb799f4f4a - last_write_checksum: sha1:7b0c50019a6a53b001ba39fdba1e6c590ebf2be1 + last_write_checksum: sha1:8779bd5ee2149cd15b4830f7c1a2a265773ff126 pristine_git_object: 807e60f2164593213a585fbc456230b454facc73 src/Cvent/SDK/Models/Requests/GetStandardSurveysResponse.cs: id: 9950a39a31a0 @@ -15990,7 +15990,7 @@ trackedFiles: pristine_git_object: 43648f6523fd2cd739bb367a9b4af191d4908522 src/Cvent/SDK/Models/Requests/GetSurveyRequest.cs: id: 5cf4e4b8d704 - last_write_checksum: sha1:1aaa99e8dd09ebda4fcff7b8bec9618fe924e4d3 + last_write_checksum: sha1:e21e24f668b2736aa1c0a271eeb2d74bd44aa429 pristine_git_object: 42414b7891526f0d3f36ad65411c843731ce548a src/Cvent/SDK/Models/Requests/GetSurveyResponse.cs: id: 1385cdf637c7 @@ -16014,7 +16014,7 @@ trackedFiles: pristine_git_object: db3f5282caf1fa1be7774aab18b27ed62e0547e2 src/Cvent/SDK/Models/Requests/GetTransactionItemsRequest.cs: id: 6a770b856f22 - last_write_checksum: sha1:f208e759748210922d3c6bc0e46ea6f81f363642 + last_write_checksum: sha1:e5888f79dd64f279ed2ec51f1fff0c4f54a9f6e9 pristine_git_object: ef1160e5c0ec1571a81089d32bd5c38eca0ac3aa src/Cvent/SDK/Models/Requests/GetTransactionItemsResponse.cs: id: 463e303e7cce @@ -16022,7 +16022,7 @@ trackedFiles: pristine_git_object: 77946720d601437e5b5e4907bb32445d7a70da19 src/Cvent/SDK/Models/Requests/GetTransactionsRequest.cs: id: 23a6a856603b - last_write_checksum: sha1:c76319eb3b0034c49dae7e6e2a2f702b730bacc5 + last_write_checksum: sha1:926c17498cf2e7b719a4e6fd12b18ae9e39e2957 pristine_git_object: 54a4f1dee7090a2719a70e886e049c3d8595dfde src/Cvent/SDK/Models/Requests/GetTransactionsResponse.cs: id: 513c782dacae @@ -16098,7 +16098,7 @@ trackedFiles: pristine_git_object: 939beae2f24c66480a6f7821d9a0f726f5e2c32c src/Cvent/SDK/Models/Requests/GetVideoViewsRequest.cs: id: b2f0d27eae9c - last_write_checksum: sha1:5bb923e49ca1c98e4f694985d85ae1eed8d20dc0 + last_write_checksum: sha1:3e65e6a60c0b1a0a54cc49bff1d37d887a74d906 pristine_git_object: 3163dff669045a2cfd05353a253b8a9abf5e7113 src/Cvent/SDK/Models/Requests/GetVideoViewsResponse.cs: id: c2b1d5d1ef49 @@ -16189,19 +16189,19 @@ trackedFiles: last_write_checksum: sha1:518ab0aac028c568da5d48fe03377b2b6e06ce51 pristine_git_object: d0ac7b5912a3721bc7c6fe8156fe66baa236b9f8 src/Cvent/SDK/Models/Requests/ListAssociatedAudienceSegmentsRequest.cs: - last_write_checksum: sha1:cceefe5fedb02e690270c0d17786ef3dc13bcc69 + last_write_checksum: sha1:fe6bd6e337cf9ac26dad01983fd8ad4371d07943 src/Cvent/SDK/Models/Requests/ListAssociatedAudienceSegmentsResponse.cs: last_write_checksum: sha1:64f614478b7532ecc0300d85f4e4fac4603e2d61 src/Cvent/SDK/Models/Requests/ListAttendeeActivitiesRequest.cs: id: 47b9ac3ef486 - last_write_checksum: sha1:dfabd1fd0068d128143d754258d5954240b8012d + last_write_checksum: sha1:c1ba4e4bada036b4d123ce489b6e6ad4cff11561 pristine_git_object: baad49aaf5462dda791f291f275f00149cd7ac1d src/Cvent/SDK/Models/Requests/ListAttendeeActivitiesResponse.cs: id: f3edb46f9703 last_write_checksum: sha1:fcd736d1f20d31b5bea05a801945ee0464ed14a6 pristine_git_object: 94dafa9c1f1ad91df93c45d58a889207f92101b6 src/Cvent/SDK/Models/Requests/ListAttendeeAudienceSegmentsRequest.cs: - last_write_checksum: sha1:7b4cf398b6a84e19570c94a61d3e199f9c3187f4 + last_write_checksum: sha1:4d6b1406167b2c4aed11c865008077cf44eeeea8 src/Cvent/SDK/Models/Requests/ListAttendeeAudienceSegmentsResponse.cs: last_write_checksum: sha1:c4cec1b560c0f51294c5c5f577161ead60080c68 src/Cvent/SDK/Models/Requests/ListAttendeeInsightsRequest.cs: @@ -16214,7 +16214,7 @@ trackedFiles: pristine_git_object: 1d747ac75217fe984479f3dc730dba1a04082397 src/Cvent/SDK/Models/Requests/ListAttendeeLinksRequest.cs: id: f898424e9f83 - last_write_checksum: sha1:a9965732a3a7b645bee842993ab8298fddeac004 + last_write_checksum: sha1:878a2da3b8f746359029d79c00f8bd85338e1d23 pristine_git_object: 235b964e30a7237049f5057453ab9f747a817a50 src/Cvent/SDK/Models/Requests/ListAttendeeLinksResponse.cs: id: 9807f3ba18c4 @@ -16230,7 +16230,7 @@ trackedFiles: pristine_git_object: 50f6e5f8f0488073e4d2aa28d1c743c0e378c799 src/Cvent/SDK/Models/Requests/ListAttendeesRequest.cs: id: df1f0065558e - last_write_checksum: sha1:93e2a7cb8a0e4b9e9b3ac01a6538f33a488b1ff9 + last_write_checksum: sha1:0dec883bb74722bfa3e1e025c1871b42468c9b73 pristine_git_object: ec412151b8bfd8df94c36dad4b3911072dbad1dc src/Cvent/SDK/Models/Requests/ListAttendeesResponse.cs: id: 11bc43f21fd6 @@ -16238,7 +16238,7 @@ trackedFiles: pristine_git_object: 68169bee2adfbacd7d8e6796e9d1033b96c28d60 src/Cvent/SDK/Models/Requests/ListAudienceSegmentsPostFilterRequest.cs: id: a8818f69db8c - last_write_checksum: sha1:16c66e67957293ca4120d6923e00fd1fceec5656 + last_write_checksum: sha1:93f7ab46553f6cedf327537f5b641ad5e314b26a pristine_git_object: 2b03593ac08e8c74e7741ae126575f03fe7bab78 src/Cvent/SDK/Models/Requests/ListAudienceSegmentsPostFilterResponse.cs: id: bad5976295ae @@ -16246,7 +16246,7 @@ trackedFiles: pristine_git_object: b0231ebb2940d12577d97f59c08b22f6af3bf4b4 src/Cvent/SDK/Models/Requests/ListAudienceSegmentsRequest.cs: id: 8bfc008a3e89 - last_write_checksum: sha1:6d7968973ca5983411f60bb34b147cd5fd9431af + last_write_checksum: sha1:9dbc0304e803f975ad0d5cbb4ec1b1106b5d4a32 pristine_git_object: 22477a3de3345980264ef8c3c6a1cfbae61e9381 src/Cvent/SDK/Models/Requests/ListAudienceSegmentsResponse.cs: id: 0dea602c5580 @@ -16294,7 +16294,7 @@ trackedFiles: pristine_git_object: 47924ba89f2a9ff4f832e602161020bfdb2b2992 src/Cvent/SDK/Models/Requests/ListContactGroupsRequest.cs: id: d81d14cfd58f - last_write_checksum: sha1:dd4ba9bb803be16942e3cc30e043c39532f6d8cc + last_write_checksum: sha1:7ffe410f9286c1eebefaef720d6641e7de39223f pristine_git_object: 15166940f1ee51a0fbc6b00a3b2065e914cfcfe5 src/Cvent/SDK/Models/Requests/ListContactGroupsResponse.cs: id: 7d2dc9ba7485 @@ -16310,7 +16310,7 @@ trackedFiles: pristine_git_object: 1174848d37ae7a4aef0b68b7ac0ba040976310f2 src/Cvent/SDK/Models/Requests/ListContactTypesRequest.cs: id: 4a2fed16d2d7 - last_write_checksum: sha1:de7622223302a77e2aff01c1597939ed05a06888 + last_write_checksum: sha1:f8b78bc28ab24337d1a6048c9d7cf082f034fd75 pristine_git_object: 8bd5f33b063646ae0535ffa5d9f7ef10598c9f54 src/Cvent/SDK/Models/Requests/ListContactTypesResponse.cs: id: 0538d3dc200c @@ -16326,7 +16326,7 @@ trackedFiles: pristine_git_object: 20823d9167fea0456f281233d08441bc5e42faea src/Cvent/SDK/Models/Requests/ListContactsRequest.cs: id: 1a05e7942694 - last_write_checksum: sha1:6377647017c6a93a6da9d90e7720ca0710cc2b16 + last_write_checksum: sha1:998db5102cbe02439d025c1e9986cb575bf8f629 pristine_git_object: 3244d0c1e56699226718f22f94361a12dd299098 src/Cvent/SDK/Models/Requests/ListContactsResponse.cs: id: 8185fab3030e @@ -16342,7 +16342,7 @@ trackedFiles: pristine_git_object: 2b9a90ae5f5e98df87a1a03fd12d1df7ad3528f9 src/Cvent/SDK/Models/Requests/ListDiscountedAgendaItemsRequest.cs: id: 2703db9843e3 - last_write_checksum: sha1:2b59fe73db37333678b237b10ca38bba963c41ed + last_write_checksum: sha1:0b6c3bf3eeb2f3c849058f2fa0eda1d40902577d pristine_git_object: 9e23f7abeb92b6505479f61cd80efb7f452f6ce3 src/Cvent/SDK/Models/Requests/ListDiscountedAgendaItemsResponse.cs: id: 609c56671c37 @@ -16358,7 +16358,7 @@ trackedFiles: pristine_git_object: e43b6e51c263e5a6a15adb2479daf1e4979ebc22 src/Cvent/SDK/Models/Requests/ListDonationItemsRequest.cs: id: 5110a39b511d - last_write_checksum: sha1:1feefc1648624f06c4e089692580dfff3b54d9d1 + last_write_checksum: sha1:e2a591f4e4614884936392b0befbab3b6914e573 pristine_git_object: a90991c803d8b4869eb9d974c33a9e4cede0fb8e src/Cvent/SDK/Models/Requests/ListDonationItemsResponse.cs: id: 7f39b8024639 @@ -16366,7 +16366,7 @@ trackedFiles: pristine_git_object: 0f816e185c54053ec6ad54b21e40616679b823c7 src/Cvent/SDK/Models/Requests/ListDurationsRequest.cs: id: 9e3b764ad998 - last_write_checksum: sha1:8eaf40209f0c84cab5c2efb08e079dd89691d232 + last_write_checksum: sha1:feed7a01178483176fdf97f4c5825bb12d33c3aa pristine_git_object: ed9eaef68cfeaf2d0cfb702a76d499c0a25ce781 src/Cvent/SDK/Models/Requests/ListDurationsResponse.cs: id: 79b0c851bf03 @@ -16374,7 +16374,7 @@ trackedFiles: pristine_git_object: 9bc812a9efcd03f2f4534ddb558b9975e85a5ff6 src/Cvent/SDK/Models/Requests/ListEventDiscountsRequest.cs: id: 36edf818ce93 - last_write_checksum: sha1:81a66f88412377bf9c4ebc50644a63f0b1961155 + last_write_checksum: sha1:fe01433ee1dc3359ae68b012ce6863f411a1d2fe pristine_git_object: 3743349e71276c43ba7e2db4812662e58d4da40a src/Cvent/SDK/Models/Requests/ListEventDiscountsResponse.cs: id: 6068a4335374 @@ -16413,7 +16413,7 @@ trackedFiles: src/Cvent/SDK/Models/Requests/ListEventVouchersPostFilterResponse.cs: last_write_checksum: sha1:14e4df46d2912dfecbc29bbbdfffa794f5da91c9 src/Cvent/SDK/Models/Requests/ListEventVouchersRequest.cs: - last_write_checksum: sha1:aa8b0d5989a550db6aee7a519be0ee6fb9365534 + last_write_checksum: sha1:d1e9a8cb18bb1c12bdd0be1d58556dc0e9821bba src/Cvent/SDK/Models/Requests/ListEventVouchersResponse.cs: last_write_checksum: sha1:54b79c6e20d577d920d301b0cb764ad1bc94f666 src/Cvent/SDK/Models/Requests/ListEventWeblinksRequest.cs: @@ -16466,7 +16466,7 @@ trackedFiles: pristine_git_object: b02236407c53a836e0628f982e33900ab57c1c1c src/Cvent/SDK/Models/Requests/ListExternalAttendeeActivitiesMetadataRequest.cs: id: c1adcdc042b8 - last_write_checksum: sha1:02b76c67364dc1f0ef44c5645428731a8d40b32f + last_write_checksum: sha1:30b047e1e9ffd78644d6cf98c0e1f14f234e0f64 pristine_git_object: c81cf837693d56c6f0cfab5f9c4e98e7c63566c7 src/Cvent/SDK/Models/Requests/ListExternalAttendeeActivitiesMetadataResponse.cs: id: 3d1d804f3534 @@ -16474,7 +16474,7 @@ trackedFiles: pristine_git_object: 8fe80fb8c1eb3696636bbca8063c2f238ee5abc6 src/Cvent/SDK/Models/Requests/ListFeeItemsRequest.cs: id: afb7126fc9f3 - last_write_checksum: sha1:3ea69c39889f00d97356c2b9aa7837e2a085ff18 + last_write_checksum: sha1:fc3af90f8cb312f0c4ae1c6357b699596bc37d92 pristine_git_object: 445451595ad57a91a27d3185125bd7c268d9f6ce src/Cvent/SDK/Models/Requests/ListFeeItemsResponse.cs: id: 5b8e37d7c632 @@ -16482,7 +16482,7 @@ trackedFiles: pristine_git_object: 65773410792cb1101810ae2c2906f501dfdb0ea7 src/Cvent/SDK/Models/Requests/ListHubsRequest.cs: id: c4243383f060 - last_write_checksum: sha1:cb8156996b8afb877d43b3edd6252f2f2ba648be + last_write_checksum: sha1:d1515434e0fb03348c55830cee5bc5e7fd6febdf pristine_git_object: b2a6e17f68aaa37c00fc39ff2604f72278e34463 src/Cvent/SDK/Models/Requests/ListHubsResponse.cs: id: f72542116b45 @@ -16533,12 +16533,12 @@ trackedFiles: src/Cvent/SDK/Models/Requests/ListMembershipItemsPostFilterResponse.cs: last_write_checksum: sha1:00f3e28a2c7df0a80294e43d5cc28b84fcf9768b src/Cvent/SDK/Models/Requests/ListMembershipItemsRequest.cs: - last_write_checksum: sha1:733e9f3f55f2aa429198990b18fda1064d58810c + last_write_checksum: sha1:6df5b6f290224cc6034a866f9ea1f87d49819307 src/Cvent/SDK/Models/Requests/ListMembershipItemsResponse.cs: last_write_checksum: sha1:3fdd04f1c3748bfed2f6ac047ba9d64b04a06b66 src/Cvent/SDK/Models/Requests/ListPlayersRequest.cs: id: 726e4cba0ce6 - last_write_checksum: sha1:aed8ada53b20eea84384e6e2ed599fbf5545fc96 + last_write_checksum: sha1:f0982b02863d34121c399472eb3f5bb9a9385a05 pristine_git_object: 8dddbbb21b0f528440f24aa834e1d1746dc75e2f src/Cvent/SDK/Models/Requests/ListPlayersResponse.cs: id: 16d66255fe60 @@ -16562,7 +16562,7 @@ trackedFiles: pristine_git_object: b34b1e50480acfed0c807a37c8ae83f9181b3ea9 src/Cvent/SDK/Models/Requests/ListProgramItemsRequest.cs: id: c387dc13f0cd - last_write_checksum: sha1:b936d1f9f7d6f275cf2d241b04f3c93e0ca2f3c5 + last_write_checksum: sha1:a4c44ca7d297f9904d8e0fb07c224fd4237b42b6 pristine_git_object: d04e6c596c7775ba72ca6c8b86f50d5cf39bab81 src/Cvent/SDK/Models/Requests/ListProgramItemsResponse.cs: id: 95b392cd6326 @@ -16578,7 +16578,7 @@ trackedFiles: pristine_git_object: 12a3de67b4d96b096c55f21d84ff7c58f5184c3d src/Cvent/SDK/Models/Requests/ListQuantityItemsRequest.cs: id: 430008e259b2 - last_write_checksum: sha1:af5542a6b2076500022e94e98f1d799e8efadaee + last_write_checksum: sha1:6992d14ee39beaa59ff274d1dbd7d78e416b8f80 pristine_git_object: 175f3b0c2448c5099acb7087fc13cfbcdddfef31 src/Cvent/SDK/Models/Requests/ListQuantityItemsResponse.cs: id: bb5b05f95451 @@ -16650,7 +16650,7 @@ trackedFiles: pristine_git_object: 91c717208e39941c311b3f23418aabc0b0141597 src/Cvent/SDK/Models/Requests/ListSegmentAssociatedAttendeesRequest.cs: id: d3ebd8f77a80 - last_write_checksum: sha1:9613ba0134615fdf07227b63fd72db03d9df6dd2 + last_write_checksum: sha1:4893fb88571d5e6cddea479608d060af9a549f58 pristine_git_object: feb050ebd6690c395af4ee217f07ea740cdcf01a src/Cvent/SDK/Models/Requests/ListSegmentAssociatedAttendeesResponse.cs: id: bd9affe20a2d @@ -16658,7 +16658,7 @@ trackedFiles: pristine_git_object: 645187142324754a4c2f0579ac0e60ef62cc5ae4 src/Cvent/SDK/Models/Requests/ListSessionDocsRequest.cs: id: 432d412b4d46 - last_write_checksum: sha1:416147bf632f5182b72e2af25d55af80b9f3e5ee + last_write_checksum: sha1:aaccb2a1de29354c8091a703cfe4f56b6a49ee6d pristine_git_object: 9681d6cb93ad2f0a6c111f0b88cf9daaf1146e34 src/Cvent/SDK/Models/Requests/ListSessionDocsResponse.cs: id: c8b73b13b259 @@ -16690,7 +16690,7 @@ trackedFiles: pristine_git_object: 5ffd679076b09f976b0684a071551f0070a0e516 src/Cvent/SDK/Models/Requests/ListSessionsCategoriesRequest.cs: id: d817315a31e0 - last_write_checksum: sha1:7fde865278c2571103030e386285edc87cc1df67 + last_write_checksum: sha1:038eb487463ab2348d67ab665d7caf35de519cfc pristine_git_object: 97f186dbff7c0244e3adea7b006e18379f7f3b24 src/Cvent/SDK/Models/Requests/ListSessionsCategoriesResponse.cs: id: 5e67bf241a5e @@ -16722,7 +16722,7 @@ trackedFiles: pristine_git_object: 06660bebcd4ec67648734f430559a26169d7e033 src/Cvent/SDK/Models/Requests/ListSessionsRequest.cs: id: 3a2ea5f942fe - last_write_checksum: sha1:a2a8634adacee09a5ec84d83282ae1ff835a1808 + last_write_checksum: sha1:1a57f471f42118577e78990a6f9ab9609b8e1414 pristine_git_object: ee7480dae96debb6a929e0e00f5f7a8a68501ac4 src/Cvent/SDK/Models/Requests/ListSessionsResponse.cs: id: 1164b2f8dff9 @@ -16785,7 +16785,7 @@ trackedFiles: last_write_checksum: sha1:73bde4d1c748935b9a86c82578be81096bf38d73 pristine_git_object: a9044f14563c65b3733bfb15309882d901c41b29 src/Cvent/SDK/Models/Requests/ListTaxesRequest.cs: - last_write_checksum: sha1:155b282d28aaf70ee8d3fb2d307761000dba9714 + last_write_checksum: sha1:751ff0824b3a48892b69737b7facb0af8b8765f6 src/Cvent/SDK/Models/Requests/ListTaxesResponse.cs: last_write_checksum: sha1:e76746c09298d97fd5c3d2b4438f09d6822803bf src/Cvent/SDK/Models/Requests/ListTravelAccountsRequest.cs: @@ -16862,7 +16862,7 @@ trackedFiles: pristine_git_object: 8b395eece91eb2d2514e626a0b3e2034443290c1 src/Cvent/SDK/Models/Requests/ListVideosRequest.cs: id: 7b956f5fafea - last_write_checksum: sha1:f5af6a791fc4430339b1372dbb14e6576a332632 + last_write_checksum: sha1:14bb6910db975177e4e155fc4e264f65d91db12b pristine_git_object: 978f29c67f667e301a71cae08a42690fcfcae98d src/Cvent/SDK/Models/Requests/ListVideosResponse.cs: id: f51247d56e10 @@ -16870,7 +16870,7 @@ trackedFiles: pristine_git_object: 2bc74540ba13b33b6eb84522da9ca9d88cb04b36 src/Cvent/SDK/Models/Requests/ListWebcastAttendeeLinksRequest.cs: id: 13342a77b950 - last_write_checksum: sha1:1c777f85e494f54486f44596251228f257fef058 + last_write_checksum: sha1:c9ea6a938b8f699465bc2dad8c89115d890edcf9 pristine_git_object: e02d79864f59cc9959eff5611037a1684b8cb17c src/Cvent/SDK/Models/Requests/ListWebcastAttendeeLinksResponse.cs: id: ee6734db223f @@ -16878,7 +16878,7 @@ trackedFiles: pristine_git_object: ded2dcab7a37d6c3df5f7c9606c645aa9c95d9c0 src/Cvent/SDK/Models/Requests/ListWebcastsRequest.cs: id: 3373688e4141 - last_write_checksum: sha1:57dff2632a1f6837581ab32b6f9fbde6d5e2778f + last_write_checksum: sha1:2a6d50370641434fb0ba531f31b14ad6e15b3ad3 pristine_git_object: 00548cc75eb8c9bd9f83676cd4d85c16fba43f5f src/Cvent/SDK/Models/Requests/ListWebcastsResponse.cs: id: e8c26c67d6e1 @@ -17554,7 +17554,7 @@ trackedFiles: last_write_checksum: sha1:a82d3b5c66346b08e9412b70e0c08ff88b6061ad src/Cvent/SDK/SDKConfig.cs: id: 7ad7086454a8 - last_write_checksum: sha1:42366007a8336632c790a24847989a1a9c5d4357 + last_write_checksum: sha1:669d0c246ea078c0c4daaead7a34508b2c729e07 pristine_git_object: 796c23cd551fbe87f613d89d60ed25ac5fe0c54b src/Cvent/SDK/Seating.cs: id: 01c249fc2746 @@ -17610,7 +17610,7 @@ trackedFiles: pristine_git_object: a75f770b33edd25c0fa4d4a77ab523da12d269ba src/Cvent/SDK/Utils/Constants.cs: id: 231d94d8a5dc - last_write_checksum: sha1:df33405bd44b7b2aa92c05498e090e5fdc78f89f + last_write_checksum: sha1:49fe23e802ca4455ebe1ff3df6396c8ae6ea1d11 pristine_git_object: 0a54932893793a10e459afbc15920803cff3ed1e src/Cvent/SDK/Utils/CventSDKHttpClient.cs: id: 374fee4fdbaf diff --git a/packages/csharp/.speakeasy/gen.yaml b/packages/csharp/.speakeasy/gen.yaml index e4a9b5aa0..07c54d7bf 100644 --- a/packages/csharp/.speakeasy/gen.yaml +++ b/packages/csharp/.speakeasy/gen.yaml @@ -34,7 +34,7 @@ generation: generateNewTests: true skipResponseBodyAssertions: false csharp: - version: 1.5.0 + version: 1.5.1 additionalDependencies: [] author: Cvent baseErrorName: CventSDKException diff --git a/packages/csharp/docs/Models/Components/AttendeeContactInfo.md b/packages/csharp/docs/Models/Components/AttendeeContactInfo.md index 67123c430..6236e1836 100644 --- a/packages/csharp/docs/Models/Components/AttendeeContactInfo.md +++ b/packages/csharp/docs/Models/Components/AttendeeContactInfo.md @@ -5,43 +5,43 @@ Information about attendee contact added to an event. ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| ~~`Created`~~ | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | 2017-01-02T02:00:00Z | -| ~~`CreatedBy`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that created this attendee record. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | hporter | -| ~~`LastModified`~~ | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | 2019-02-12T03:00:00Z | -| ~~`LastModifiedBy`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that last updated this attendee record. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | hporter | -| `Id` | *string* | :heavy_minus_sign: | The id of contact | | -| `FirstName` | *string* | :heavy_minus_sign: | The first name of the contact | Henry | -| `LastName` | *string* | :heavy_minus_sign: | The last name of the contact | Potterfield | -| `MiddleName` | *string* | :heavy_minus_sign: | The middle name of the contact | A | -| `Nickname` | *string* | :heavy_minus_sign: | The nickname of the contact. | Harry | -| `Email` | *string* | :heavy_minus_sign: | The email address of the contact | h.potterfield@test.com | -| `CcEmail` | *string* | :heavy_minus_sign: | An alternate email address of the contact that will be cc'd on all email communications | h.porter@tesing.com | -| `Gender` | [Gender](../../Models/Components/Gender.md) | :heavy_minus_sign: | The gender of the contact. | Male | -| `Company` | *string* | :heavy_minus_sign: | The company/organization the contact belongs to. | Cvent Inc. | -| `Designation` | *string* | :heavy_minus_sign: | The designation of the contact | Event | -| `Title` | *string* | :heavy_minus_sign: | The job title of the contact | Event Planner | -| `Type` | [AttendeeContactType](../../Models/Components/AttendeeContactType.md) | :heavy_minus_sign: | Contains details related to the attendee's contact type. | | -| ~~`Membership`~~ | [AttendeeContactMembership](../../Models/Components/AttendeeContactMembership.md) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Attendee's contact membership information. Note: This field is deprecated. Previous documentation incorrectly listed support for this feature. | | -| `PrimaryAddressType` | [AddressType](../../Models/Components/AddressType.md) | :heavy_minus_sign: | The type of address. | Home | -| `HomeAddress` | [Address3](../../Models/Components/Address3.md) | :heavy_minus_sign: | Address details | | -| `HomePhone` | *string* | :heavy_minus_sign: | Home phone number | 555-555-5555 | -| `HomeFax` | *string* | :heavy_minus_sign: | Home FAX number | 555-555-5555 | -| `WorkAddress` | [Address3](../../Models/Components/Address3.md) | :heavy_minus_sign: | Address details | | -| `WorkPhone` | *string* | :heavy_minus_sign: | Work phone number | 555-555-5555 | -| `WorkFax` | *string* | :heavy_minus_sign: | Work FAX number | 555-555-5555 | -| `OptOut` | [OptOut](../../Models/Components/OptOut.md) | :heavy_minus_sign: | Opt-out choices. | | -| `CustomFields` | List<[CustomFieldSchema](../../Models/Components/CustomFieldSchema.md)> | :heavy_minus_sign: | Collection of custom fields. | | -| `SourceId` | *string* | :heavy_minus_sign: | This is a ID for the contact in an external system. NOTE: This value is expected to be unique for each contact within an account. Consider adding the external system name has part of the ID | system-a-00000000-0000-0000-0000-000000000000 | -| `MobilePhone` | *string* | :heavy_minus_sign: | Mobile phone number | 555-555-5555 | -| `Compliance` | List<[Models.Components.Compliance](../../Models/Components/Compliance.md)> | :heavy_minus_sign: | Detail related to compliance with the contact's privacy rights under various legislation. | | -| `Prefix` | *string* | :heavy_minus_sign: | Used to denote what is traditionally a title of an individual. For example, Mr., Mrs., Dr., etc. | Dr. | -| `Pager` | *string* | :heavy_minus_sign: | The pager number of the contact. | 555-555-5555 | -| `Deleted` | *bool* | :heavy_minus_sign: | True indicates a contact is deleted. | false | -| `Headline` | *string* | :heavy_minus_sign: | The headline of the contact's profile, which summarizes their professional experience and qualities. | Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands | -| `PersonalWebsite` | *string* | :heavy_minus_sign: | A contact's personal website URL. | https://www.example.com | -| `Biography` | *string* | :heavy_minus_sign: | A contact's biographical writeup. | I am a marketing professional with experience in event planning and brand strategy. | -| ~~`Pronoun`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Represents the preferred pronoun of a contact. Deprecated. Use `pronouns` instead. | he/him/she/her/they/them | -| `Pronouns` | *string* | :heavy_minus_sign: | Represents the preferred pronouns of a contact. | he/him/she/her/they/them | -| `Links` | [ContactLinks](../../Models/Components/ContactLinks.md) | :heavy_minus_sign: | Collection of social media links for the contact. | | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| ~~`Created`~~ | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | 2017-01-02T02:00:00Z | +| ~~`CreatedBy`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that created this attendee record. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | hporter | +| ~~`LastModified`~~ | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | 2019-02-12T03:00:00Z | +| ~~`LastModifiedBy`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that last updated this attendee record. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | hporter | +| `Id` | *string* | :heavy_minus_sign: | The id of contact | | +| `FirstName` | *string* | :heavy_minus_sign: | The first name of the contact | Henry | +| `LastName` | *string* | :heavy_minus_sign: | The last name of the contact | Potterfield | +| `MiddleName` | *string* | :heavy_minus_sign: | The middle name of the contact | A | +| `Nickname` | *string* | :heavy_minus_sign: | The nickname of the contact. | Harry | +| `Email` | *string* | :heavy_minus_sign: | The email address of the contact | h.potterfield@test.com | +| `CcEmail` | *string* | :heavy_minus_sign: | An alternate email address of the contact that will be cc'd on all email communications | h.porter@tesing.com | +| `Gender` | [Gender](../../Models/Components/Gender.md) | :heavy_minus_sign: | The gender of the contact. | Male | +| `Company` | *string* | :heavy_minus_sign: | The company/organization the contact belongs to. | Cvent Inc. | +| `Designation` | *string* | :heavy_minus_sign: | The designation of the contact | Event | +| `Title` | *string* | :heavy_minus_sign: | The job title of the contact | Event Planner | +| `Type` | [AttendeeContactType](../../Models/Components/AttendeeContactType.md) | :heavy_minus_sign: | Contains details related to the attendee's contact type. | | +| ~~`Membership`~~ | [AttendeeContactMembership](../../Models/Components/AttendeeContactMembership.md) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Attendee's contact membership information. Note: This field is deprecated. Previous documentation incorrectly listed support for this feature. | | +| `PrimaryAddressType` | [AddressType](../../Models/Components/AddressType.md) | :heavy_minus_sign: | The type of address. | Home | +| `HomeAddress` | [Address3](../../Models/Components/Address3.md) | :heavy_minus_sign: | Address details | | +| `HomePhone` | *string* | :heavy_minus_sign: | Home phone number | 555-555-5555 | +| `HomeFax` | *string* | :heavy_minus_sign: | Home FAX number | 555-555-5555 | +| `WorkAddress` | [Address3](../../Models/Components/Address3.md) | :heavy_minus_sign: | Address details | | +| `WorkPhone` | *string* | :heavy_minus_sign: | Work phone number | 555-555-5555 | +| `WorkFax` | *string* | :heavy_minus_sign: | Work FAX number | 555-555-5555 | +| `OptOut` | [OptOut](../../Models/Components/OptOut.md) | :heavy_minus_sign: | Opt-out choices. | | +| `CustomFields` | List<[CustomFieldSchema](../../Models/Components/CustomFieldSchema.md)> | :heavy_minus_sign: | Collection of custom fields. | | +| `SourceId` | *string* | :heavy_minus_sign: | This is a ID for the contact in an external system. NOTE: This value is expected to be unique for each contact within an account. Consider adding the external system name has part of the ID | system-a-00000000-0000-0000-0000-000000000000 | +| `MobilePhone` | *string* | :heavy_minus_sign: | Mobile phone number | 555-555-5555 | +| `Compliance` | List<[Models.Components.Compliance](../../Models/Components/Compliance.md)> | :heavy_minus_sign: | Detail related to compliance with the contact's privacy rights under various legislation. | | +| `Prefix` | *string* | :heavy_minus_sign: | Used to denote what is traditionally a title of an individual. For example, Mr., Mrs., Dr., etc. | Dr. | +| `Pager` | *string* | :heavy_minus_sign: | The pager number of the contact. | 555-555-5555 | +| `Deleted` | *bool* | :heavy_minus_sign: | True indicates a contact is deleted. | false | +| `Headline` | *string* | :heavy_minus_sign: | The headline of the contact's profile, which summarizes their professional experience and qualities. | Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands | +| `PersonalWebsite` | *string* | :heavy_minus_sign: | A contact's personal website URL. | https://www.example.com | +| `Biography` | *string* | :heavy_minus_sign: | A contact's biographical writeup. | I am a marketing professional with experience in event planning and brand strategy. | +| ~~`Pronoun`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Represents the preferred pronoun of a contact. Deprecated. Use `pronouns` instead. | he/him/she/her/they/them | +| `Pronouns` | *string* | :heavy_minus_sign: | Represents the preferred pronouns of a contact. | he/him/she/her/they/them | +| `Links` | [ContactLinks](../../Models/Components/ContactLinks.md) | :heavy_minus_sign: | Collection of social media links for the contact. | | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Components/Event1.md b/packages/csharp/docs/Models/Components/Event1.md index 0e64f229d..0ae7790a3 100644 --- a/packages/csharp/docs/Models/Components/Event1.md +++ b/packages/csharp/docs/Models/Components/Event1.md @@ -18,7 +18,7 @@ Represents an event. | `CloseAfter` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The event will be closed for registration after this ISO 8601 formatted date and time. | 2020-02-01T23:59:00.000Z | | `ArchiveAfter` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The event will be archived after this ISO 8601 formatted date and time. | 2020-05-07T12:00:00.000Z | | `LaunchAfter` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The event will launch after this ISO 8601 formatted date and time. If the event has not yet launched, this field shows a date of 1/1/1900. | 2020-01-07T12:00:00.000Z | -| `Timezone` | *string* | :heavy_check_mark: | List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). | America/New_York | +| `Timezone` | *string* | :heavy_check_mark: | List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). | America/New_York | | `Venues` | List<[VenueJson](../../Models/Components/VenueJson.md)> | :heavy_minus_sign: | Collection of venues. | | | `ShowVenueLocation` | *bool* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | | `ShowPointOfContact` | *bool* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | diff --git a/packages/csharp/docs/Models/Components/EventInput.md b/packages/csharp/docs/Models/Components/EventInput.md index 559980b26..21010ae23 100644 --- a/packages/csharp/docs/Models/Components/EventInput.md +++ b/packages/csharp/docs/Models/Components/EventInput.md @@ -12,7 +12,7 @@ Represents an event. | `Description` | *string* | :heavy_minus_sign: | Detailed description of the event. | Cvent annual user conference. | | `Start` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The ISO 8601 formatted date and time when the event starts. | 2020-02-03T13:00:00.000Z | | `End` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The ISO 8601 formatted date and time when the event ends. | 2020-02-07T17:00:00.000Z | -| `Timezone` | *string* | :heavy_check_mark: | List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). | America/New_York | +| `Timezone` | *string* | :heavy_check_mark: | List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). | America/New_York | | `Venues` | List<[VenueJsonInput](../../Models/Components/VenueJsonInput.md)> | :heavy_minus_sign: | Collection of venues. | | | `ShowVenueLocation` | *bool* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | | `ShowPointOfContact` | *bool* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | diff --git a/packages/csharp/docs/Models/Components/EventUpdate.md b/packages/csharp/docs/Models/Components/EventUpdate.md index c35813751..334974ccf 100644 --- a/packages/csharp/docs/Models/Components/EventUpdate.md +++ b/packages/csharp/docs/Models/Components/EventUpdate.md @@ -18,7 +18,7 @@ Represents updates to an event. | `CloseAfter` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The event will be closed for registration after this ISO 8601 formatted date and time. | 2020-02-01T23:59:00.000Z | | `ArchiveAfter` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The event will be archived after this ISO 8601 formatted date and time. | 2020-05-07T12:00:00.000Z | | `LaunchAfter` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The event will launch after this ISO 8601 formatted date and time. If the event has not yet launched, this field shows a date of 1/1/1900. | 2020-01-07T12:00:00.000Z | -| `Timezone` | *string* | :heavy_check_mark: | List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). | America/New_York | +| `Timezone` | *string* | :heavy_check_mark: | List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). | America/New_York | | `Venues` | List<[VenueJson](../../Models/Components/VenueJson.md)> | :heavy_minus_sign: | Collection of venues. | | | `ShowVenueLocation` | *bool* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | | `ShowPointOfContact` | *bool* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | diff --git a/packages/csharp/docs/Models/Components/EventUpdateInput.md b/packages/csharp/docs/Models/Components/EventUpdateInput.md index 2059ed57b..7cf792b40 100644 --- a/packages/csharp/docs/Models/Components/EventUpdateInput.md +++ b/packages/csharp/docs/Models/Components/EventUpdateInput.md @@ -14,7 +14,7 @@ Represents updates to an event. | `End` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The ISO 8601 formatted date and time when the event ends. | 2020-02-07T17:00:00.000Z | | `CloseAfter` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The event will be closed for registration after this ISO 8601 formatted date and time. | 2020-02-01T23:59:00.000Z | | `ArchiveAfter` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The event will be archived after this ISO 8601 formatted date and time. | 2020-05-07T12:00:00.000Z | -| `Timezone` | *string* | :heavy_check_mark: | List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). | America/New_York | +| `Timezone` | *string* | :heavy_check_mark: | List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). | America/New_York | | `Venues` | List<[VenueJsonInput](../../Models/Components/VenueJsonInput.md)> | :heavy_minus_sign: | Collection of venues. | | | `ShowVenueLocation` | *bool* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | | `ShowPointOfContact` | *bool* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | diff --git a/packages/csharp/docs/Models/Requests/GetAccountBudgetItemsRequest.md b/packages/csharp/docs/Models/Requests/GetAccountBudgetItemsRequest.md index 0c26f1096..ca92ad552 100644 --- a/packages/csharp/docs/Models/Requests/GetAccountBudgetItemsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetAccountBudgetItemsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_check_mark: | Used to query records that have been modified after this time point. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_check_mark: | Used to query records that have been modified before this point | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-----------------\|:-----------\|
\| event.id \| `eq`, `ne` \|
\| rfp.id \| `eq`, `ne` \|
\| budgetVersion.id \| `eq`, `ne` \|
\| id \| `eq`, `ne` \|
\| category.id \| `eq`, `ne` \|
\| category.name \| `eq`, `ne` \|
\| subCategory.id \| `eq`, `ne` \|
\| subCategory.name \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| event.id eq 'e7120b27-ca4c-46c1-b5de-cbe5ea0e26d5' and budgetVersion.id ne 'e7120b27-ca4c-46c1-b5de-cbe5ea0e26d5' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_check_mark: | Used to query records that have been modified after this time point. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_check_mark: | Used to query records that have been modified before this point | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-----------------\|:-----------\|
\| event.id \| `eq`, `ne` \|
\| rfp.id \| `eq`, `ne` \|
\| budgetVersion.id \| `eq`, `ne` \|
\| id \| `eq`, `ne` \|
\| category.id \| `eq`, `ne` \|
\| category.name \| `eq`, `ne` \|
\| subCategory.id \| `eq`, `ne` \|
\| subCategory.name \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| event.id eq 'e7120b27-ca4c-46c1-b5de-cbe5ea0e26d5' and budgetVersion.id ne 'e7120b27-ca4c-46c1-b5de-cbe5ea0e26d5' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetAccountVendorsRequest.md b/packages/csharp/docs/Models/Requests/GetAccountVendorsRequest.md index 8b5336555..f49901873 100644 --- a/packages/csharp/docs/Models/Requests/GetAccountVendorsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetAccountVendorsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:--------------\|:-----------------------------------\|
\| id \| `eq`, `ne` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| active \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| active eq true and id eq '5b5a6e5c-1234-4af5-9d1f-9bcb9e7c1234' and lastModified ge '2025-01-01T00:00:00Z' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:--------------\|:-----------------------------------\|
\| id \| `eq`, `ne` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| active \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| active eq true and id eq '5b5a6e5c-1234-4af5-9d1f-9bcb9e7c1234' and lastModified ge '2025-01-01T00:00:00Z' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetAirActualDetailRequest.md b/packages/csharp/docs/Models/Requests/GetAirActualDetailRequest.md index cc5c8d6d1..3a928d126 100644 --- a/packages/csharp/docs/Models/Requests/GetAirActualDetailRequest.md +++ b/packages/csharp/docs/Models/Requests/GetAirActualDetailRequest.md @@ -3,13 +3,13 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Expand` | List<[ExpandAirActualQuestionAnswer](../../Models/Components/ExpandAirActualQuestionAnswer.md)> | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* airActualDetails.airActualAnswers.question (List Event Questions)
| airActualDetails.airActualAnswers.question | -| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* airActualDetails.name
* airActualDetails.lastModified
where i <= limit
| airActualDetails.name:DESC,airActualDetails.lastModified:ASC | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `Id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Expand` | List<[ExpandAirActualQuestionAnswer](../../Models/Components/ExpandAirActualQuestionAnswer.md)> | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* airActualDetails.airActualAnswers.question (List Event Questions)
| airActualDetails.airActualAnswers.question | +| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* airActualDetails.name
* airActualDetails.lastModified
where i <= limit
| airActualDetails.name:DESC,airActualDetails.lastModified:ASC | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `Id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetAirRequestsRequest.md b/packages/csharp/docs/Models/Requests/GetAirRequestsRequest.md index eea92af4c..9986e4bd7 100644 --- a/packages/csharp/docs/Models/Requests/GetAirRequestsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetAirRequestsRequest.md @@ -3,13 +3,13 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* airRequestDetails.requesterFirstName
* airRequestDetails.requesterLastName
* airRequestDetails.lastModified
| airRequestDetails.requesterFirstName:DESC,airRequestDetails.requesterLastName:ASC | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `Expand` | List<[ExpandAirRequestQuestionAnswer](../../Models/Components/ExpandAirRequestQuestionAnswer.md)> | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* airRequestDetails.airRequestAnswers.question (List Event Questions)
| airRequestDetails.airRequestAnswers.question | -| `Id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* airRequestDetails.requesterFirstName
* airRequestDetails.requesterLastName
* airRequestDetails.lastModified
| airRequestDetails.requesterFirstName:DESC,airRequestDetails.requesterLastName:ASC | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `Expand` | List<[ExpandAirRequestQuestionAnswer](../../Models/Components/ExpandAirRequestQuestionAnswer.md)> | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* airRequestDetails.airRequestAnswers.question (List Event Questions)
| airRequestDetails.airRequestAnswers.question | +| `Id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetAllEventSurveyResponsesRequest.md b/packages/csharp/docs/Models/Requests/GetAllEventSurveyResponsesRequest.md index 36ee20c69..9fa40a6c1 100644 --- a/packages/csharp/docs/Models/Requests/GetAllEventSurveyResponsesRequest.md +++ b/packages/csharp/docs/Models/Requests/GetAllEventSurveyResponsesRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------------\|-------------\|
\| id \| `eq`, `ne` \|
\| respondent.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------------\|-------------\|
\| id \| `eq`, `ne` \|
\| respondent.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetAlternateTravelAnswersRequest.md b/packages/csharp/docs/Models/Requests/GetAlternateTravelAnswersRequest.md index 5af1b9612..2f3615d86 100644 --- a/packages/csharp/docs/Models/Requests/GetAlternateTravelAnswersRequest.md +++ b/packages/csharp/docs/Models/Requests/GetAlternateTravelAnswersRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `Id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `Id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetBudgetAllocationsRequest.md b/packages/csharp/docs/Models/Requests/GetBudgetAllocationsRequest.md index e7a379947..bcb54d32a 100644 --- a/packages/csharp/docs/Models/Requests/GetBudgetAllocationsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetBudgetAllocationsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-----------------\|:-----------------------------\|
\| budgetVersion.id \| `eq` \|
\| budgetItem.id \| `eq` \|
\| category.id \| `eq`, `ne` \|
\| subcategory.id \| `eq`, `ne` \|
\| generalLedger.id \| `eq`, `ne` \|
\| value \| `lt`, `le`, `gt`, `ge`, `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| category.id eq 'e9ee2669-65db-46f8-872c-dbafbf9b0e92' or value lt 1000 | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-----------------\|:-----------------------------\|
\| budgetVersion.id \| `eq` \|
\| budgetItem.id \| `eq` \|
\| category.id \| `eq`, `ne` \|
\| subcategory.id \| `eq`, `ne` \|
\| generalLedger.id \| `eq`, `ne` \|
\| value \| `lt`, `le`, `gt`, `ge`, `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| category.id eq 'e9ee2669-65db-46f8-872c-dbafbf9b0e92' or value lt 1000 | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetBudgetItemsRequest.md b/packages/csharp/docs/Models/Requests/GetBudgetItemsRequest.md index ae165e38d..1f8a6b124 100644 --- a/packages/csharp/docs/Models/Requests/GetBudgetItemsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetBudgetItemsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|:--------------------\|:-----------------------------------\|:----------------------------------------------------------------------------------------------------------------------------------------------\|
\| id \| `eq` \| \|
\| costType \| `eq`, `ne` \| \|
\| category.id \| `eq`, `ne` \| \|
\| category.name \| `eq`, `ne` \| \|
\| subCategory.id \| `eq`, `ne` \| \|
\| subCategory.name \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| vendor.id \| `eq`, `ne` \| \|
\| vendor.name \| `eq`, `ne` \| \|
\| date \| `gt`, `ge`, `lt`, `le` \| \|
\| customFields.{uuid} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| deleted \| `eq`, `ne` \| Budget items that are deleted are available for 3 months after deletion. After this, they are removed and no longer appear in search results. \|

The following logical operators are supported for combining filters:
* and
* or
| category.name eq 'Accommodation' and status ne 'Estimated' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|:--------------------\|:-----------------------------------\|:----------------------------------------------------------------------------------------------------------------------------------------------\|
\| id \| `eq` \| \|
\| costType \| `eq`, `ne` \| \|
\| category.id \| `eq`, `ne` \| \|
\| category.name \| `eq`, `ne` \| \|
\| subCategory.id \| `eq`, `ne` \| \|
\| subCategory.name \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| vendor.id \| `eq`, `ne` \| \|
\| vendor.name \| `eq`, `ne` \| \|
\| date \| `gt`, `ge`, `lt`, `le` \| \|
\| customFields.{uuid} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| deleted \| `eq`, `ne` \| Budget items that are deleted are available for 3 months after deletion. After this, they are removed and no longer appear in search results. \|

The following logical operators are supported for combining filters:
* and
* or
| category.name eq 'Accommodation' and status ne 'Estimated' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetCardTransactionsRequest.md b/packages/csharp/docs/Models/Requests/GetCardTransactionsRequest.md index 71f2ee5f7..e7a697a21 100644 --- a/packages/csharp/docs/Models/Requests/GetCardTransactionsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetCardTransactionsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-------------------------------\|:-----------------------\|
\| event.id \| `eq` \|
\| type \| `eq`, `ne` \|
\| status \| `eq`, `ne` \|
\| fromDate \| `gt`, `ge` \|
\| toDate \| `lt`, `le` \|
\| reconciliations.reconciledDate \| `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| event.id eq 'E05029A8-39F5-49DF-8450-2EB41B302421' and type ne 'Virtual' and status eq 'Active' or status eq 'Inactive' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-------------------------------\|:-----------------------\|
\| event.id \| `eq` \|
\| type \| `eq`, `ne` \|
\| status \| `eq`, `ne` \|
\| fromDate \| `gt`, `ge` \|
\| toDate \| `lt`, `le` \|
\| reconciliations.reconciledDate \| `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| event.id eq 'E05029A8-39F5-49DF-8450-2EB41B302421' and type ne 'Virtual' and status eq 'Active' or status eq 'Inactive' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetCardsRequest.md b/packages/csharp/docs/Models/Requests/GetCardsRequest.md index 7f2337c69..9dc827670 100644 --- a/packages/csharp/docs/Models/Requests/GetCardsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetCardsRequest.md @@ -3,8 +3,8 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:---------\|:----------\|
\| event.id \| `eq` \|
| event.id eq 'E05029A8-39F5-49DF-8450-2EB41B302421' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:---------\|:----------\|
\| event.id \| `eq` \|
| event.id eq 'E05029A8-39F5-49DF-8450-2EB41B302421' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetCurrencyConversionRateRequest.md b/packages/csharp/docs/Models/Requests/GetCurrencyConversionRateRequest.md index 8e0168fc1..f84bc93df 100644 --- a/packages/csharp/docs/Models/Requests/GetCurrencyConversionRateRequest.md +++ b/packages/csharp/docs/Models/Requests/GetCurrencyConversionRateRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Currency` | *string* | :heavy_check_mark: | The ISO 4217 standard format currency code. | USD | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:----------\|:-----------------------------\|
\| id \| `eq` \|
\| startDate \| `gt`, `ge`, `lt`, `le`, `eq` \|
\| endDate \| `gt`, `ge`, `lt`, `le`, `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| startDate eq '2020-02-07' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Currency` | *string* | :heavy_check_mark: | The ISO 4217 standard format currency code. | USD | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:----------\|:-----------------------------\|
\| id \| `eq` \|
\| startDate \| `gt`, `ge`, `lt`, `le`, `eq` \|
\| endDate \| `gt`, `ge`, `lt`, `le`, `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| startDate eq '2020-02-07' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetEventBudgetTotalsRequest.md b/packages/csharp/docs/Models/Requests/GetEventBudgetTotalsRequest.md index 5754192cb..c65cdaf43 100644 --- a/packages/csharp/docs/Models/Requests/GetEventBudgetTotalsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetEventBudgetTotalsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:----------------\|:-----------\|
\| version.id \| `eq` \|
\| version.name \| `eq` \|
\| version.default \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| version.name eq 'Test version' and version.id eq '1b3a755a-d440-498d-baab-30f45dae3cf5' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:----------------\|:-----------\|
\| version.id \| `eq` \|
\| version.name \| `eq` \|
\| version.default \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| version.name eq 'Test version' and version.id eq '1b3a755a-d440-498d-baab-30f45dae3cf5' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetEventFeaturesRequest.md b/packages/csharp/docs/Models/Requests/GetEventFeaturesRequest.md index 9c101052f..8f7dadc36 100644 --- a/packages/csharp/docs/Models/Requests/GetEventFeaturesRequest.md +++ b/packages/csharp/docs/Models/Requests/GetEventFeaturesRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Locale` | *string* | :heavy_minus_sign: | Locale code in IETF Language tag format. Indicates desired locale of return values. | en-US | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------\|-----------\|
\| enabled \| `eq` \|
| enabled eq 'true' | -| `Id` | *string* | :heavy_check_mark: | Unique Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Locale` | *string* | :heavy_minus_sign: | Locale code in IETF Language tag format. Indicates desired locale of return values. | en-US | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------\|-----------\|
\| enabled \| `eq` \|
| enabled eq 'true' | +| `Id` | *string* | :heavy_check_mark: | Unique Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetEventSurveyRespondentsRequest.md b/packages/csharp/docs/Models/Requests/GetEventSurveyRespondentsRequest.md index 9efa830a6..13cd9ce8b 100644 --- a/packages/csharp/docs/Models/Requests/GetEventSurveyRespondentsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetEventSurveyRespondentsRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `SurveyId` | *string* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `SurveyId` | *string* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetEventSurveyResponsesRequest.md b/packages/csharp/docs/Models/Requests/GetEventSurveyResponsesRequest.md index d4154709a..a8665727d 100644 --- a/packages/csharp/docs/Models/Requests/GetEventSurveyResponsesRequest.md +++ b/packages/csharp/docs/Models/Requests/GetEventSurveyResponsesRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------------\|-------------\|
\| id \| `eq`, `ne` \|
\| respondent.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | -| `Id` | *string* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `SurveyId` | *string* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------------\|-------------\|
\| id \| `eq`, `ne` \|
\| respondent.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | +| `Id` | *string* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `SurveyId` | *string* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetEventSurveysRequest.md b/packages/csharp/docs/Models/Requests/GetEventSurveysRequest.md index 79d4f835d..146ca3856 100644 --- a/packages/csharp/docs/Models/Requests/GetEventSurveysRequest.md +++ b/packages/csharp/docs/Models/Requests/GetEventSurveysRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|----------\|-------------\|--------------------------------\|
\| id \| `eq`, `ne` \| chapter ID of the event survey \|
\| type \| `eq`, `ne` \| \|
\| sessions \| `eq`, `ne` \| \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and type eq 'Session Feedback' and sessions eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or sessions eq '05ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | -| `Id` | *string* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|----------\|-------------\|--------------------------------\|
\| id \| `eq`, `ne` \| chapter ID of the event survey \|
\| type \| `eq`, `ne` \| \|
\| sessions \| `eq`, `ne` \| \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and type eq 'Session Feedback' and sessions eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or sessions eq '05ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | +| `Id` | *string* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetHotelRequestsRequest.md b/packages/csharp/docs/Models/Requests/GetHotelRequestsRequest.md index ad0dfe87c..0edf85ec2 100644 --- a/packages/csharp/docs/Models/Requests/GetHotelRequestsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetHotelRequestsRequest.md @@ -3,13 +3,13 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Expand` | List<[ExpandHotelRequestQuestionAnswer](../../Models/Components/ExpandHotelRequestQuestionAnswer.md)> | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* hotelRequestDetails.hotelRequestAnswers.question (List Event Questions)
| hotelRequestDetails.hotelRequestAnswers.question | -| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* hotelRequestDetails.requesterFirstName
* hotelRequestDetails.requesterLastName
* hotelRequestDetails.lastModified
| hotelRequestDetails.requesterFirstName:DESC,hotelRequestDetails.requesterLastName:ASC | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `Id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Expand` | List<[ExpandHotelRequestQuestionAnswer](../../Models/Components/ExpandHotelRequestQuestionAnswer.md)> | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* hotelRequestDetails.hotelRequestAnswers.question (List Event Questions)
| hotelRequestDetails.hotelRequestAnswers.question | +| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* hotelRequestDetails.requesterFirstName
* hotelRequestDetails.requesterLastName
* hotelRequestDetails.lastModified
| hotelRequestDetails.requesterFirstName:DESC,hotelRequestDetails.requesterLastName:ASC | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `Id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetHousingReservationRequestsRequest.md b/packages/csharp/docs/Models/Requests/GetHousingReservationRequestsRequest.md index 43ff00b54..8e83dc616 100644 --- a/packages/csharp/docs/Models/Requests/GetHousingReservationRequestsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetHousingReservationRequestsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `Id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `Id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetHubMembersRequest.md b/packages/csharp/docs/Models/Requests/GetHubMembersRequest.md index e1bb0f8e2..7aeed5fbf 100644 --- a/packages/csharp/docs/Models/Requests/GetHubMembersRequest.md +++ b/packages/csharp/docs/Models/Requests/GetHubMembersRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `HubId` | *string* | :heavy_check_mark: | The identifier of an Events+ Hub | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------------\|------------\|
\| firstName \| `contains` \|
\| lastName \| `contains` \|
\| emailAddress \| `contains` \|
\| jobTitle \| `contains` \|
\| companyName \| `contains` \|
\| designation \| `contains` \|
\| workAddress.city \| `contains` \|
\| workAddress.state \| `contains` \|
\| workAddress.country \| `contains` \|

Limit for the number of fields that can be passed in a filter is 35.

The following logical operators are supported for combining filters:
* and
* or
| (firstName contains 'tim') and (lastName contains 'wood') | -| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* firstName (member first name)
* lastName (member last name)
* emailAddress (member email address)
* jobTitle (member job title)
* designation (Designation of member)
* workAddress.city (Work City of member)
* workAddress.state (Work State of member)
* workAddress.country (Work Country of member)
* companyName (member company)
* registrationDate (member registration date)
* lastLoginDate (member last login date)
| firstName:ASC,lastName:ASC | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `HubId` | *string* | :heavy_check_mark: | The identifier of an Events+ Hub | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------------\|------------\|
\| firstName \| `contains` \|
\| lastName \| `contains` \|
\| emailAddress \| `contains` \|
\| jobTitle \| `contains` \|
\| companyName \| `contains` \|
\| designation \| `contains` \|
\| workAddress.city \| `contains` \|
\| workAddress.state \| `contains` \|
\| workAddress.country \| `contains` \|

Limit for the number of fields that can be passed in a filter is 35.

The following logical operators are supported for combining filters:
* and
* or
| (firstName contains 'tim') and (lastName contains 'wood') | +| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* firstName (member first name)
* lastName (member last name)
* emailAddress (member email address)
* jobTitle (member job title)
* designation (Designation of member)
* workAddress.city (Work City of member)
* workAddress.state (Work State of member)
* workAddress.country (Work Country of member)
* companyName (member company)
* registrationDate (member registration date)
* lastLoginDate (member last login date)
| firstName:ASC,lastName:ASC | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetLargeChoicesRequest.md b/packages/csharp/docs/Models/Requests/GetLargeChoicesRequest.md index c796565ed..498eada44 100644 --- a/packages/csharp/docs/Models/Requests/GetLargeChoicesRequest.md +++ b/packages/csharp/docs/Models/Requests/GetLargeChoicesRequest.md @@ -3,8 +3,8 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------\|-------------\|
\| id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------\|-------------\|
\| id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetOrderItemsRequest.md b/packages/csharp/docs/Models/Requests/GetOrderItemsRequest.md index 28a1dd1a7..c768a6ae0 100644 --- a/packages/csharp/docs/Models/Requests/GetOrderItemsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetOrderItemsRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| order.id \| `eq`, `ne` \|
\| product.id \| `eq`, `ne` \|
\| product.type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (product.id eq '65322e75-076f-4070-a6e6-3315c581728d' OR product.id eq 'e1874067-a5ed-4111-ac8a-63de9aa18929') | -| `Deleted` | *bool* | :heavy_minus_sign: | This sets whether or not to fetch deleted order items in the response. If set to true, the response will include records for the deleted order items.
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| order.id \| `eq`, `ne` \|
\| product.id \| `eq`, `ne` \|
\| product.type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (product.id eq '65322e75-076f-4070-a6e6-3315c581728d' OR product.id eq 'e1874067-a5ed-4111-ac8a-63de9aa18929') | +| `Deleted` | *bool* | :heavy_minus_sign: | This sets whether or not to fetch deleted order items in the response. If set to true, the response will include records for the deleted order items.
| | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetOrdersRequest.md b/packages/csharp/docs/Models/Requests/GetOrdersRequest.md index d934224c0..126d0f435 100644 --- a/packages/csharp/docs/Models/Requests/GetOrdersRequest.md +++ b/packages/csharp/docs/Models/Requests/GetOrdersRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (type eq 'Online Charge' OR type eq 'Online Refund') | -| `Deleted` | *bool* | :heavy_minus_sign: | This sets whether or not to fetch deleted orders in the response. If set to true, the response will include records for the deleted orders.
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (type eq 'Online Charge' OR type eq 'Online Refund') | +| `Deleted` | *bool* | :heavy_minus_sign: | This sets whether or not to fetch deleted orders in the response. If set to true, the response will include records for the deleted orders.
| | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetPaymentsRequest.md b/packages/csharp/docs/Models/Requests/GetPaymentsRequest.md index 9726cd0ed..7d0ffc01e 100644 --- a/packages/csharp/docs/Models/Requests/GetPaymentsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetPaymentsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|:-----------------\|:-----------------------\|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\|
\| budgetItem.id \| `eq` \| \|
\| id \| `eq` \| \|
\| budgetVersion.id \| `eq` \| \|
\| lastModified \| `gt`, `ge`, `lt`, `le` \| `lastModified` refers to the date the associated budget item was last modified. Filtering by `lastModified` returns payments linked to budget items modified within the specified date range. \|

The following logical operators are supported for combining filters:
* and
* or
| budgetItem.id eq '2c3a755a-d440-498d-baab-30f45dae3cf5' or id eq '1b3a755a-d440-498d-baab-30f45dae3cf5' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|:-----------------\|:-----------------------\|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\|
\| budgetItem.id \| `eq` \| \|
\| id \| `eq` \| \|
\| budgetVersion.id \| `eq` \| \|
\| lastModified \| `gt`, `ge`, `lt`, `le` \| `lastModified` refers to the date the associated budget item was last modified. Filtering by `lastModified` returns payments linked to budget items modified within the specified date range. \|

The following logical operators are supported for combining filters:
* and
* or
| budgetItem.id eq '2c3a755a-d440-498d-baab-30f45dae3cf5' or id eq '1b3a755a-d440-498d-baab-30f45dae3cf5' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetQuestionsRequest.md b/packages/csharp/docs/Models/Requests/GetQuestionsRequest.md index 223dbc737..080899b7a 100644 --- a/packages/csharp/docs/Models/Requests/GetQuestionsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetQuestionsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| survey.id \| `eq`, `ne` \|
\| code \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| chapter.id \| `eq`, `ne` \|
\| maxScore \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| survey.id \| `eq`, `ne` \|
\| code \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| chapter.id \| `eq`, `ne` \|
\| maxScore \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetRespondentsRequest.md b/packages/csharp/docs/Models/Requests/GetRespondentsRequest.md index 2bf308b30..170e73aac 100644 --- a/packages/csharp/docs/Models/Requests/GetRespondentsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetRespondentsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-----------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| survey.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| responseCode \| `eq`, `ne` \|
\| score \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
\| chapters.score \| `eq`, `gt`, `ge`, `lt`, `le` \|
\| chapters.evaluationResult \| `eq` \|
\| chapters.status \| `eq` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-----------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| survey.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| responseCode \| `eq`, `ne` \|
\| score \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
\| chapters.score \| `eq`, `gt`, `ge`, `lt`, `le` \|
\| chapters.evaluationResult \| `eq` \|
\| chapters.status \| `eq` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetResponsesRequest.md b/packages/csharp/docs/Models/Requests/GetResponsesRequest.md index ece1b7c27..b457456af 100644 --- a/packages/csharp/docs/Models/Requests/GetResponsesRequest.md +++ b/packages/csharp/docs/Models/Requests/GetResponsesRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|---------------\|-------------\|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\|
\| id \| `eq`, `ne` \| \|
\| survey.id \| `eq` \| Use only survey.id to get responses for all questions in the survey. \|
\| respondent.id \| `eq`, `ne` \| Use only respondent.id to get responses for specific respondents. \|
\| event.id \| `eq` \| \|
\| session.id \| `eq` \| \|
\| question.id \| `eq` \| Use only question.id to get responses for specific questions, which may belong to one or more surveys. question.id can be combined with other fields by 'and' operator only. \|
\| chapter.id \| `eq` \| Use only chapter.id to get responses for all questions in the chapter of a particular survey. \|
\| attempt \| `eq` \| \|

The following logical operators are supported for combining filters:
* `and`
* `or`

**Usage:**
1. chapter.id and survey.id cannot be used in combination with any other fields.
2. Multiple chapter.id or survey.id values must be separated by `or` (not `and`). Example: `filter=chapter.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or chapter.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1'`
3. question.id can be combined with other fields using `and` operator only.
| question.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or question.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|---------------\|-------------\|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\|
\| id \| `eq`, `ne` \| \|
\| survey.id \| `eq` \| Use only survey.id to get responses for all questions in the survey. \|
\| respondent.id \| `eq`, `ne` \| Use only respondent.id to get responses for specific respondents. \|
\| event.id \| `eq` \| \|
\| session.id \| `eq` \| \|
\| question.id \| `eq` \| Use only question.id to get responses for specific questions, which may belong to one or more surveys. question.id can be combined with other fields by 'and' operator only. \|
\| chapter.id \| `eq` \| Use only chapter.id to get responses for all questions in the chapter of a particular survey. \|
\| attempt \| `eq` \| \|

The following logical operators are supported for combining filters:
* `and`
* `or`

**Usage:**
1. chapter.id and survey.id cannot be used in combination with any other fields.
2. Multiple chapter.id or survey.id values must be separated by `or` (not `and`). Example: `filter=chapter.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or chapter.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1'`
3. question.id can be combined with other fields using `and` operator only.
| question.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or question.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetStandardSurveyRespondentsRequest.md b/packages/csharp/docs/Models/Requests/GetStandardSurveyRespondentsRequest.md index fb75a0592..b430c3265 100644 --- a/packages/csharp/docs/Models/Requests/GetStandardSurveyRespondentsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetStandardSurveyRespondentsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `SurveyId` | *string* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `SurveyId` | *string* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetStandardSurveyResponsesRequest.md b/packages/csharp/docs/Models/Requests/GetStandardSurveyResponsesRequest.md index ac93cfb61..bdbbfaf6d 100644 --- a/packages/csharp/docs/Models/Requests/GetStandardSurveyResponsesRequest.md +++ b/packages/csharp/docs/Models/Requests/GetStandardSurveyResponsesRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Max # Fields You Can Pass In Filter \| Usage \|
\|---------------\|-----------\|-------------------------------------\|---------------------------------------------------------------------------------------------------------------------\|
\| survey.id \| `eq` \| 1 \| Use only survey.id to get responses for all questions in the survey. \|
\| question.id \| `eq` \| 100 \| Use only question.id to get responses for specific questions, which may belong to different surveys or same survey. \|
\| respondent.id \| `eq` \| 100 \| Use only respondent.id to get responses for specific respondents. \|

The following logical operators are supported for combining filters:
* `and`
* `or`

**Usage:**
* question.id can be combined with respondent.id using `and` operator only.
* Multiple question.id/respondent.id values must be separated by `or`.
| question.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or question.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Max # Fields You Can Pass In Filter \| Usage \|
\|---------------\|-----------\|-------------------------------------\|---------------------------------------------------------------------------------------------------------------------\|
\| survey.id \| `eq` \| 1 \| Use only survey.id to get responses for all questions in the survey. \|
\| question.id \| `eq` \| 100 \| Use only question.id to get responses for specific questions, which may belong to different surveys or same survey. \|
\| respondent.id \| `eq` \| 100 \| Use only respondent.id to get responses for specific respondents. \|

The following logical operators are supported for combining filters:
* `and`
* `or`

**Usage:**
* question.id can be combined with respondent.id using `and` operator only.
* Multiple question.id/respondent.id values must be separated by `or`.
| question.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or question.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetStandardSurveysRequest.md b/packages/csharp/docs/Models/Requests/GetStandardSurveysRequest.md index a4ec93bbb..32cd25f84 100644 --- a/packages/csharp/docs/Models/Requests/GetStandardSurveysRequest.md +++ b/packages/csharp/docs/Models/Requests/GetStandardSurveysRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------\|------------------------------------\|
\| status \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
\| title \| `eq`, `ne` \|
\| code \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| status eq 'active' and created gt '2020-12-12T11:30:37.909Z' and title eq 'Survey Demo' and code ne 'NFWHF5DW46A' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------\|------------------------------------\|
\| status \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
\| title \| `eq`, `ne` \|
\| code \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| status eq 'active' and created gt '2020-12-12T11:30:37.909Z' and title eq 'Survey Demo' and code ne 'NFWHF5DW46A' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetSurveyRequest.md b/packages/csharp/docs/Models/Requests/GetSurveyRequest.md index ce78fc488..b824739b1 100644 --- a/packages/csharp/docs/Models/Requests/GetSurveyRequest.md +++ b/packages/csharp/docs/Models/Requests/GetSurveyRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and type eq 'Standalone' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and type eq 'Standalone' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetTransactionItemsRequest.md b/packages/csharp/docs/Models/Requests/GetTransactionItemsRequest.md index e8b1b82a6..d3416ac1f 100644 --- a/packages/csharp/docs/Models/Requests/GetTransactionItemsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetTransactionItemsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| transaction.id \| `eq`, `ne` \|
\| transaction.processorTransactionId \| `eq`, `ne` \|
\| uniqueId \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (transaction.id eq '82da8c60-24f4-47d0-b6e2-429b18a4bb7c' OR transaction.id eq '034bb884-05de-4818-b9f9-5144495d5495') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| transaction.id \| `eq`, `ne` \|
\| transaction.processorTransactionId \| `eq`, `ne` \|
\| uniqueId \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (transaction.id eq '82da8c60-24f4-47d0-b6e2-429b18a4bb7c' OR transaction.id eq '034bb884-05de-4818-b9f9-5144495d5495') | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetTransactionsRequest.md b/packages/csharp/docs/Models/Requests/GetTransactionsRequest.md index e6f6b4cf3..bf951a1db 100644 --- a/packages/csharp/docs/Models/Requests/GetTransactionsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetTransactionsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| processorTransactionId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| success \| `eq`, `ne` \|
\| paymentType \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq 'f4af0b94-4427-46f8-bea0-b06af2a0af80' AND (paymentType eq 'Online Charge' OR paymentType eq 'Online Refund') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| processorTransactionId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| success \| `eq`, `ne` \|
\| paymentType \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq 'f4af0b94-4427-46f8-bea0-b06af2a0af80' AND (paymentType eq 'Online Charge' OR paymentType eq 'Online Refund') | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/GetVideoViewsRequest.md b/packages/csharp/docs/Models/Requests/GetVideoViewsRequest.md index 4a4183236..22457e67f 100644 --- a/packages/csharp/docs/Models/Requests/GetVideoViewsRequest.md +++ b/packages/csharp/docs/Models/Requests/GetVideoViewsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------------\|-----------\|------------\|
\| contact.id \| `eq` \| \|
\| solution \| `eq` \| \|
\| device.type \| `eq` \| deprecated \|
\| device.operatingSystem \| `eq` \| deprecated \|
\| video.id \| `eq` \| \|
\| type \| `eq` \| \|

The filter query supports maximum three fields in a filter expression.

The following logical operators are supported for combining filters:
* and
| contact.id eq '123e4567-e89b-12d3-a456-426614174000' and solution eq 'EVENTS_PLUS' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------------\|-----------\|------------\|
\| contact.id \| `eq` \| \|
\| solution \| `eq` \| \|
\| device.type \| `eq` \| deprecated \|
\| device.operatingSystem \| `eq` \| deprecated \|
\| video.id \| `eq` \| \|
\| type \| `eq` \| \|

The filter query supports maximum three fields in a filter expression.

The following logical operators are supported for combining filters:
* and
| contact.id eq '123e4567-e89b-12d3-a456-426614174000' and solution eq 'EVENTS_PLUS' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListAssociatedAudienceSegmentsRequest.md b/packages/csharp/docs/Models/Requests/ListAssociatedAudienceSegmentsRequest.md index e50dd1698..8671a7c9e 100644 --- a/packages/csharp/docs/Models/Requests/ListAssociatedAudienceSegmentsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListAssociatedAudienceSegmentsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `AttendeeId` | *string* | :heavy_check_mark: | ID of an attendee. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | [Filter](../../Models/Components/Filter.md) | :heavy_check_mark: | Use the filter property in the request body to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| segment.id \| `eq`, `in` \|

No logical operators are supported.
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `AttendeeId` | *string* | :heavy_check_mark: | ID of an attendee. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | [Filter](../../Models/Components/Filter.md) | :heavy_check_mark: | Use the filter property in the request body to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| segment.id \| `eq`, `in` \|

No logical operators are supported.
| | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListAttendeeActivitiesRequest.md b/packages/csharp/docs/Models/Requests/ListAttendeeActivitiesRequest.md index ecf3d0da1..731526858 100644 --- a/packages/csharp/docs/Models/Requests/ListAttendeeActivitiesRequest.md +++ b/packages/csharp/docs/Models/Requests/ListAttendeeActivitiesRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|----------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| event.id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| exhibitor.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| appointment.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| data.id \| `eq`, `ne` \|
\| name \| `eq`, `ne` \|
\| externalActivityDate \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| time \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| type eq 'event.registered' or type eq 'session.enrolled' and (attendee.id eq 'uuid1' or attendee.id eq 'uuid2') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|----------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| event.id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| exhibitor.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| appointment.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| data.id \| `eq`, `ne` \|
\| name \| `eq`, `ne` \|
\| externalActivityDate \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| time \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| type eq 'event.registered' or type eq 'session.enrolled' and (attendee.id eq 'uuid1' or attendee.id eq 'uuid2') | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListAttendeeAudienceSegmentsRequest.md b/packages/csharp/docs/Models/Requests/ListAttendeeAudienceSegmentsRequest.md index 5af96ca4e..7a1227c3f 100644 --- a/packages/csharp/docs/Models/Requests/ListAttendeeAudienceSegmentsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListAttendeeAudienceSegmentsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `AttendeeId` | *string* | :heavy_check_mark: | ID of an attendee. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| segment.id \| `eq`, `in` \|

No logical operators are supported.
| segment.id eq '313097a4-143d-11e5-9f99-d0a637ee0897' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `AttendeeId` | *string* | :heavy_check_mark: | ID of an attendee. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| segment.id \| `eq`, `in` \|

No logical operators are supported.
| segment.id eq '313097a4-143d-11e5-9f99-d0a637ee0897' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListAttendeeLinksRequest.md b/packages/csharp/docs/Models/Requests/ListAttendeeLinksRequest.md index 0fbb69258..d20ba6556 100644 --- a/packages/csharp/docs/Models/Requests/ListAttendeeLinksRequest.md +++ b/packages/csharp/docs/Models/Requests/ListAttendeeLinksRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| id \| `eq`, `ne` \|
\| sourceId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| webcast.id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and event.id eq '55ca6645-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| id \| `eq`, `ne` \|
\| sourceId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| webcast.id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and event.id eq '55ca6645-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListAttendeesRequest.md b/packages/csharp/docs/Models/Requests/ListAttendeesRequest.md index 4fbcf52c6..1043cb33a 100644 --- a/packages/csharp/docs/Models/Requests/ListAttendeesRequest.md +++ b/packages/csharp/docs/Models/Requests/ListAttendeesRequest.md @@ -3,13 +3,13 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Expand` | List<[Expand](../../Models/Components/Expand.md)> | :heavy_minus_sign: | This endpoint allows you to request additional information as an expanded response using the expand query parameter.
The expanded entity is retrieved and displayed inline for each specified expand value.

An object contains the ID of a related object in its response properties. You can expand these objects,
along with others, in line using the expand query parameter.

You can expand multiple objects at the same time by identifying multiple items in the expand array.

The respective scopes for each expansion are required.

The following fields are expandable:
* answers.question
* **Scope**: event/events:read
* **Reference**: List Event Questions
* registrationType
* **Scope**: event/registration-types:read
* **Reference**: List Registration Types
| [
"answers.question",
"registrationType"
] | -| `Sort` | *string* | :heavy_minus_sign: | The `sort` query parameter sorts items in the list of results and organizes them according to your preference.
There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* contact.firstName
* contact.lastName
* contact.title
* contact.company
* registeredAt
* checkIn
| contact.company:DESC,contact.title:ASC | -| `IncludeDeletedGuests` | *bool* | :heavy_minus_sign: | True indicates the request should include deleted guests in the response. By default, deleted guests are excluded.
The `deletedGuest` filter has no effect unless this parameter is `true`.
| | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------\|
\| event.id \| `eq`, `ne` \| \|
\| id \| `eq`, `ne` \| \|
\| confirmationNumber \| `eq`, `ne` \| \|
\| checkedIn \| `eq`, `ne` \| \|
\| checkIn \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| checkOut \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| registrationPath.id \| `eq`, `ne` \| \|
\| invitationList.id \| `eq`, `ne` \| \|
\| registrationType.id \| `eq`, `ne`, `is null`, `is not null`, `is empty`, `is not empty` \| \|
\| referenceId \| `eq`, `ne` \| \|
\| externalReference.type \| `eq` \| \|
\| externalReference.id \| `eq` \| \|
\| externalReference.referenceId \| `eq` \| \|
\| note \| `eq`, `ne` \| \|
\| guest \| `eq`, `ne` \| \|
\| group.leader \| `eq`, `ne` \| \|
\| group.id \| `eq`, `ne` \| \|
\| unsubscribed \| `eq`, `ne` \| **DEPRECATED**: Please use PUT /attendees/{id}/email-subscriptions instead \|
\| registeredAt \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| registrationLastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| invitedBy \| `eq`, `ne` \| \|
\| responseMethod \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| Will be updated when any field in the response has changed. Used by the 'before' and 'after' filters. \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| contact.id \| `eq`, `ne` \| \|
\| visibility \| `eq`, `ne` \| \|
\| contact.title \| `eq`, `ne`, `sw` \| \|
\| contact.company \| `eq`, `ne`, `sw` \| \|
\| contact.firstName \| `eq`, `ne`, `sw` \| \|
\| contact.lastName \| `eq`, `ne`, `sw` \| \|
\| answers.question.{question id} \| `eq`, `ne` \| \|
\| contact.email \| `eq`, `ne`, `sw` \| \|
\| attendeeLastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| Will be updated only when some field other than contact.* has changed. Not used by the 'before' and 'after' filters. \|
\| appointmentGroup.id \| `eq`, `ne` \| \|
\| contact.deleted \| `eq`, `ne` \| \|
\| primaryId \| `eq`, `ne` \| \|
\| deletedGuest \| `eq`, `ne` \| Filter returns guests marked as deleted. This filter works only when the query parameter `includeDeletedGuests` is `true`. \|
| contact.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or checkedIn eq 'true' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Expand` | List<[Expand](../../Models/Components/Expand.md)> | :heavy_minus_sign: | This endpoint allows you to request additional information as an expanded response using the expand query parameter.
The expanded entity is retrieved and displayed inline for each specified expand value.

An object contains the ID of a related object in its response properties. You can expand these objects,
along with others, in line using the expand query parameter.

You can expand multiple objects at the same time by identifying multiple items in the expand array.

The respective scopes for each expansion are required.

The following fields are expandable:
* answers.question
* **Scope**: event/events:read
* **Reference**: List Event Questions
* registrationType
* **Scope**: event/registration-types:read
* **Reference**: List Registration Types
| [
"answers.question",
"registrationType"
] | +| `Sort` | *string* | :heavy_minus_sign: | The `sort` query parameter sorts items in the list of results and organizes them according to your preference.
There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* contact.firstName
* contact.lastName
* contact.title
* contact.company
* registeredAt
* checkIn
| contact.company:DESC,contact.title:ASC | +| `IncludeDeletedGuests` | *bool* | :heavy_minus_sign: | True indicates the request should include deleted guests in the response. By default, deleted guests are excluded.
The `deletedGuest` filter has no effect unless this parameter is `true`.
| | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------\|
\| event.id \| `eq`, `ne` \| \|
\| id \| `eq`, `ne` \| \|
\| confirmationNumber \| `eq`, `ne` \| \|
\| checkedIn \| `eq`, `ne` \| \|
\| checkIn \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| checkOut \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| registrationPath.id \| `eq`, `ne` \| \|
\| invitationList.id \| `eq`, `ne` \| \|
\| registrationType.id \| `eq`, `ne`, `is null`, `is not null`, `is empty`, `is not empty` \| \|
\| referenceId \| `eq`, `ne` \| \|
\| externalReference.type \| `eq` \| \|
\| externalReference.id \| `eq` \| \|
\| externalReference.referenceId \| `eq` \| \|
\| note \| `eq`, `ne` \| \|
\| guest \| `eq`, `ne` \| \|
\| group.leader \| `eq`, `ne` \| \|
\| group.id \| `eq`, `ne` \| \|
\| unsubscribed \| `eq`, `ne` \| **DEPRECATED**: Please use PUT /attendees/{id}/email-subscriptions instead \|
\| registeredAt \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| registrationLastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| invitedBy \| `eq`, `ne` \| \|
\| responseMethod \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| Will be updated when any field in the response has changed. Used by the 'before' and 'after' filters. \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| contact.id \| `eq`, `ne` \| \|
\| visibility \| `eq`, `ne` \| \|
\| contact.title \| `eq`, `ne`, `sw` \| \|
\| contact.company \| `eq`, `ne`, `sw` \| \|
\| contact.firstName \| `eq`, `ne`, `sw` \| \|
\| contact.lastName \| `eq`, `ne`, `sw` \| \|
\| answers.question.{question id} \| `eq`, `ne` \| \|
\| contact.email \| `eq`, `ne`, `sw` \| \|
\| attendeeLastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| Will be updated only when some field other than contact.* has changed. Not used by the 'before' and 'after' filters. \|
\| appointmentGroup.id \| `eq`, `ne` \| \|
\| contact.deleted \| `eq`, `ne` \| \|
\| primaryId \| `eq`, `ne` \| \|
\| deletedGuest \| `eq`, `ne` \| Filter returns guests marked as deleted. This filter works only when the query parameter `includeDeletedGuests` is `true`. \|
| contact.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or checkedIn eq 'true' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListAudienceSegmentsPostFilterRequest.md b/packages/csharp/docs/Models/Requests/ListAudienceSegmentsPostFilterRequest.md index b2e29760d..b646ba66e 100644 --- a/packages/csharp/docs/Models/Requests/ListAudienceSegmentsPostFilterRequest.md +++ b/packages/csharp/docs/Models/Requests/ListAudienceSegmentsPostFilterRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts. By default, data is sorted by lastModified ASC.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* lastModified
* lastModifiedBy
* creationType
| lastModifiedBy:DESC | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Filter` | [Filter](../../Models/Components/Filter.md) | :heavy_check_mark: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------------------------------------------------------\|
\| event.id \| `eq`, `in` \| Filters the list of all segments present in an event. \|
\| id \| `eq`, `in` \| \|
\| deleted \| `eq` \| \|
\| creationType \| `eq`, `in` \| \|

The following logical operators are supported for combining filters:
* and
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts. By default, data is sorted by lastModified ASC.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* lastModified
* lastModifiedBy
* creationType
| lastModifiedBy:DESC | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Filter` | [Filter](../../Models/Components/Filter.md) | :heavy_check_mark: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------------------------------------------------------\|
\| event.id \| `eq`, `in` \| Filters the list of all segments present in an event. \|
\| id \| `eq`, `in` \| \|
\| deleted \| `eq` \| \|
\| creationType \| `eq`, `in` \| \|

The following logical operators are supported for combining filters:
* and
| | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListAudienceSegmentsRequest.md b/packages/csharp/docs/Models/Requests/ListAudienceSegmentsRequest.md index 9b261cba6..9cde940da 100644 --- a/packages/csharp/docs/Models/Requests/ListAudienceSegmentsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListAudienceSegmentsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts. By default, data is sorted by lastModified ASC.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* lastModified
* lastModifiedBy
* creationType
| lastModifiedBy:DESC | -| `Filter` | *string* | :heavy_check_mark: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------------------------------------------------------\|
\| event.id \| `eq`, `in` \| Filters the list of all segments present in an event. \|
\| id \| `eq`, `in` \| \|
\| deleted \| `eq` \| \|
\| creationType \| `eq`, `in` \| \|

The following logical operators are supported for combining filters:
* and
| event.id eq '103097a4-143d-11e5-9f99-d0a637ee0032' and id in ('313097a4-143d-11e5-9f99-d0a637ee0897','423097a4-143d-11e5-9f99-d0a637ee0897') and deleted eq 'false' and creationType eq 'MANUAL' | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts. By default, data is sorted by lastModified ASC.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* lastModified
* lastModifiedBy
* creationType
| lastModifiedBy:DESC | +| `Filter` | *string* | :heavy_check_mark: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------------------------------------------------------\|
\| event.id \| `eq`, `in` \| Filters the list of all segments present in an event. \|
\| id \| `eq`, `in` \| \|
\| deleted \| `eq` \| \|
\| creationType \| `eq`, `in` \| \|

The following logical operators are supported for combining filters:
* and
| event.id eq '103097a4-143d-11e5-9f99-d0a637ee0032' and id in ('313097a4-143d-11e5-9f99-d0a637ee0897','423097a4-143d-11e5-9f99-d0a637ee0897') and deleted eq 'false' and creationType eq 'MANUAL' | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListContactGroupsRequest.md b/packages/csharp/docs/Models/Requests/ListContactGroupsRequest.md index 2ff56eb7f..f5e6747a2 100644 --- a/packages/csharp/docs/Models/Requests/ListContactGroupsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListContactGroupsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------\|
\| name \| `eq`, `ne`, `sw`, `contains` \| \|
\| type \| `eq` \| Not supported with before or after parameters \|

The following logical operators are supported for combining filters:
* and
| name eq 'groupName' and type eq 'STANDARD' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------\|
\| name \| `eq`, `ne`, `sw`, `contains` \| \|
\| type \| `eq` \| Not supported with before or after parameters \|

The following logical operators are supported for combining filters:
* and
| name eq 'groupName' and type eq 'STANDARD' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListContactTypesRequest.md b/packages/csharp/docs/Models/Requests/ListContactTypesRequest.md index 666894e2b..db7a7070b 100644 --- a/packages/csharp/docs/Models/Requests/ListContactTypesRequest.md +++ b/packages/csharp/docs/Models/Requests/ListContactTypesRequest.md @@ -3,8 +3,8 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| name \| `eq`, `ne`, `sw`, `contains` \|

No logical operators are supported on this endpoint, only one filter
can be passed in each request.
| name eq 'groupType' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| name \| `eq`, `ne`, `sw`, `contains` \|

No logical operators are supported on this endpoint, only one filter
can be passed in each request.
| name eq 'groupType' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListContactsRequest.md b/packages/csharp/docs/Models/Requests/ListContactsRequest.md index 83fb8df86..d69a7c8a0 100644 --- a/packages/csharp/docs/Models/Requests/ListContactsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListContactsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------\|
\| id \| `eq`, `ne` \| \|
\| sourceId \| `eq`, `ne` \| \|
\| firstName \| `eq`, `ne`, `contains`, `sw` \| \|
\| lastName \| `eq`, `ne`, `contains`, `sw` \| \|
\| email \| `eq`, `ne`, `contains`, `sw` \| \|
\| ccEmail \| `eq`, `ne` \| \|
\| company \| `eq`, `ne` \| \|
\| type.id \| `eq`, `ne` \| \|
\| nickname \| `eq`, `ne` \| \|
\| title \| `eq`, `ne` \| \|
\| workPhone \| `eq`, `ne` \| \|
\| middleName \| `eq`, `ne` \| \|
\| mobilePhone \| `eq`, `ne` \| \|
\| homeFax \| `eq`, `ne` \| \|
\| designation \| `eq`, `ne` \| \|
\| homePhone \| `eq`, `ne` \| \|
\| pager \| `eq`, `ne` \| \|
\| workFax \| `eq`, `ne` \| \|
\| lastModifiedBy \| `eq`, `ne` \| \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| createdBy \| `eq`, `ne` \| \|
\| workAddress.address1 \| `eq`, `ne` \| \|
\| workAddress.address2 \| `eq`, `ne` \| \|
\| workAddress.address3 \| `eq`, `ne` \| \|
\| workAddress.city \| `eq`, `ne` \| \|
\| workAddress.country \| `eq`, `ne` \| \|
\| homeAddress.address1 \| `eq`, `ne` \| \|
\| homeAddress.address2 \| `eq`, `ne` \| \|
\| homeAddress.address3 \| `eq`, `ne` \| \|
\| homeAddress.city \| `eq`, `ne` \| \|
\| homeAddress.country \| `eq`, `ne` \| \|
\| deleted \| `eq`, `ne` \| Filters for deleted contacts. To retrieve purged contacts, see the `includePurged` parameter. \|
\| customField.{uuid of custom field} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge`, `sw`, `contains` \| \|
\| optOut.optedOut \| `eq`, `ne` \| \|

The following logical operators are supported for combining filters:
* and
* or
| firstName eq 'John' or lastName eq 'Anderson' | -| `IncludePurged` | *bool* | :heavy_minus_sign: | True means purged contacts can be included in the response. Purged contacts contain only limited display data (`id`, `lastModified`, and `purged`). When true, the filter query parameter can only filter by the `id` field. The `before`, `after`, `limit`, and `token` query parameters are still valid query parameters to use with this parameter. If false, only contacts that have not been purged will be returned.
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------\|
\| id \| `eq`, `ne` \| \|
\| sourceId \| `eq`, `ne` \| \|
\| firstName \| `eq`, `ne`, `contains`, `sw` \| \|
\| lastName \| `eq`, `ne`, `contains`, `sw` \| \|
\| email \| `eq`, `ne`, `contains`, `sw` \| \|
\| ccEmail \| `eq`, `ne` \| \|
\| company \| `eq`, `ne` \| \|
\| type.id \| `eq`, `ne` \| \|
\| nickname \| `eq`, `ne` \| \|
\| title \| `eq`, `ne` \| \|
\| workPhone \| `eq`, `ne` \| \|
\| middleName \| `eq`, `ne` \| \|
\| mobilePhone \| `eq`, `ne` \| \|
\| homeFax \| `eq`, `ne` \| \|
\| designation \| `eq`, `ne` \| \|
\| homePhone \| `eq`, `ne` \| \|
\| pager \| `eq`, `ne` \| \|
\| workFax \| `eq`, `ne` \| \|
\| lastModifiedBy \| `eq`, `ne` \| \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| createdBy \| `eq`, `ne` \| \|
\| workAddress.address1 \| `eq`, `ne` \| \|
\| workAddress.address2 \| `eq`, `ne` \| \|
\| workAddress.address3 \| `eq`, `ne` \| \|
\| workAddress.city \| `eq`, `ne` \| \|
\| workAddress.country \| `eq`, `ne` \| \|
\| homeAddress.address1 \| `eq`, `ne` \| \|
\| homeAddress.address2 \| `eq`, `ne` \| \|
\| homeAddress.address3 \| `eq`, `ne` \| \|
\| homeAddress.city \| `eq`, `ne` \| \|
\| homeAddress.country \| `eq`, `ne` \| \|
\| deleted \| `eq`, `ne` \| Filters for deleted contacts. To retrieve purged contacts, see the `includePurged` parameter. \|
\| customField.{uuid of custom field} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge`, `sw`, `contains` \| \|
\| optOut.optedOut \| `eq`, `ne` \| \|

The following logical operators are supported for combining filters:
* and
* or
| firstName eq 'John' or lastName eq 'Anderson' | +| `IncludePurged` | *bool* | :heavy_minus_sign: | True means purged contacts can be included in the response. Purged contacts contain only limited display data (`id`, `lastModified`, and `purged`). When true, the filter query parameter can only filter by the `id` field. The `before`, `after`, `limit`, and `token` query parameters are still valid query parameters to use with this parameter. If false, only contacts that have not been purged will be returned.
| | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListDiscountedAgendaItemsRequest.md b/packages/csharp/docs/Models/Requests/ListDiscountedAgendaItemsRequest.md index edc3f5cd1..e87a2a3ad 100644 --- a/packages/csharp/docs/Models/Requests/ListDiscountedAgendaItemsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListDiscountedAgendaItemsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| discount.id \| `eq`, `in` \|
\| type \| `eq`, `in` \|

The following logical operators are supported for combining filters:
* and
* or
| type eq 'AdmissionItem' and discount.id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| discount.id \| `eq`, `in` \|
\| type \| `eq`, `in` \|

The following logical operators are supported for combining filters:
* and
* or
| type eq 'AdmissionItem' and discount.id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListDonationItemsRequest.md b/packages/csharp/docs/Models/Requests/ListDonationItemsRequest.md index 9136ac198..8325c9b10 100644 --- a/packages/csharp/docs/Models/Requests/ListDonationItemsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListDonationItemsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListDurationsRequest.md b/packages/csharp/docs/Models/Requests/ListDurationsRequest.md index 7e9af5316..3d22f8a2a 100644 --- a/packages/csharp/docs/Models/Requests/ListDurationsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListDurationsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of attendance duration records returned per page. | | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* event
* session
* attendee
* type
* firstSeen
* duration
* lastModified - default
| start:DESC,title:ASC | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne`, `in` \|
\| session.id \| `eq`, `ne`, `in` \|
\| attendee.id \| `eq`, `ne`, `in` \|
\| type \| `contains`, `eq`, `ne`, `in` \|
\| deleted \| `eq`, `ne` \|
\| firstSeen \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastSeen \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| duration \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| firstSeen gt '2020-02-07T12:00:00.000Z' and session.id = '0e2f583e-62ae-40d8-9b5c-b8e67a6ba1ab' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of attendance duration records returned per page. | | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* event
* session
* attendee
* type
* firstSeen
* duration
* lastModified - default
| start:DESC,title:ASC | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne`, `in` \|
\| session.id \| `eq`, `ne`, `in` \|
\| attendee.id \| `eq`, `ne`, `in` \|
\| type \| `contains`, `eq`, `ne`, `in` \|
\| deleted \| `eq`, `ne` \|
\| firstSeen \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastSeen \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| duration \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| firstSeen gt '2020-02-07T12:00:00.000Z' and session.id = '0e2f583e-62ae-40d8-9b5c-b8e67a6ba1ab' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListEventDiscountsRequest.md b/packages/csharp/docs/Models/Requests/ListEventDiscountsRequest.md index 91a1205c6..e2594ece1 100644 --- a/packages/csharp/docs/Models/Requests/ListEventDiscountsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListEventDiscountsRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* code
* method.type
* effectiveTo
* effectiveFrom
* type
* level
| name:DESC,code:ASC | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| id \| `in` \|
\| method.type \| `eq` \|
\| type \| `eq` \|
\| level \| `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and method.type eq 'PERCENTAGE' | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* code
* method.type
* effectiveTo
* effectiveFrom
* type
* level
| name:DESC,code:ASC | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| id \| `in` \|
\| method.type \| `eq` \|
\| type \| `eq` \|
\| level \| `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and method.type eq 'PERCENTAGE' | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListEventVouchersRequest.md b/packages/csharp/docs/Models/Requests/ListEventVouchersRequest.md index 2edb8522e..6071713eb 100644 --- a/packages/csharp/docs/Models/Requests/ListEventVouchersRequest.md +++ b/packages/csharp/docs/Models/Requests/ListEventVouchersRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Sort` | *string* | :heavy_minus_sign: | The sort order for the results, expressed as a priority-ordered list of field and direction pairs.

There are two sort directions:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* code

When not provided, results are sorted by `code` ascending.
| code:ASC | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-----------\|
\| id \| `in` \|

No logical operators are available.
| id in ('1800c9bd-b5f4-438a-a92c-ea1f59553a5c', '2900d8ce-c6f5-449b-b03d-fb2f60664b6d') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Sort` | *string* | :heavy_minus_sign: | The sort order for the results, expressed as a priority-ordered list of field and direction pairs.

There are two sort directions:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* code

When not provided, results are sorted by `code` ascending.
| code:ASC | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-----------\|
\| id \| `in` \|

No logical operators are available.
| id in ('1800c9bd-b5f4-438a-a92c-ea1f59553a5c', '2900d8ce-c6f5-449b-b03d-fb2f60664b6d') | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListExternalAttendeeActivitiesMetadataRequest.md b/packages/csharp/docs/Models/Requests/ListExternalAttendeeActivitiesMetadataRequest.md index 2d9fddbdf..606b05080 100644 --- a/packages/csharp/docs/Models/Requests/ListExternalAttendeeActivitiesMetadataRequest.md +++ b/packages/csharp/docs/Models/Requests/ListExternalAttendeeActivitiesMetadataRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| name \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| id eq 'd94aff58-175d-41a5-9612-64e71202f8c3' and 'type eq 'event.external' and name ne 'social.media' and created ge '2021-03-15T09:33:13.750Z' and lastModified le '2021-03-15T09:33:13.750Z' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| name \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| id eq 'd94aff58-175d-41a5-9612-64e71202f8c3' and 'type eq 'event.external' and name ne 'social.media' and created ge '2021-03-15T09:33:13.750Z' and lastModified le '2021-03-15T09:33:13.750Z' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListFeeItemsRequest.md b/packages/csharp/docs/Models/Requests/ListFeeItemsRequest.md index 69c604aff..be200ced5 100644 --- a/packages/csharp/docs/Models/Requests/ListFeeItemsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListFeeItemsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-----------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| product.id \| `eq`, `ne` \|
\| generalLedgerCodes.id \| `eq`, `ne` \|
\| product.type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or product.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d6' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-----------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| product.id \| `eq`, `ne` \|
\| generalLedgerCodes.id \| `eq`, `ne` \|
\| product.type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or product.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d6' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListHubsRequest.md b/packages/csharp/docs/Models/Requests/ListHubsRequest.md index edd2618ae..ede70e4a5 100644 --- a/packages/csharp/docs/Models/Requests/ListHubsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListHubsRequest.md @@ -3,8 +3,8 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|------------\|
\| id \| `eq`, `ne` \|

Limit for the number of fields that can be passed in a filter is 35.

The following logical operators are supported for combining filters:
* or
| (id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (id eq '16322408-bae8-4b29-a559-702d2023e13a') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|------------\|
\| id \| `eq`, `ne` \|

Limit for the number of fields that can be passed in a filter is 35.

The following logical operators are supported for combining filters:
* or
| (id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (id eq '16322408-bae8-4b29-a559-702d2023e13a') | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListMembershipItemsRequest.md b/packages/csharp/docs/Models/Requests/ListMembershipItemsRequest.md index 3f3be2083..910fb3f09 100644 --- a/packages/csharp/docs/Models/Requests/ListMembershipItemsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListMembershipItemsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListPlayersRequest.md b/packages/csharp/docs/Models/Requests/ListPlayersRequest.md index 6ea2d796b..543a27bb1 100644 --- a/packages/csharp/docs/Models/Requests/ListPlayersRequest.md +++ b/packages/csharp/docs/Models/Requests/ListPlayersRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| webcast.id \| `eq`, `ne` \|
\| id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| webcast.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| webcast.id \| `eq`, `ne` \|
\| id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| webcast.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListProgramItemsRequest.md b/packages/csharp/docs/Models/Requests/ListProgramItemsRequest.md index 274255532..2b9350d6b 100644 --- a/packages/csharp/docs/Models/Requests/ListProgramItemsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListProgramItemsRequest.md @@ -3,8 +3,8 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------\|------------\|
\| id \| `eq`, `in` \|
\| session.id \| `eq`, `in` \|
\| event.id \| `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| session.id in ('04ca6ae2-0dc3-487b-953e-86d6abbdf7d3', '34ca65e2-1dc3-487b-589e-839d8bbdf7d3') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------\|------------\|
\| id \| `eq`, `in` \|
\| session.id \| `eq`, `in` \|
\| event.id \| `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| session.id in ('04ca6ae2-0dc3-487b-953e-86d6abbdf7d3', '34ca65e2-1dc3-487b-589e-839d8bbdf7d3') | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListQuantityItemsRequest.md b/packages/csharp/docs/Models/Requests/ListQuantityItemsRequest.md index e437d1531..fe9d6ae17 100644 --- a/packages/csharp/docs/Models/Requests/ListQuantityItemsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListQuantityItemsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListSegmentAssociatedAttendeesRequest.md b/packages/csharp/docs/Models/Requests/ListSegmentAssociatedAttendeesRequest.md index 012d9ccac..6cc6f1611 100644 --- a/packages/csharp/docs/Models/Requests/ListSegmentAssociatedAttendeesRequest.md +++ b/packages/csharp/docs/Models/Requests/ListSegmentAssociatedAttendeesRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `AudienceSegmentId` | *string* | :heavy_check_mark: | ID of an audience segment. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------\|
\| disassociated \| `eq` \| To use this filter, `includeDisassociated` query parameter must be true. \|
| disassociated eq 'false' | -| `IncludeDisassociated` | *bool* | :heavy_minus_sign: | Use the `includeDisassociated` query parameter to include disassociated attendees in the result. Note: Disassociated attendees older than 30 days will not be returned in result.
| true | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `AudienceSegmentId` | *string* | :heavy_check_mark: | ID of an audience segment. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------\|
\| disassociated \| `eq` \| To use this filter, `includeDisassociated` query parameter must be true. \|
| disassociated eq 'false' | +| `IncludeDisassociated` | *bool* | :heavy_minus_sign: | Use the `includeDisassociated` query parameter to include disassociated attendees in the result. Note: Disassociated attendees older than 30 days will not be returned in result.
| true | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListSessionDocsRequest.md b/packages/csharp/docs/Models/Requests/ListSessionDocsRequest.md index 7d61202bc..d952a9913 100644 --- a/packages/csharp/docs/Models/Requests/ListSessionDocsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListSessionDocsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `Id` | *string* | :heavy_check_mark: | Unique Id of a session | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| file.id \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| file.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | Unique Id of a session | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| file.id \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| file.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListSessionsCategoriesRequest.md b/packages/csharp/docs/Models/Requests/ListSessionsCategoriesRequest.md index 11b8eeccf..920dd155e 100644 --- a/packages/csharp/docs/Models/Requests/ListSessionsCategoriesRequest.md +++ b/packages/csharp/docs/Models/Requests/ListSessionsCategoriesRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
| name:ASC | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| id \| `eq`, `ne`, `in` \|
\| name \| `eq`, `ne`, `contains` \|

The following operators are available:
* and
* or
| name contains 'general' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
| name:ASC | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| id \| `eq`, `ne`, `in` \|
\| name \| `eq`, `ne`, `contains` \|

The following operators are available:
* and
* or
| name contains 'general' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListSessionsRequest.md b/packages/csharp/docs/Models/Requests/ListSessionsRequest.md index 2eb92f277..2d23bb00c 100644 --- a/packages/csharp/docs/Models/Requests/ListSessionsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListSessionsRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* start
* end
* title
* includedSession
* category.name
* code
* relevance
* order
| start:DESC,order:ASC,title:ASC | -| `Locale` | *string* | :heavy_minus_sign: | Locale code in IETF Language tag format. Indicates desired locale of return values. | en-US | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------------------\|----------------------------------------------\|
\| id \| `eq`, `ne`, `in` \|
\| status \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| title \| `eq`, `ne`, `contains`, `match` \|
\| code \| `eq`, `ne` \|
\| category.id \| `eq`, `ne` \|
\| category.name \| `eq`, `ne`, `contains` \|
\| start \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| end \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| description \| `eq`, `ne`, `contains` \|
\| capacity \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| location.id \| `eq`, `ne` \|
\| location.name \| `eq`, `ne`, `contains` \|
\| location.code \| `eq`, `ne` \|
\| includedSession \| `eq`, `ne` \|
\| enableWaitlist \| `eq`, `ne` \|
\| featured \| `eq`, `ne` \|
\| openForRegistration \| `eq`, `ne` \|
\| openForAttendeeHub \| `eq`, `ne` \|
\| virtual \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| registrationTypes \| `contains`, `in`, `is empty`, `is not empty` \|
\| customField.{uuid of custom field} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge`, `sw`, `contains`, `in` \|
\| group.id \| `eq`, `ne` \|
\| admissionItems \| `contains`, `is empty`, `is not empty` \|
\| segments \| `contains`, `in`, `is empty`, `is not empty` \|

**Note:** If the "match" filter is passed, the endpoint will return a relevance score for each session in the list and, by default, sort results by relevance. Higher scores represent a higher relevance to the filter string.

The following logical operators are supported for combining filters:
* and
* or
| status eq 'active' or status eq 'closed' or event.id eq 'abc' or customField.{uuid of custom field} in ('abc','def') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* start
* end
* title
* includedSession
* category.name
* code
* relevance
* order
| start:DESC,order:ASC,title:ASC | +| `Locale` | *string* | :heavy_minus_sign: | Locale code in IETF Language tag format. Indicates desired locale of return values. | en-US | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------------------\|----------------------------------------------\|
\| id \| `eq`, `ne`, `in` \|
\| status \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| title \| `eq`, `ne`, `contains`, `match` \|
\| code \| `eq`, `ne` \|
\| category.id \| `eq`, `ne` \|
\| category.name \| `eq`, `ne`, `contains` \|
\| start \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| end \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| description \| `eq`, `ne`, `contains` \|
\| capacity \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| location.id \| `eq`, `ne` \|
\| location.name \| `eq`, `ne`, `contains` \|
\| location.code \| `eq`, `ne` \|
\| includedSession \| `eq`, `ne` \|
\| enableWaitlist \| `eq`, `ne` \|
\| featured \| `eq`, `ne` \|
\| openForRegistration \| `eq`, `ne` \|
\| openForAttendeeHub \| `eq`, `ne` \|
\| virtual \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| registrationTypes \| `contains`, `in`, `is empty`, `is not empty` \|
\| customField.{uuid of custom field} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge`, `sw`, `contains`, `in` \|
\| group.id \| `eq`, `ne` \|
\| admissionItems \| `contains`, `is empty`, `is not empty` \|
\| segments \| `contains`, `in`, `is empty`, `is not empty` \|

**Note:** If the "match" filter is passed, the endpoint will return a relevance score for each session in the list and, by default, sort results by relevance. Higher scores represent a higher relevance to the filter string.

The following logical operators are supported for combining filters:
* and
* or
| status eq 'active' or status eq 'closed' or event.id eq 'abc' or customField.{uuid of custom field} in ('abc','def') | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListTaxesRequest.md b/packages/csharp/docs/Models/Requests/ListTaxesRequest.md index 2ca72aa14..4080e0a5e 100644 --- a/packages/csharp/docs/Models/Requests/ListTaxesRequest.md +++ b/packages/csharp/docs/Models/Requests/ListTaxesRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `in` \|
\| active \| `eq` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `in` \|
\| active \| `eq` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListVideosRequest.md b/packages/csharp/docs/Models/Requests/ListVideosRequest.md index 09c3510d8..fe5b84b69 100644 --- a/packages/csharp/docs/Models/Requests/ListVideosRequest.md +++ b/packages/csharp/docs/Models/Requests/ListVideosRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|--------------\|------------\|----------------------------------\|
\| id \| `eq`, `ne` \| \|
\| events \| `eq`, `ne` \| \|
\| sessions \| `eq`, `ne` \| \|
\| exhibitors \| `eq`, `ne` \| \|
\| speakers \| `eq`, `ne` \| \|
\| source.id \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| tags \| `eq`, `ne` \| \|
\| recording.id \| `eq`, `ne` \| \|
\| event.id \| `eq`, `ne` \| deprecated, use `events` instead \|

The following logical operators are supported for combining filters:
* and
* or
| events eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and source.id ne 'sampleWebcastSystemId' | -| `Deleted` | *bool* | :heavy_minus_sign: | True means only videos marked as deleted will be queried. False means only non-deleted videos will be queried. | true | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|--------------\|------------\|----------------------------------\|
\| id \| `eq`, `ne` \| \|
\| events \| `eq`, `ne` \| \|
\| sessions \| `eq`, `ne` \| \|
\| exhibitors \| `eq`, `ne` \| \|
\| speakers \| `eq`, `ne` \| \|
\| source.id \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| tags \| `eq`, `ne` \| \|
\| recording.id \| `eq`, `ne` \| \|
\| event.id \| `eq`, `ne` \| deprecated, use `events` instead \|

The following logical operators are supported for combining filters:
* and
* or
| events eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and source.id ne 'sampleWebcastSystemId' | +| `Deleted` | *bool* | :heavy_minus_sign: | True means only videos marked as deleted will be queried. False means only non-deleted videos will be queried. | true | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListWebcastAttendeeLinksRequest.md b/packages/csharp/docs/Models/Requests/ListWebcastAttendeeLinksRequest.md index df1d6147b..1ac266abc 100644 --- a/packages/csharp/docs/Models/Requests/ListWebcastAttendeeLinksRequest.md +++ b/packages/csharp/docs/Models/Requests/ListWebcastAttendeeLinksRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Id` | *string* | :heavy_check_mark: | The identifier of the webcast. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| id \| `eq`, `ne` \|
\| sourceId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `Id` | *string* | :heavy_check_mark: | The identifier of the webcast. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| id \| `eq`, `ne` \|
\| sourceId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/csharp/docs/Models/Requests/ListWebcastsRequest.md b/packages/csharp/docs/Models/Requests/ListWebcastsRequest.md index 376baa74d..0706bdfcc 100644 --- a/packages/csharp/docs/Models/Requests/ListWebcastsRequest.md +++ b/packages/csharp/docs/Models/Requests/ListWebcastsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|----------------\|------------------------------------------\|
\| id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| appointment.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| exhibitor.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| sourceId \| `eq`, `ne`, `is empty`, `is not empty` \|
\| solutionType \| `eq`, `ne` \|
\| provider \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| status \| `eq`, `ne` \|
\| meetingId \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| playerType \| `eq`, `ne` \|
| event.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and sourceId ne 'sampleWebcastSystemId' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `After` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `Before` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `Limit` | *long* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `Token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `Filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|----------------\|------------------------------------------\|
\| id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| appointment.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| exhibitor.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| sourceId \| `eq`, `ne`, `is empty`, `is not empty` \|
\| solutionType \| `eq`, `ne` \|
\| provider \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| status \| `eq`, `ne` \|
\| meetingId \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| playerType \| `eq`, `ne` \|
| event.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and sourceId ne 'sampleWebcastSystemId' | \ No newline at end of file diff --git a/packages/csharp/docs/sdks/authentication/README.md b/packages/csharp/docs/sdks/authentication/README.md index bc9dfef85..9564e8955 100644 --- a/packages/csharp/docs/sdks/authentication/README.md +++ b/packages/csharp/docs/sdks/authentication/README.md @@ -66,7 +66,7 @@ var res = await sdk.Authentication.Oauth2AuthorizeAsync(req); ## Oauth2Token -Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer Quickstart](/docs/rest-api/tutorials/developer-quickstart) for an example request. +Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer Quickstart](https://developers.cvent.com/docs/rest-api/tutorials/developer-quickstart) for an example request. **Note:** The token endpoint returns refresh_token only when the grant_type is authorization_code. diff --git a/packages/csharp/docs/sdks/bulk/README.md b/packages/csharp/docs/sdks/bulk/README.md index f986294bf..48375d3ee 100644 --- a/packages/csharp/docs/sdks/bulk/README.md +++ b/packages/csharp/docs/sdks/bulk/README.md @@ -11,7 +11,7 @@ Consumers of the bulk API will do the following: * Use [get bulk job](#operation/getBulkJobById) to track status * Use [list bulk job results](#operation/listBulkJobResult) to get details of items uploaded -For more details, see the [Bulk Job User Guide](/docs/rest-api/guides/bulk-api-user-guide). +For more details, see the [Bulk Job User Guide](https://developers.cvent.com/docs/rest-api/guides/bulk-api-user-guide). **Note:** These bulk jobs have a TTL and will expire once they are complete or never ran. Bulk jobs will expire 1 week after creation, and this one week is refreshed when data is uploaded and the job is run. The Bulk Job diff --git a/packages/csharp/docs/sdks/housing/README.md b/packages/csharp/docs/sdks/housing/README.md index ff2cb3a23..aa79cf2a8 100644 --- a/packages/csharp/docs/sdks/housing/README.md +++ b/packages/csharp/docs/sdks/housing/README.md @@ -15,7 +15,7 @@ If you need authentication credentials or have any questions regarding the RegLi * **Housing Event.** An Passkey event where invitees will be able to register and book rooms. * **Reservation Request.** Represents a request to book rooms in the housing event. * **RegLink.** A feature that links Passkey events to your registration events, enabling you to sync data between the two events. -* **Callback.** [Passkey's callback system](/docs/passkey/REST/callbacks) allows for a push notification to be sent to your system when a reservation is created, modified or cancelled. +* **Callback.** [Passkey's callback system](https://developers.cvent.com/docs/passkey/REST/callbacks) allows for a push notification to be sent to your system when a reservation is created, modified or cancelled. ### Available Operations @@ -1119,7 +1119,7 @@ var res = await sdk.Housing.CreateReservationAsync(req); ## GetReservation -Get reservation details for the given reservation ID. Commonly used in response to [passkey callbacks](/docs/passkey/REST/callbacks). +Get reservation details for the given reservation ID. Commonly used in response to [passkey callbacks](https://developers.cvent.com/docs/passkey/REST/callbacks). ### Example Usage diff --git a/packages/csharp/docs/sdks/meetingrequest/README.md b/packages/csharp/docs/sdks/meetingrequest/README.md index 22acf9c6d..8d81ce26c 100644 --- a/packages/csharp/docs/sdks/meetingrequest/README.md +++ b/packages/csharp/docs/sdks/meetingrequest/README.md @@ -174,9 +174,9 @@ var res = await sdk.MeetingRequest.GetMRFByIdAsync(req); ## CreateMeetingRequest -Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. +Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for details. -**Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. +**Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. More about OAuth2 authorization code support for administrators <#oauth2-auth-code-planner-admin> @@ -241,9 +241,9 @@ var res = await sdk.MeetingRequest.CreateMeetingRequestAsync(req); ## UpdateMeetingRequest -Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. +Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for details. -**Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. +**Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. More about OAuth2 authorization code support for administrators <#oauth2-auth-code-planner-admin> diff --git a/packages/csharp/src/Cvent/SDK/Authentication.cs b/packages/csharp/src/Cvent/SDK/Authentication.cs index 958b2c9d9..49920ba18 100644 --- a/packages/csharp/src/Cvent/SDK/Authentication.cs +++ b/packages/csharp/src/Cvent/SDK/Authentication.cs @@ -51,7 +51,7 @@ public Task Oauth2AuthorizeAsync( /// Token. /// /// - /// Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the Developer Quickstart for an example request.
+ /// Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the Developer Quickstart for an example request.
///
/// **Note:** The token endpoint returns refresh_token only when the grant_type is authorization_code. ///
@@ -236,7 +236,7 @@ public async Task Oauth2AuthorizeAsync( /// Token. /// /// - /// Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the Developer Quickstart for an example request.
+ /// Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the Developer Quickstart for an example request.
///
/// **Note:** The token endpoint returns refresh_token only when the grant_type is authorization_code. ///
diff --git a/packages/csharp/src/Cvent/SDK/Bulk.cs b/packages/csharp/src/Cvent/SDK/Bulk.cs index 0dab672dd..8a6784b32 100644 --- a/packages/csharp/src/Cvent/SDK/Bulk.cs +++ b/packages/csharp/src/Cvent/SDK/Bulk.cs @@ -34,7 +34,7 @@ namespace Cvent.SDK /// * Use get bulk job to track status
/// * Use list bulk job results to get details of items uploaded
///
- /// For more details, see the Bulk Job User Guide.
+ /// For more details, see the Bulk Job User Guide.
///
/// **Note:** These bulk jobs have a TTL and will expire once they are complete or never ran. Bulk jobs will expire
/// 1 week after creation, and this one week is refreshed when data is uploaded and the job is run. The Bulk Job
@@ -181,7 +181,7 @@ public Task ListBulkJobResultAsync( /// * Use get bulk job to track status
/// * Use list bulk job results to get details of items uploaded
///
- /// For more details, see the Bulk Job User Guide.
+ /// For more details, see the Bulk Job User Guide.
///
/// **Note:** These bulk jobs have a TTL and will expire once they are complete or never ran. Bulk jobs will expire
/// 1 week after creation, and this one week is refreshed when data is uploaded and the job is run. The Bulk Job
diff --git a/packages/csharp/src/Cvent/SDK/Cvent.SDK.csproj b/packages/csharp/src/Cvent/SDK/Cvent.SDK.csproj index 1e6df09f3..55268bd27 100644 --- a/packages/csharp/src/Cvent/SDK/Cvent.SDK.csproj +++ b/packages/csharp/src/Cvent/SDK/Cvent.SDK.csproj @@ -3,7 +3,7 @@ true Cvent.SDK - 1.5.0 + 1.5.1 net8.0 Cvent Copyright (c) Cvent 2026 diff --git a/packages/csharp/src/Cvent/SDK/CventSDK.cs b/packages/csharp/src/Cvent/SDK/CventSDK.cs index 63cfcca90..2f36b96a3 100644 --- a/packages/csharp/src/Cvent/SDK/CventSDK.cs +++ b/packages/csharp/src/Cvent/SDK/CventSDK.cs @@ -120,7 +120,7 @@ public interface ICventSDK /// * Use get bulk job to track status
/// * Use list bulk job results to get details of items uploaded
///
- /// For more details, see the Bulk Job User Guide.
+ /// For more details, see the Bulk Job User Guide.
///
/// **Note:** These bulk jobs have a TTL and will expire once they are complete or never ran. Bulk jobs will expire
/// 1 week after creation, and this one week is refreshed when data is uploaded and the job is run. The Bulk Job
@@ -157,7 +157,7 @@ public interface ICventSDK /// * **Housing Event.** An Passkey event where invitees will be able to register and book rooms.
/// * **Reservation Request.** Represents a request to book rooms in the housing event.
/// * **RegLink.** A feature that links Passkey events to your registration events, enabling you to sync data between the two events.
- /// * **Callback.** Passkey's callback system allows for a push notification to be sent to your system when a reservation is created, modified or cancelled. + /// * **Callback.** Passkey's callback system allows for a push notification to be sent to your system when a reservation is created, modified or cancelled. /// public IHousing Housing { get; } diff --git a/packages/csharp/src/Cvent/SDK/Housing.cs b/packages/csharp/src/Cvent/SDK/Housing.cs index 7e8e2c758..a23655ab1 100644 --- a/packages/csharp/src/Cvent/SDK/Housing.cs +++ b/packages/csharp/src/Cvent/SDK/Housing.cs @@ -36,7 +36,7 @@ namespace Cvent.SDK /// * **Housing Event.** An Passkey event where invitees will be able to register and book rooms.
/// * **Reservation Request.** Represents a request to book rooms in the housing event.
/// * **RegLink.** A feature that links Passkey events to your registration events, enabling you to sync data between the two events.
- /// * **Callback.** Passkey's callback system allows for a push notification to be sent to your system when a reservation is created, modified or cancelled. + /// * **Callback.** Passkey's callback system allows for a push notification to be sent to your system when a reservation is created, modified or cancelled. /// public interface IHousing { @@ -387,7 +387,7 @@ public Task CreateReservationAsync( /// Get Reservation. /// /// - /// Get reservation details for the given reservation ID. Commonly used in response to passkey callbacks. + /// Get reservation details for the given reservation ID. Commonly used in response to passkey callbacks. /// /// A parameter. /// The retry configuration to use for this operation. @@ -455,7 +455,7 @@ public Task UpdateReservationSyncAsync( /// * **Housing Event.** An Passkey event where invitees will be able to register and book rooms.
/// * **Reservation Request.** Represents a request to book rooms in the housing event.
/// * **RegLink.** A feature that links Passkey events to your registration events, enabling you to sync data between the two events.
- /// * **Callback.** Passkey's callback system allows for a push notification to be sent to your system when a reservation is created, modified or cancelled. + /// * **Callback.** Passkey's callback system allows for a push notification to be sent to your system when a reservation is created, modified or cancelled. /// public class Housing : IHousing { @@ -3466,7 +3466,7 @@ public async Task CreateReservationAsync( /// Get Reservation. /// /// - /// Get reservation details for the given reservation ID. Commonly used in response to passkey callbacks. + /// Get reservation details for the given reservation ID. Commonly used in response to passkey callbacks. /// /// A parameter. /// The retry configuration to use for this operation. diff --git a/packages/csharp/src/Cvent/SDK/MeetingRequest.cs b/packages/csharp/src/Cvent/SDK/MeetingRequest.cs index 0d679707f..caa2706e6 100644 --- a/packages/csharp/src/Cvent/SDK/MeetingRequest.cs +++ b/packages/csharp/src/Cvent/SDK/MeetingRequest.cs @@ -88,9 +88,9 @@ public Task GetMeetingRequestByEventIdAsync( /// More about OAuth2 authorization code support for administrators /// /// - /// Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the Complex Questions Guide for details.
+ /// Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the Complex Questions Guide for details.
///
- /// **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the Get MR endpoint. + /// **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the Get MR endpoint. ///
/// A parameter. /// The retry configuration to use for this operation. @@ -110,9 +110,9 @@ public Task CreateMeetingRequestAsync( /// More about OAuth2 authorization code support for administrators /// /// - /// Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the Complex Questions Guide for details.
+ /// Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the Complex Questions Guide for details.
///
- /// **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the Get MR endpoint. + /// **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the Get MR endpoint. ///
/// A parameter. /// The retry configuration to use for this operation. @@ -753,9 +753,9 @@ public async Task GetMRFByIdAsync( /// More about OAuth2 authorization code support for administrators /// /// - /// Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the Complex Questions Guide for details.
+ /// Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the Complex Questions Guide for details.
///
- /// **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the Get MR endpoint. + /// **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the Get MR endpoint. ///
/// A parameter. /// The retry configuration to use for this operation. @@ -928,9 +928,9 @@ public async Task CreateMeetingRequestAsync( /// More about OAuth2 authorization code support for administrators /// /// - /// Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the Complex Questions Guide for details.
+ /// Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the Complex Questions Guide for details.
///
- /// **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the Get MR endpoint. + /// **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the Get MR endpoint. ///
/// A parameter. /// The retry configuration to use for this operation. diff --git a/packages/csharp/src/Cvent/SDK/Models/Components/AttendeeContactInfo.cs b/packages/csharp/src/Cvent/SDK/Models/Components/AttendeeContactInfo.cs index 06c0c4df6..34898c88b 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Components/AttendeeContactInfo.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Components/AttendeeContactInfo.cs @@ -21,28 +21,28 @@ namespace Cvent.SDK.Models.Components public class AttendeeContactInfo { /// - /// The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. Please use the Get Contact or List Contact endpoints for contact audit details. + /// The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. Please use the Get Contact or List Contact endpoints for contact audit details. /// [Obsolete("This field will be removed in a future release, please migrate away from it as soon as possible")] [JsonProperty("created")] public DateTime? Created { get; set; } /// - /// The identifier of the user that created this attendee record. Note: This field is deprecated. Please use the Get Contact or List Contact endpoints for contact audit details. + /// The identifier of the user that created this attendee record. Note: This field is deprecated. Please use the Get Contact or List Contact endpoints for contact audit details. /// [Obsolete("This field will be removed in a future release, please migrate away from it as soon as possible")] [JsonProperty("createdBy")] public string? CreatedBy { get; set; } /// - /// The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. Please use the Get Contact or List Contact endpoints for contact audit details. + /// The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. Please use the Get Contact or List Contact endpoints for contact audit details. /// [Obsolete("This field will be removed in a future release, please migrate away from it as soon as possible")] [JsonProperty("lastModified")] public DateTime? LastModified { get; set; } /// - /// The identifier of the user that last updated this attendee record. Note: This field is deprecated. Please use the Get Contact or List Contact endpoints for contact audit details. + /// The identifier of the user that last updated this attendee record. Note: This field is deprecated. Please use the Get Contact or List Contact endpoints for contact audit details. /// [Obsolete("This field will be removed in a future release, please migrate away from it as soon as possible")] [JsonProperty("lastModifiedBy")] diff --git a/packages/csharp/src/Cvent/SDK/Models/Components/Event1.cs b/packages/csharp/src/Cvent/SDK/Models/Components/Event1.cs index e4f072670..a2823e40b 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Components/Event1.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Components/Event1.cs @@ -88,7 +88,7 @@ public class Event1 public DateTime? LaunchAfter { get; set; } /// - /// List of supported timezones. + /// List of supported timezones. /// [JsonProperty("timezone")] public string Timezone { get; set; } = default!; diff --git a/packages/csharp/src/Cvent/SDK/Models/Components/EventInput.cs b/packages/csharp/src/Cvent/SDK/Models/Components/EventInput.cs index 67187bde9..a3c78c81c 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Components/EventInput.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Components/EventInput.cs @@ -51,7 +51,7 @@ public class EventInput public DateTime? End { get; set; } /// - /// List of supported timezones. + /// List of supported timezones. /// [JsonProperty("timezone")] public string Timezone { get; set; } = default!; diff --git a/packages/csharp/src/Cvent/SDK/Models/Components/EventUpdate.cs b/packages/csharp/src/Cvent/SDK/Models/Components/EventUpdate.cs index e569183f1..ae15f67f7 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Components/EventUpdate.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Components/EventUpdate.cs @@ -88,7 +88,7 @@ public class EventUpdate public DateTime? LaunchAfter { get; set; } /// - /// List of supported timezones. + /// List of supported timezones. /// [JsonProperty("timezone")] public string Timezone { get; set; } = default!; diff --git a/packages/csharp/src/Cvent/SDK/Models/Components/EventUpdateInput.cs b/packages/csharp/src/Cvent/SDK/Models/Components/EventUpdateInput.cs index 856c95fe2..1c5632366 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Components/EventUpdateInput.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Components/EventUpdateInput.cs @@ -63,7 +63,7 @@ public class EventUpdateInput public DateTime? ArchiveAfter { get; set; } /// - /// List of supported timezones. + /// List of supported timezones. /// [JsonProperty("timezone")] public string Timezone { get; set; } = default!; diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetAccountBudgetItemsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetAccountBudgetItemsRequest.cs index e39b2441f..dc8fae51a 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetAccountBudgetItemsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetAccountBudgetItemsRequest.cs @@ -42,7 +42,7 @@ public class GetAccountBudgetItemsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetAccountVendorsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetAccountVendorsRequest.cs index 82d389a2f..4e236b52e 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetAccountVendorsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetAccountVendorsRequest.cs @@ -42,7 +42,7 @@ public class GetAccountVendorsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetAirActualDetailRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetAirActualDetailRequest.cs index e585c94aa..38104244e 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetAirActualDetailRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetAirActualDetailRequest.cs @@ -69,7 +69,7 @@ public class GetAirActualDetailRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetAirRequestsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetAirRequestsRequest.cs index 87ed51a17..2bd980a87 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetAirRequestsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetAirRequestsRequest.cs @@ -60,7 +60,7 @@ public class GetAirRequestsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetAllEventSurveyResponsesRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetAllEventSurveyResponsesRequest.cs index 95eb5c584..39639ee2f 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetAllEventSurveyResponsesRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetAllEventSurveyResponsesRequest.cs @@ -42,7 +42,7 @@ public class GetAllEventSurveyResponsesRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetAlternateTravelAnswersRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetAlternateTravelAnswersRequest.cs index aa9b595cc..f254dcc26 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetAlternateTravelAnswersRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetAlternateTravelAnswersRequest.cs @@ -42,7 +42,7 @@ public class GetAlternateTravelAnswersRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetBudgetAllocationsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetBudgetAllocationsRequest.cs index 0603992d9..27bebc07b 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetBudgetAllocationsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetBudgetAllocationsRequest.cs @@ -42,7 +42,7 @@ public class GetBudgetAllocationsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetBudgetItemsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetBudgetItemsRequest.cs index 950f1d426..f59fa2f64 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetBudgetItemsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetBudgetItemsRequest.cs @@ -48,7 +48,7 @@ public class GetBudgetItemsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetCardTransactionsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetCardTransactionsRequest.cs index 351b0053f..d15975e99 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetCardTransactionsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetCardTransactionsRequest.cs @@ -42,7 +42,7 @@ public class GetCardTransactionsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetCardsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetCardsRequest.cs index 37e994863..deaf39d30 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetCardsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetCardsRequest.cs @@ -29,7 +29,7 @@ public class GetCardsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetCurrencyConversionRateRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetCurrencyConversionRateRequest.cs index c8d0b9067..7e306feb7 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetCurrencyConversionRateRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetCurrencyConversionRateRequest.cs @@ -48,7 +48,7 @@ public class GetCurrencyConversionRateRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventBudgetTotalsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventBudgetTotalsRequest.cs index c112ac404..a20e4e853 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventBudgetTotalsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventBudgetTotalsRequest.cs @@ -48,7 +48,7 @@ public class GetEventBudgetTotalsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventFeaturesRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventFeaturesRequest.cs index 6904ac94c..02c7b6d28 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventFeaturesRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventFeaturesRequest.cs @@ -35,7 +35,7 @@ public class GetEventFeaturesRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventSurveyRespondentsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventSurveyRespondentsRequest.cs index c4d247005..6d9ef086e 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventSurveyRespondentsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventSurveyRespondentsRequest.cs @@ -54,7 +54,7 @@ public class GetEventSurveyRespondentsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventSurveyResponsesRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventSurveyResponsesRequest.cs index ca7dbd63d..aab038559 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventSurveyResponsesRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventSurveyResponsesRequest.cs @@ -42,7 +42,7 @@ public class GetEventSurveyResponsesRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventSurveysRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventSurveysRequest.cs index cdfbcb4bc..a5f5d9e91 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventSurveysRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetEventSurveysRequest.cs @@ -42,7 +42,7 @@ public class GetEventSurveysRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetHotelRequestsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetHotelRequestsRequest.cs index a0d252ea1..a7d88584e 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetHotelRequestsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetHotelRequestsRequest.cs @@ -69,7 +69,7 @@ public class GetHotelRequestsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetHousingReservationRequestsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetHousingReservationRequestsRequest.cs index 4a7f20dc5..59a1ca5c8 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetHousingReservationRequestsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetHousingReservationRequestsRequest.cs @@ -42,7 +42,7 @@ public class GetHousingReservationRequestsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetHubMembersRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetHubMembersRequest.cs index 009c1b31f..047b5bd9a 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetHubMembersRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetHubMembersRequest.cs @@ -35,7 +35,7 @@ public class GetHubMembersRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetLargeChoicesRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetLargeChoicesRequest.cs index c47325f04..11fc50f8b 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetLargeChoicesRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetLargeChoicesRequest.cs @@ -29,7 +29,7 @@ public class GetLargeChoicesRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetOrderItemsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetOrderItemsRequest.cs index 28fec2c71..98d9d1dc2 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetOrderItemsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetOrderItemsRequest.cs @@ -48,7 +48,7 @@ public class GetOrderItemsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetOrdersRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetOrdersRequest.cs index 8b4e64672..6eb200286 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetOrdersRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetOrdersRequest.cs @@ -48,7 +48,7 @@ public class GetOrdersRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetPaymentsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetPaymentsRequest.cs index 6c101857d..e9aa53cc9 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetPaymentsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetPaymentsRequest.cs @@ -48,7 +48,7 @@ public class GetPaymentsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetQuestionsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetQuestionsRequest.cs index 305d78c16..bff6535d5 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetQuestionsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetQuestionsRequest.cs @@ -42,7 +42,7 @@ public class GetQuestionsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetRespondentsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetRespondentsRequest.cs index 6e8330c1a..4d3e9b433 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetRespondentsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetRespondentsRequest.cs @@ -42,7 +42,7 @@ public class GetRespondentsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetResponsesRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetResponsesRequest.cs index 727d294f7..f1d71159d 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetResponsesRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetResponsesRequest.cs @@ -42,7 +42,7 @@ public class GetResponsesRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetStandardSurveyRespondentsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetStandardSurveyRespondentsRequest.cs index 95f78cb91..ee2cecf29 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetStandardSurveyRespondentsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetStandardSurveyRespondentsRequest.cs @@ -48,7 +48,7 @@ public class GetStandardSurveyRespondentsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetStandardSurveyResponsesRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetStandardSurveyResponsesRequest.cs index e9565ee52..966cb7380 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetStandardSurveyResponsesRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetStandardSurveyResponsesRequest.cs @@ -42,7 +42,7 @@ public class GetStandardSurveyResponsesRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetStandardSurveysRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetStandardSurveysRequest.cs index 748610eb5..c51d16b41 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetStandardSurveysRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetStandardSurveysRequest.cs @@ -42,7 +42,7 @@ public class GetStandardSurveysRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetSurveyRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetSurveyRequest.cs index 2422a1263..c92737465 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetSurveyRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetSurveyRequest.cs @@ -42,7 +42,7 @@ public class GetSurveyRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetTransactionItemsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetTransactionItemsRequest.cs index 2bd102832..782757d55 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetTransactionItemsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetTransactionItemsRequest.cs @@ -48,7 +48,7 @@ public class GetTransactionItemsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetTransactionsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetTransactionsRequest.cs index 6ea4d28fc..dc01b0f72 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetTransactionsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetTransactionsRequest.cs @@ -48,7 +48,7 @@ public class GetTransactionsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/GetVideoViewsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/GetVideoViewsRequest.cs index 4d35ba0ec..2769c5b36 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/GetVideoViewsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/GetVideoViewsRequest.cs @@ -42,7 +42,7 @@ public class GetVideoViewsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListAssociatedAudienceSegmentsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListAssociatedAudienceSegmentsRequest.cs index b71fbf90c..b37eff58a 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListAssociatedAudienceSegmentsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListAssociatedAudienceSegmentsRequest.cs @@ -36,7 +36,7 @@ public class ListAssociatedAudienceSegmentsRequest /// /// Use the filter property in the request body to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeeActivitiesRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeeActivitiesRequest.cs index d1011fd5f..e00655b42 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeeActivitiesRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeeActivitiesRequest.cs @@ -42,7 +42,7 @@ public class ListAttendeeActivitiesRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeeAudienceSegmentsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeeAudienceSegmentsRequest.cs index e5bd75242..922f69540 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeeAudienceSegmentsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeeAudienceSegmentsRequest.cs @@ -35,7 +35,7 @@ public class ListAttendeeAudienceSegmentsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeeLinksRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeeLinksRequest.cs index 9a6a764dd..ab9cca826 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeeLinksRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeeLinksRequest.cs @@ -42,7 +42,7 @@ public class ListAttendeeLinksRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeesRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeesRequest.cs index c7725439e..32682e33c 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeesRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListAttendeesRequest.cs @@ -90,7 +90,7 @@ public class ListAttendeesRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListAudienceSegmentsPostFilterRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListAudienceSegmentsPostFilterRequest.cs index c58244d17..e27c2a0c3 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListAudienceSegmentsPostFilterRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListAudienceSegmentsPostFilterRequest.cs @@ -60,7 +60,7 @@ public class ListAudienceSegmentsPostFilterRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListAudienceSegmentsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListAudienceSegmentsRequest.cs index 0d36eb3a5..fd2bb2805 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListAudienceSegmentsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListAudienceSegmentsRequest.cs @@ -47,7 +47,7 @@ public class ListAudienceSegmentsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListContactGroupsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListContactGroupsRequest.cs index 7e18471b8..ba0ae9518 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListContactGroupsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListContactGroupsRequest.cs @@ -42,7 +42,7 @@ public class ListContactGroupsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListContactTypesRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListContactTypesRequest.cs index 2fa72a938..fbe567166 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListContactTypesRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListContactTypesRequest.cs @@ -29,7 +29,7 @@ public class ListContactTypesRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListContactsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListContactsRequest.cs index 127bc803e..3f9b62944 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListContactsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListContactsRequest.cs @@ -42,7 +42,7 @@ public class ListContactsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListDiscountedAgendaItemsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListDiscountedAgendaItemsRequest.cs index 16e29761a..7588a2c9c 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListDiscountedAgendaItemsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListDiscountedAgendaItemsRequest.cs @@ -35,7 +35,7 @@ public class ListDiscountedAgendaItemsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListDonationItemsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListDonationItemsRequest.cs index 88eab1df2..843153f0f 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListDonationItemsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListDonationItemsRequest.cs @@ -35,7 +35,7 @@ public class ListDonationItemsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListDurationsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListDurationsRequest.cs index d44b7ca27..d54ca101c 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListDurationsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListDurationsRequest.cs @@ -62,7 +62,7 @@ public class ListDurationsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListEventDiscountsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListEventDiscountsRequest.cs index f02e4e9f5..6b903f5a1 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListEventDiscountsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListEventDiscountsRequest.cs @@ -56,7 +56,7 @@ public class ListEventDiscountsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListEventVouchersRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListEventVouchersRequest.cs index f30240aa3..1f1db8729 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListEventVouchersRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListEventVouchersRequest.cs @@ -63,7 +63,7 @@ public class ListEventVouchersRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListExternalAttendeeActivitiesMetadataRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListExternalAttendeeActivitiesMetadataRequest.cs index cc7ccefa6..fe4f0aa07 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListExternalAttendeeActivitiesMetadataRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListExternalAttendeeActivitiesMetadataRequest.cs @@ -42,7 +42,7 @@ public class ListExternalAttendeeActivitiesMetadataRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListFeeItemsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListFeeItemsRequest.cs index 146d2f1f7..89cccb3f9 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListFeeItemsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListFeeItemsRequest.cs @@ -35,7 +35,7 @@ public class ListFeeItemsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListHubsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListHubsRequest.cs index c4db5688c..982f20197 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListHubsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListHubsRequest.cs @@ -29,7 +29,7 @@ public class ListHubsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListMembershipItemsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListMembershipItemsRequest.cs index 57ae47c3e..a94b179a5 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListMembershipItemsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListMembershipItemsRequest.cs @@ -35,7 +35,7 @@ public class ListMembershipItemsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListPlayersRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListPlayersRequest.cs index 634bf91e1..372caba8e 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListPlayersRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListPlayersRequest.cs @@ -42,7 +42,7 @@ public class ListPlayersRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListProgramItemsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListProgramItemsRequest.cs index a60575a36..1c8483695 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListProgramItemsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListProgramItemsRequest.cs @@ -29,7 +29,7 @@ public class ListProgramItemsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListQuantityItemsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListQuantityItemsRequest.cs index 2319b2fa9..462effeca 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListQuantityItemsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListQuantityItemsRequest.cs @@ -35,7 +35,7 @@ public class ListQuantityItemsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListSegmentAssociatedAttendeesRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListSegmentAssociatedAttendeesRequest.cs index 92bea894a..c8468a21f 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListSegmentAssociatedAttendeesRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListSegmentAssociatedAttendeesRequest.cs @@ -48,7 +48,7 @@ public class ListSegmentAssociatedAttendeesRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListSessionDocsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListSessionDocsRequest.cs index 3686e2934..7e3ccb5d2 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListSessionDocsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListSessionDocsRequest.cs @@ -35,7 +35,7 @@ public class ListSessionDocsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListSessionsCategoriesRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListSessionsCategoriesRequest.cs index 8277c9a41..027d7f8bc 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListSessionsCategoriesRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListSessionsCategoriesRequest.cs @@ -43,7 +43,7 @@ public class ListSessionsCategoriesRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListSessionsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListSessionsRequest.cs index 30733577d..1951d2d97 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListSessionsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListSessionsRequest.cs @@ -69,7 +69,7 @@ public class ListSessionsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListTaxesRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListTaxesRequest.cs index c90e066ec..e7fd10f25 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListTaxesRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListTaxesRequest.cs @@ -35,7 +35,7 @@ public class ListTaxesRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListVideosRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListVideosRequest.cs index dfd0a6fd3..f01034dd9 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListVideosRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListVideosRequest.cs @@ -42,7 +42,7 @@ public class ListVideosRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListWebcastAttendeeLinksRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListWebcastAttendeeLinksRequest.cs index d3f1c98c4..45e3cc45b 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListWebcastAttendeeLinksRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListWebcastAttendeeLinksRequest.cs @@ -48,7 +48,7 @@ public class ListWebcastAttendeeLinksRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/Models/Requests/ListWebcastsRequest.cs b/packages/csharp/src/Cvent/SDK/Models/Requests/ListWebcastsRequest.cs index 83d3a814e..fb88b19c1 100644 --- a/packages/csharp/src/Cvent/SDK/Models/Requests/ListWebcastsRequest.cs +++ b/packages/csharp/src/Cvent/SDK/Models/Requests/ListWebcastsRequest.cs @@ -42,7 +42,7 @@ public class ListWebcastsRequest /// /// Use filter query parameters to limit results
/// to data that matches your criteria. See
- /// Filters for details.
+ /// Filters for details.
///
/// Supported fields and operators are listed below:
///
diff --git a/packages/csharp/src/Cvent/SDK/SDKConfig.cs b/packages/csharp/src/Cvent/SDK/SDKConfig.cs index f786d2b4d..4a646ab4d 100644 --- a/packages/csharp/src/Cvent/SDK/SDKConfig.cs +++ b/packages/csharp/src/Cvent/SDK/SDKConfig.cs @@ -46,7 +46,7 @@ public SDKConfig(ICventSDKHttpClient? client = null) Client = client ?? new CventSDKHttpClient(); ServerUrl = ""; ServerIndex = 0; - UserAgent = "speakeasy-sdk/csharp 1.5.0 2.859.2 ea Cvent.SDK"; + UserAgent = "speakeasy-sdk/csharp 1.5.1 2.859.2 ea Cvent.SDK"; SecuritySource = null; Hooks = new SDKHooks(); RetryConfig = null; diff --git a/packages/csharp/src/Cvent/SDK/Utils/Constants.cs b/packages/csharp/src/Cvent/SDK/Utils/Constants.cs index 00f67fc78..b60155ccb 100644 --- a/packages/csharp/src/Cvent/SDK/Utils/Constants.cs +++ b/packages/csharp/src/Cvent/SDK/Utils/Constants.cs @@ -22,7 +22,7 @@ public static class Constants /// /// The version of the SDK. /// - public const string SdkVersion = "1.5.0"; + public const string SdkVersion = "1.5.1"; /// /// The version of the SDK generator used to create this SDK. diff --git a/packages/java/.speakeasy/gen.lock b/packages/java/.speakeasy/gen.lock index 458077d22..f40adc3a5 100644 --- a/packages/java/.speakeasy/gen.lock +++ b/packages/java/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: 795b0bc6-b124-44d6-a714-d4fdbc56212b management: - docChecksum: 366f3963ef9a456f6e28208f71114563 + docChecksum: 8bccf1f5577de0d50c061573c9b1f18c docVersion: ea speakeasyVersion: 1.752.0 generationVersion: 2.859.2 - releaseVersion: 1.5.0 - configChecksum: fd9e1826243ea7eb4392aeda17bead0f + releaseVersion: 1.5.1 + configChecksum: c38892c4f315d488534ec8bc5e5bd521 published: true persistentEdits: generation_id: 6ad3309a-d2a1-4e74-a3ae-065e16d1999e @@ -583,7 +583,7 @@ trackedFiles: docs/models/components/AttendeeAudienceSegmentAssociationsPaginatedResponse.md: last_write_checksum: sha1:27c604d76a8e4cb41b675bbb4cecb6fcd08fa5c7 docs/models/components/AttendeeContactInfo.md: - last_write_checksum: sha1:9664d69135d1eebc164edeeab68a1386862f42a8 + last_write_checksum: sha1:d5d839eb9f3bcc9c9c2e3e9cd1c4981a200a9b7b docs/models/components/AttendeeContactMembership.md: last_write_checksum: sha1:64d162abbb51639fdb7733e9d599650d8f914e01 docs/models/components/AttendeeContactType.md: @@ -1895,7 +1895,7 @@ trackedFiles: last_write_checksum: sha1:5851835e3497f510087bdda92324a12a002386ae pristine_git_object: 9ce8bdfcda156eeba556af2f95b02f66a9b9ceab docs/models/components/Event1.md: - last_write_checksum: sha1:bf3ac7bb7556acc4cc31a93fc17abcee4c274bbb + last_write_checksum: sha1:4ab8f455b4bb966fa9f85890ba94e1407c8aa5d4 docs/models/components/Event12.md: last_write_checksum: sha1:0d4983a839310cb94bebdc9d91ff39be9e146fff docs/models/components/Event2.md: @@ -2034,7 +2034,7 @@ trackedFiles: last_write_checksum: sha1:37bbc81545cf122f335d7e4ff261af37fe7eab06 docs/models/components/EventInput.md: id: "505336032273" - last_write_checksum: sha1:84e9eb1962a9520635630e9dbc0bc5955c8ef657 + last_write_checksum: sha1:fc80842ac3d7a330c470e84e3595b6385cf443dc pristine_git_object: 891135a275f663a7d9393bc570d594391eb9ca44 docs/models/components/EventJson.md: last_write_checksum: sha1:2e5284b7240a425f5855c96fb4bd920596895b47 @@ -2218,11 +2218,11 @@ trackedFiles: last_write_checksum: sha1:65ba76c09081719b4125560245d86d6706033727 docs/models/components/EventUpdate.md: id: 67528f16165b - last_write_checksum: sha1:a8bccfdd6744c6d93cd8e0da1b78e27bba4347f6 + last_write_checksum: sha1:45783809c785d602ee9ad88ed4153fb480a394ce pristine_git_object: 7ae33e0cd6721a2e25170dc004195ea8cdc45395 docs/models/components/EventUpdateInput.md: id: 5947df2c1cea - last_write_checksum: sha1:fdc86debcbdf0f8e0eab43dafcecf53741c2bea3 + last_write_checksum: sha1:5978dc852c1d26ecef22f4872c9d294c2b4eff9e pristine_git_object: ffc5014312b975c79e71c51e7442d2b81af92161 docs/models/components/EventUpdateLookup.md: id: 083575f546bb @@ -6012,7 +6012,7 @@ trackedFiles: pristine_git_object: fe73aa7a60e429097a75d48d3bd7134a1365cf9b docs/models/operations/GetAccountBudgetItemsRequest.md: id: c09b80db67f8 - last_write_checksum: sha1:abcbe9b040a06980bab8e9a5af38cc1c399d1595 + last_write_checksum: sha1:4e5280534db3c55cfe81675ce86dff53c01d201c pristine_git_object: 69045966cdbd01c78b2960ce162944cece60b35c docs/models/operations/GetAccountBudgetItemsResponse.md: id: 0c38d2ac6ed3 @@ -6035,12 +6035,12 @@ trackedFiles: last_write_checksum: sha1:4b29ff1662bc76f73649ead758342a246afd5cd2 pristine_git_object: 63a06080a790915e7e1500e7903db1bad01ae0b6 docs/models/operations/GetAccountVendorsRequest.md: - last_write_checksum: sha1:d01d376363a770a46b89430e3f5f4794b98b1f68 + last_write_checksum: sha1:f5c61ceb4bff4d7e7dacef82f81786dab726a328 docs/models/operations/GetAccountVendorsResponse.md: last_write_checksum: sha1:776e428bda02501d9a91a7df68b5906122efc465 docs/models/operations/GetAirActualDetailRequest.md: id: b46d405156ff - last_write_checksum: sha1:e8d20ff6c1042fc42de5cbfc6c798c170ae2a22b + last_write_checksum: sha1:8133e839c76284f4a1585314cc5626499ced9523 pristine_git_object: e9a62f37b6ee6632357eb35a5270047f878842a6 docs/models/operations/GetAirActualDetailResponse.md: id: a440403b9697 @@ -6048,7 +6048,7 @@ trackedFiles: pristine_git_object: 970c47cb1de97a0595745e9e4af02e0ca60ac486 docs/models/operations/GetAirRequestsRequest.md: id: c88249ec3880 - last_write_checksum: sha1:c48edf054cece0bc25f1c85fd7292fb1f0c071f5 + last_write_checksum: sha1:f9b241162b4ae49b1905f1f5300e72f65edc838d pristine_git_object: 4dd2334dc9f0777229f55cf4dda05229ad385376 docs/models/operations/GetAirRequestsResponse.md: id: dbb174f2c6da @@ -6056,14 +6056,14 @@ trackedFiles: pristine_git_object: 82c1491d037d39dc95d5bfa4c062f8ef1eefff01 docs/models/operations/GetAllEventSurveyResponsesRequest.md: id: cf17ecf49452 - last_write_checksum: sha1:565de253c970b510267b12b5ae0c499a393622b7 + last_write_checksum: sha1:20bc4039d1194a9122eed1b16b7c8580bac02fd0 pristine_git_object: 5a7debdf040cb9c3109846f57ce567e4778ccd30 docs/models/operations/GetAllEventSurveyResponsesResponse.md: id: d81eaa61239b last_write_checksum: sha1:7bee8aa4e232a9c6e93e4efbe402df741e97b005 pristine_git_object: f9edc9c6d523f1c7e776b0f58f62349b8e391c07 docs/models/operations/GetAlternateTravelAnswersRequest.md: - last_write_checksum: sha1:207cd4beccfe936e459184f57a744ce3d84b0353 + last_write_checksum: sha1:37ec3c90eca0e98ab9bc7e5642a4fe0d8f459939 docs/models/operations/GetAlternateTravelAnswersResponse.md: last_write_checksum: sha1:3fb5dbdb9200c8e1c1cb5baba6511ea0724b6d80 docs/models/operations/GetAppointmentAttendeeByIdRequest.md: @@ -6196,7 +6196,7 @@ trackedFiles: pristine_git_object: 028b03dcff6f88111678f3c24916ecc4775f79f2 docs/models/operations/GetBudgetAllocationsRequest.md: id: 7d7eed77f6a4 - last_write_checksum: sha1:817b040aaef64a0b5a645589f1ca0323e8bc2a1e + last_write_checksum: sha1:4301967906607c13d58cf3654e012fcaaf6ea333 pristine_git_object: 79988422248e3717944c8138778b1ec8697c1172 docs/models/operations/GetBudgetAllocationsResponse.md: id: 0b84ec5ea114 @@ -6204,7 +6204,7 @@ trackedFiles: pristine_git_object: b8ee79490fd42f1e51931b5aa868d8a7e1f573bd docs/models/operations/GetBudgetItemsRequest.md: id: 88ba84c690f3 - last_write_checksum: sha1:fc391396ebed69b860def8b2f43a5be27b6a5ae1 + last_write_checksum: sha1:a27324ddf60666c99fb3fe03d9c561adee0ea679 pristine_git_object: 52a2e403b3adb758dbf453df239e29a6556e6acf docs/models/operations/GetBudgetItemsResponse.md: id: 7e9e381a6579 @@ -6228,7 +6228,7 @@ trackedFiles: pristine_git_object: de8daf1654a6a9473682eb1b2b6701ea7c4c577f docs/models/operations/GetCardTransactionsRequest.md: id: 8cac48addd1a - last_write_checksum: sha1:5b837b1c766abe35f7b63ff6266013ad7a18044a + last_write_checksum: sha1:6c344ca35a1c5ba607e9624f31127c17f9f1d255 pristine_git_object: 60d7357a308f9ce4356d2d79c8ad5cb9f12d64b3 docs/models/operations/GetCardTransactionsResponse.md: id: f1e107d318f3 @@ -6236,7 +6236,7 @@ trackedFiles: pristine_git_object: ca2d1bf82d0e2f4b1a3478850d008ff90605704b docs/models/operations/GetCardsRequest.md: id: 2460704d1b34 - last_write_checksum: sha1:8532460fa90b21d14397cb72ca2945b1e1668316 + last_write_checksum: sha1:38365d1e0ff4e698cadebda65949d577e1d6ee0a pristine_git_object: eed3cbef5474c8da7732a9ca6e41414ec4ad8acf docs/models/operations/GetCardsResponse.md: id: 1dcb5a256cef @@ -6312,7 +6312,7 @@ trackedFiles: pristine_git_object: 44a80ba0c14b39ea25d15e811235439ec99e2f92 docs/models/operations/GetCurrencyConversionRateRequest.md: id: baf035114480 - last_write_checksum: sha1:98d3821b1b753e26265396b1a8bc81fa05c4ae59 + last_write_checksum: sha1:787bc0ee12b174b7cf5498e9bf079c2f73160586 pristine_git_object: 2874ac5987ff42a14a2d48473d9f559a908ac250 docs/models/operations/GetCurrencyConversionRateResponse.md: id: 35926a480528 @@ -6384,7 +6384,7 @@ trackedFiles: pristine_git_object: bdccfa8df6d8f02073f1054c1a04c2ba60e925e1 docs/models/operations/GetEventBudgetTotalsRequest.md: id: ff92b56a74e0 - last_write_checksum: sha1:0fcab2ba268e54533b51e5e60e89ee442268fc9b + last_write_checksum: sha1:9aab6ae9988f9174eada26b2873544fb934dc755 pristine_git_object: d6ee1164388ff583a1274152d1c2a96a95839e54 docs/models/operations/GetEventBudgetTotalsResponse.md: id: 856d87617836 @@ -6416,7 +6416,7 @@ trackedFiles: pristine_git_object: 478f33514832385d4dcc05d1a6d0c2504800597a docs/models/operations/GetEventFeaturesRequest.md: id: 100a01d83846 - last_write_checksum: sha1:912bd800cb449630c7772d7013758088cd5758cc + last_write_checksum: sha1:bec3ce0861278e55736d428852700df7a78b5d4c pristine_git_object: fdef497692a715f65e03f39f66d389d17f59c745 docs/models/operations/GetEventFeaturesResponse.md: id: 5d4f684cd2c8 @@ -6444,7 +6444,7 @@ trackedFiles: pristine_git_object: 42cdff2768e0b61dc11c367dfd11293bd20040a4 docs/models/operations/GetEventSurveyRespondentsRequest.md: id: 52e37df303d8 - last_write_checksum: sha1:a0cf87cb1033a571a4725ac6211657dd8f323619 + last_write_checksum: sha1:9c409d0cbc8ddf30bb585e924451ab0f1ac89007 pristine_git_object: e0777917ef4f9258e7c86feb438bfe4456140def docs/models/operations/GetEventSurveyRespondentsResponse.md: id: 7f7273b40375 @@ -6452,7 +6452,7 @@ trackedFiles: pristine_git_object: 162a189ccfad6b9ddf89787c0a67c1c9046b926e docs/models/operations/GetEventSurveyResponsesRequest.md: id: 49043bc950cc - last_write_checksum: sha1:18a63c880ebe20c55ec30471108fed147c93dd6f + last_write_checksum: sha1:1a7a9d9cf4f1589d76300157db68a572ad17ebe1 pristine_git_object: e933503c91733815fe561924afa1f3e0cd1b1fac docs/models/operations/GetEventSurveyResponsesResponse.md: id: 53615107892c @@ -6460,7 +6460,7 @@ trackedFiles: pristine_git_object: e919b575034c53298a92d0b48c93ae74260f913c docs/models/operations/GetEventSurveysRequest.md: id: 22327e8bd6ef - last_write_checksum: sha1:a0d9f0b9847aeca99faeba44942bc61e15cf64b1 + last_write_checksum: sha1:5168a62a35595108c0bae400eff7bf0528f578fc pristine_git_object: 35f95a57523ea36f0383f86a73554ac7916571ec docs/models/operations/GetEventSurveysResponse.md: id: 99f5e9a0d4d5 @@ -6572,7 +6572,7 @@ trackedFiles: pristine_git_object: 66b507dab9b1efcbbc27f78f280c3ee837570f21 docs/models/operations/GetHotelRequestsRequest.md: id: 004220d70385 - last_write_checksum: sha1:518bbdd099d3976b80c4dd9adb571dc9059075b5 + last_write_checksum: sha1:840a267ca7554fce1a805263b4caf5faed7cdebb pristine_git_object: 651413a9fa0789af24409fba769a874d4dadf37d docs/models/operations/GetHotelRequestsResponse.md: id: 0451c9eefc8c @@ -6644,7 +6644,7 @@ trackedFiles: pristine_git_object: 55fc59b35b5bd82f01c6e1ffad9271d0f075ef79 docs/models/operations/GetHousingReservationRequestsRequest.md: id: 58bb08e5bf94 - last_write_checksum: sha1:547a78940ef1e14d3f0eb68407303b2ab9b672b5 + last_write_checksum: sha1:508532fd4833e84f7ca6d4bf9105d969b249940b pristine_git_object: 29447c0db1b736e7e406d1ff06ecaed55d5afd26 docs/models/operations/GetHousingReservationRequestsResponse.md: id: 2a14f202c105 @@ -6652,7 +6652,7 @@ trackedFiles: pristine_git_object: b05f92a3f925315d8376d1a42debeb35eee84ec8 docs/models/operations/GetHubMembersRequest.md: id: beb42b90055c - last_write_checksum: sha1:97375adb0bb41d4536bd791120cf96734dbdd72b + last_write_checksum: sha1:f571518ab9317d9e4fd412f1255adb434a5bc85b pristine_git_object: 9cd9b5f8842a640fce84917626198dea0258f2a4 docs/models/operations/GetHubMembersResponse.md: id: d81af0d1dcf2 @@ -6668,7 +6668,7 @@ trackedFiles: pristine_git_object: 817b614e97069bfff0fd91b84677b7c4b2c5860d docs/models/operations/GetLargeChoicesRequest.md: id: df2abe3dd7a2 - last_write_checksum: sha1:f2de9a44de6b45d02a7d0d25db6160e833e86fde + last_write_checksum: sha1:b0b7fdca0a1af0fbd71495d960b650f7e364bc31 pristine_git_object: 809ba0b18b4d8928abf1f991505959cd7cc09b82 docs/models/operations/GetLargeChoicesResponse.md: id: 14233ad963ad @@ -6740,7 +6740,7 @@ trackedFiles: pristine_git_object: 5e9b474bf167f032191030ee4c6cf6d4e46aad4e docs/models/operations/GetOrderItemsRequest.md: id: a25656afeb07 - last_write_checksum: sha1:98894a9b2edcb0ab92a8ff42b41699d661ecfcf2 + last_write_checksum: sha1:b0d5001745b5862bc0c7620e1866c23e0cbb8717 pristine_git_object: d424717d05140064f94255d4d0749320c98e7e96 docs/models/operations/GetOrderItemsResponse.md: id: 83078311e27e @@ -6748,7 +6748,7 @@ trackedFiles: pristine_git_object: 47ec363e2163120f228396fbeeff238cacfd7027 docs/models/operations/GetOrdersRequest.md: id: 4a78962b4cc9 - last_write_checksum: sha1:75cca9be726d8553f6d98d7e06ab9045e572c55f + last_write_checksum: sha1:1bc92f7d538313c7b13cbea796d881e3bcabef3f pristine_git_object: b47800d598e51e37490a79b16a163c050ca74e7f docs/models/operations/GetOrdersResponse.md: id: e25b42ff04a6 @@ -6756,7 +6756,7 @@ trackedFiles: pristine_git_object: af2bc621818185bfcbf70d08be0246a2763e9196 docs/models/operations/GetPaymentsRequest.md: id: 55d43e861498 - last_write_checksum: sha1:75f7637eafac4c8dd5c02b5fbf65338ae4300078 + last_write_checksum: sha1:a72acbb0f0dd18037e08e4b643af6b79edf22eb8 pristine_git_object: 54736912741a02323e51bb133976a794e818eedd docs/models/operations/GetPaymentsResponse.md: id: e8fa463a5044 @@ -6780,7 +6780,7 @@ trackedFiles: pristine_git_object: 5f91814da2aca838b45581e1a2344fa204bc7f1b docs/models/operations/GetQuestionsRequest.md: id: 483e8bc7618a - last_write_checksum: sha1:5dcceee3600fe0037c0a01e4fdde1f2c057bf97a + last_write_checksum: sha1:0bd8eb05032b5bc4a2f89665e720c65a285c1b21 pristine_git_object: b4ec02d4c7160506064ee919358a39d49f3adca3 docs/models/operations/GetQuestionsResponse.md: id: 3b06fefc5fb8 @@ -6828,7 +6828,7 @@ trackedFiles: pristine_git_object: 687f254824c0fbc912a1bd49ec232f1fcad33985 docs/models/operations/GetRespondentsRequest.md: id: 597bf44dc553 - last_write_checksum: sha1:0845deabb8afcad9a44247269110f28bbf2560e7 + last_write_checksum: sha1:27df7cbfc0d2fe12ba8b7a027118139b6db40ab6 pristine_git_object: 5d552bb5dab37be79536fef581a9e683a4c23c47 docs/models/operations/GetRespondentsResponse.md: id: d09bcca956df @@ -6836,7 +6836,7 @@ trackedFiles: pristine_git_object: e7f70c61bf1a6e8fd8889317b4506c386497a93c docs/models/operations/GetResponsesRequest.md: id: 3f115515c1ca - last_write_checksum: sha1:c965a603fde674ed95f9833c0a064a334c4de040 + last_write_checksum: sha1:dbe9d9c9b81234f53a98a4dff7e1fcc4930e6e62 pristine_git_object: 4ab7f0af10b5603648dac7940e1618e9f5455742 docs/models/operations/GetResponsesResponse.md: id: 55567ca3797a @@ -7012,7 +7012,7 @@ trackedFiles: pristine_git_object: f2f043b26a1935c5753ea528ef095609a2861be8 docs/models/operations/GetStandardSurveyRespondentsRequest.md: id: 05995d584933 - last_write_checksum: sha1:02f964a288de85d6041ed8d4b06c46f0dc750739 + last_write_checksum: sha1:4bd102a9f78b8e6e4f07faed27d49be129866941 pristine_git_object: a96adc7a831000ea0786abaf8b4db650393576ee docs/models/operations/GetStandardSurveyRespondentsResponse.md: id: 51b3ccb5a116 @@ -7020,7 +7020,7 @@ trackedFiles: pristine_git_object: 833a2c5cebc1fe69b5e0dd62f691a3a64e7d101d docs/models/operations/GetStandardSurveyResponsesRequest.md: id: 48109adaabec - last_write_checksum: sha1:5b6cf32fc28acf2b6cb8cd806ec2f2bf7da4a81a + last_write_checksum: sha1:aead72998168d545bce2329d24b96d9fc6bc6a8d pristine_git_object: 0b28c4be80bc91b991d8719e10dcd199ecba7521 docs/models/operations/GetStandardSurveyResponsesResponse.md: id: f1e415c855cd @@ -7028,7 +7028,7 @@ trackedFiles: pristine_git_object: 6bef11196806c07843ffdf182f2c13799a283bf6 docs/models/operations/GetStandardSurveysRequest.md: id: 73854bd9ce22 - last_write_checksum: sha1:e1f20f564f0aac559cba758f1f8e5f61063dff01 + last_write_checksum: sha1:0cc224a0fef4aa69f2bf43917eeb9bd9c2299250 pristine_git_object: 6e9fb388b1d8c935a1201d8ec8256af55268e0db docs/models/operations/GetStandardSurveysResponse.md: id: fec6efe0cd0e @@ -7052,7 +7052,7 @@ trackedFiles: pristine_git_object: 6002714d592e35d9216fca7446453252547e3a8c docs/models/operations/GetSurveyRequest.md: id: fabc0c4ef4a6 - last_write_checksum: sha1:da08ed79b80f548676a48daa80dd132aec3febe1 + last_write_checksum: sha1:984dbd3579d41429a82d3be9852f805f2f1d9694 pristine_git_object: 5c34c2f748bdc5d54640cd337425869ed0042d9f docs/models/operations/GetSurveyResponse.md: id: "886595498348" @@ -7076,7 +7076,7 @@ trackedFiles: pristine_git_object: 6eec623b42e0678952856b74bb2ce6436e9be997 docs/models/operations/GetTransactionItemsRequest.md: id: 722ad19a5745 - last_write_checksum: sha1:7c59509defed9710d36b3454a55f939e0d1c4408 + last_write_checksum: sha1:51396efcd57993b9b3af6a4d434920dddc53793d pristine_git_object: a089b8f5409755d0e8cac0ede319a9072a64326d docs/models/operations/GetTransactionItemsResponse.md: id: 457c73da072e @@ -7084,7 +7084,7 @@ trackedFiles: pristine_git_object: 5bef20661b1170eb990c3fad902ef1c9a760f0b5 docs/models/operations/GetTransactionsRequest.md: id: 0cbbd33ea548 - last_write_checksum: sha1:0920a44b6cc8af855e7f6551045445a9e641234b + last_write_checksum: sha1:0d8733c61953b2827204c2da724325e0d67bbeab pristine_git_object: ef5ce5ec598288c9211dd778712d88256b7e28bf docs/models/operations/GetTransactionsResponse.md: id: 1599a00c3fc6 @@ -7160,7 +7160,7 @@ trackedFiles: pristine_git_object: 4535e7cd63696b4c2191ad3f28f0d5cba2bfe6f1 docs/models/operations/GetVideoViewsRequest.md: id: 73b1e6356b61 - last_write_checksum: sha1:f1af47732bb572b6c5c5597003f5b43f170245a2 + last_write_checksum: sha1:8607c99b4f16315d72ab92893dd2e3c315824756 pristine_git_object: 589c93946396da92be31abf00360a369065a2bdf docs/models/operations/GetVideoViewsResponse.md: id: 1b91e9cd0a24 @@ -7251,19 +7251,19 @@ trackedFiles: last_write_checksum: sha1:0ff8619a0b903efa7301236ba96234cfe68bbf3d pristine_git_object: 74422aaa20e12827660799e6f0ac1a5c7be609dd docs/models/operations/ListAssociatedAudienceSegmentsRequest.md: - last_write_checksum: sha1:049356665a99d1d995519828d38ba26278908b50 + last_write_checksum: sha1:eb121b7553ec89adea43d34e0e3fd7d0dbc9fbd4 docs/models/operations/ListAssociatedAudienceSegmentsResponse.md: last_write_checksum: sha1:7711b7daad40bab4ec730da5983a9a60da699702 docs/models/operations/ListAttendeeActivitiesRequest.md: id: 0d290e839f49 - last_write_checksum: sha1:0c8cb476235a089c8d7ab1ff4ce54f2f31439a34 + last_write_checksum: sha1:42c48146ff477142cd34684278cb78381dc7c626 pristine_git_object: 7990af576253bfeb254cd153b9d721e0c005bcb7 docs/models/operations/ListAttendeeActivitiesResponse.md: id: 126581ed8100 last_write_checksum: sha1:8ebdf5d40a5dc974925fce56617463c367ba41cb pristine_git_object: 3098f8282a279bc718afe29d35c70d170c36afaf docs/models/operations/ListAttendeeAudienceSegmentsRequest.md: - last_write_checksum: sha1:ac544bfac1b4742692e379dce89dc8c5c7fae72c + last_write_checksum: sha1:96bc0987ce9117d1ada2dda4cfb283edacb53dd4 docs/models/operations/ListAttendeeAudienceSegmentsResponse.md: last_write_checksum: sha1:ad2a06cfaf426e9782c999475fb5b47444f3d90e docs/models/operations/ListAttendeeInsightsRequest.md: @@ -7276,7 +7276,7 @@ trackedFiles: pristine_git_object: 74bc1546a4459e3397c155b18ef9f435411727b5 docs/models/operations/ListAttendeeLinksRequest.md: id: ae043893ff54 - last_write_checksum: sha1:187ecfe9b60fbb10bd4102be3989a0c508bb09c8 + last_write_checksum: sha1:1fcc3c891addfeef54ce57e7a05f122fc9cbfbd5 pristine_git_object: b261842fa54c86c93124920962b4311b52525f15 docs/models/operations/ListAttendeeLinksResponse.md: id: 1ebb4fd68499 @@ -7292,7 +7292,7 @@ trackedFiles: pristine_git_object: 0bf976169268bea2876194df1d29be05a9a3dee8 docs/models/operations/ListAttendeesRequest.md: id: d4fe1a9b4b30 - last_write_checksum: sha1:bfb2fa79548e555ba3518d3e12f75a760a5420cf + last_write_checksum: sha1:e49c7935230f1e77a3f395676f6c53e31f7031de pristine_git_object: 3e8af6ddf64dcf7b01bc2d13459d7fc2668bb067 docs/models/operations/ListAttendeesResponse.md: id: 7fda14352744 @@ -7300,7 +7300,7 @@ trackedFiles: pristine_git_object: f392c13fa33962cd8ffb39b59d21c882fef9a935 docs/models/operations/ListAudienceSegmentsPostFilterRequest.md: id: 67987aeb28c7 - last_write_checksum: sha1:1ad15bd4f69f30d1dbe3204dfde34cff71959f64 + last_write_checksum: sha1:178523fa9a1185c19860d8108ed408e8ca1f16b7 pristine_git_object: a911ae36a896a91a8190d8c95a7aa186cbf74d28 docs/models/operations/ListAudienceSegmentsPostFilterResponse.md: id: 4dff04146eee @@ -7308,7 +7308,7 @@ trackedFiles: pristine_git_object: 165b7d89628bfbc5c6c82c0211be3c12f74ed74a docs/models/operations/ListAudienceSegmentsRequest.md: id: 39a29593909b - last_write_checksum: sha1:05377a8d906a6b9bd7fdf2c4cbfe4aade05012d3 + last_write_checksum: sha1:ab8af1194f84f8e096b14dfb58d642a8ad8ad4aa pristine_git_object: 16af661683c2056ddc4eb5f7e52cc645be87b4f7 docs/models/operations/ListAudienceSegmentsResponse.md: id: ee162f10b120 @@ -7356,7 +7356,7 @@ trackedFiles: pristine_git_object: 0130951fb1b1f1c8e69e80e7ee8809cd6d77df7f docs/models/operations/ListContactGroupsRequest.md: id: 34106c916a4c - last_write_checksum: sha1:0e64b5faf48b7f07667d6113cf69dacfa866e977 + last_write_checksum: sha1:cf17335da9f74ae4b53ce7cde7a7aa3342cfd360 pristine_git_object: 66311f6f675d7dc11f85ad828096f099fa6a730d docs/models/operations/ListContactGroupsResponse.md: id: ea7ed5cc1419 @@ -7372,7 +7372,7 @@ trackedFiles: pristine_git_object: f6d3de70c0374d154972d0962532f729244dfbfd docs/models/operations/ListContactTypesRequest.md: id: e2e9f6e768b3 - last_write_checksum: sha1:83606108944f625598d00fbcce0cea1c04a1c4b2 + last_write_checksum: sha1:112c7f07085cde6f103ad07637ff29a99537cd9a pristine_git_object: 7439f89da7938d2865c7ea8d3a4e8866136083e3 docs/models/operations/ListContactTypesResponse.md: id: f9483d767bb1 @@ -7388,7 +7388,7 @@ trackedFiles: pristine_git_object: 5cb5604bdd3276abb042ab4dbae6ef96bc7ad289 docs/models/operations/ListContactsRequest.md: id: cb8e44d4b300 - last_write_checksum: sha1:847566eda6ebc9f6b889e404b2535d801621206d + last_write_checksum: sha1:d2f13dfd27750aca0e518fff3183dfe1e71f72ef pristine_git_object: 9316fdaeedeffc6c243709a3834d7052f0090024 docs/models/operations/ListContactsResponse.md: id: 9bc941b79fb0 @@ -7404,7 +7404,7 @@ trackedFiles: pristine_git_object: 9b3ad8445f6b2461e41ee4228a924d335c39d010 docs/models/operations/ListDiscountedAgendaItemsRequest.md: id: d36bce39f354 - last_write_checksum: sha1:59fe846092d1799285b887bc46e6c90ff51542f9 + last_write_checksum: sha1:b526411eac7ba467542641e0379e4b1b9923d7d4 pristine_git_object: 39f0c5eeacc69b8aa33cd9849b8ecae1141e1edb docs/models/operations/ListDiscountedAgendaItemsResponse.md: id: 58da87b94587 @@ -7420,7 +7420,7 @@ trackedFiles: pristine_git_object: a7145ba6fd8a65fb8036fceeebbbe90cbba6b007 docs/models/operations/ListDonationItemsRequest.md: id: 0ab03e22605c - last_write_checksum: sha1:6ec2ad1a9cb8a38515d443df4f75eab528f3cd6a + last_write_checksum: sha1:f47ef8fbcebd373ae1a0661434ca06106eadea9d pristine_git_object: 928a67da2cea4bb4ac50b6c32de29a7461d799a4 docs/models/operations/ListDonationItemsResponse.md: id: 1c356f08c86d @@ -7428,7 +7428,7 @@ trackedFiles: pristine_git_object: f37a611f3df5b8901ef6726ddd720f6e39aa9558 docs/models/operations/ListDurationsRequest.md: id: 7e93db493762 - last_write_checksum: sha1:1279b7e5e8efdc03ad2a78fb0ac42dd6c6a4953a + last_write_checksum: sha1:8518597b778c4e3534c8daf33327c99864f901ea pristine_git_object: 6fbf33e5bd2d54ffb21e38c646eea9acd06bbd4c docs/models/operations/ListDurationsResponse.md: id: 0b5b37ab303f @@ -7436,7 +7436,7 @@ trackedFiles: pristine_git_object: c136e695a629fecd53af61f5c5b852390369efb9 docs/models/operations/ListEventDiscountsRequest.md: id: 6b26d8d663c9 - last_write_checksum: sha1:3dd549d8e862deaf36cc9623f671a621dcbd0ef3 + last_write_checksum: sha1:f727efdf7a0518eb235384db5308508da29ccb00 pristine_git_object: 3c9ae12cf88ce3ddba2536a847612ed6635f6f59 docs/models/operations/ListEventDiscountsResponse.md: id: 321cb4a5b6c5 @@ -7475,7 +7475,7 @@ trackedFiles: docs/models/operations/ListEventVouchersPostFilterResponse.md: last_write_checksum: sha1:cf6be183032d4c8d247755002d7f407759f4d0db docs/models/operations/ListEventVouchersRequest.md: - last_write_checksum: sha1:5da7763dac92b05ed5661e3d39bc907fc95f31ed + last_write_checksum: sha1:d1e0162301f7770f0eb515c237dc4e10142c02b2 docs/models/operations/ListEventVouchersResponse.md: last_write_checksum: sha1:61433df8f19613c9c4eccb95e2b67e2fc53ecb12 docs/models/operations/ListEventWeblinksRequest.md: @@ -7528,7 +7528,7 @@ trackedFiles: pristine_git_object: 32aca40e1c8d98bc68face96f5d59ab0ed9c9957 docs/models/operations/ListExternalAttendeeActivitiesMetadataRequest.md: id: 66a48f5ad523 - last_write_checksum: sha1:7a5e122d749aa66147587a84c52a9588fe51774f + last_write_checksum: sha1:620829a9103c425208b9545635aee63cd4b63704 pristine_git_object: 3584965997d358d2863decfc8f196f279cfa6399 docs/models/operations/ListExternalAttendeeActivitiesMetadataResponse.md: id: 665f60ab5276 @@ -7536,7 +7536,7 @@ trackedFiles: pristine_git_object: a71c0257fc27abfa80e310bcf7c33da92683017d docs/models/operations/ListFeeItemsRequest.md: id: 96463b27a30d - last_write_checksum: sha1:bcd04299511e1bab6787205c238b8a95372b3dc6 + last_write_checksum: sha1:ea1906c26add24bfa681fedbca9409a19399f9e8 pristine_git_object: 5644c68f6804b1efba4f8f6d56d59f18b7b653ad docs/models/operations/ListFeeItemsResponse.md: id: f9960eae6969 @@ -7544,7 +7544,7 @@ trackedFiles: pristine_git_object: a7effdc4583d1c444cbc23c2c75210f828ca08ef docs/models/operations/ListHubsRequest.md: id: 53ed28b2aa76 - last_write_checksum: sha1:62fbd24fc5f0e28b7bbb0d3ba6b59708dead037f + last_write_checksum: sha1:566b9e8750141ca39c0760f0559fb14cc120f0eb pristine_git_object: 4bebd353773b223971e085cf411afb957668fd45 docs/models/operations/ListHubsResponse.md: id: 231498e9654e @@ -7595,12 +7595,12 @@ trackedFiles: docs/models/operations/ListMembershipItemsPostFilterResponse.md: last_write_checksum: sha1:163be866b0cff2dace5517977b83c7928deed4d3 docs/models/operations/ListMembershipItemsRequest.md: - last_write_checksum: sha1:cda19bc81ac30233630e8b45d5eb3c65e1d022a1 + last_write_checksum: sha1:ea2fa3448e886c4ef5a6887ed2a5a0b07498606d docs/models/operations/ListMembershipItemsResponse.md: last_write_checksum: sha1:0412b953f879d6be1e37642a4a7eb00466b1d8fe docs/models/operations/ListPlayersRequest.md: id: 037fc258074d - last_write_checksum: sha1:b344d507d00e9e38e0799a3be72f038ad37f3447 + last_write_checksum: sha1:683cb950fc4954f0e9c0d4ee2e4fff374c30991e pristine_git_object: 3c37b36192357467fad8de19c79ce2f451965026 docs/models/operations/ListPlayersResponse.md: id: 5a86b8440f00 @@ -7624,7 +7624,7 @@ trackedFiles: pristine_git_object: a2824031a28bae57d82117a8a054bac2f3b1ec22 docs/models/operations/ListProgramItemsRequest.md: id: 855e289f7a4f - last_write_checksum: sha1:615111c80388c131cd4f740ffe0ed64fb8ab82df + last_write_checksum: sha1:10edc613df65c72441087769077fec8f03f110aa pristine_git_object: 37104e96fdef8501bf33946e0e0061a2d8142dea docs/models/operations/ListProgramItemsResponse.md: id: f381e2bea27c @@ -7640,7 +7640,7 @@ trackedFiles: pristine_git_object: bae235d155f7c5bf25484faab41d3c8fcc4846e2 docs/models/operations/ListQuantityItemsRequest.md: id: bb31eceac315 - last_write_checksum: sha1:597586c9014ec3f412dcafddb5972b1062423f7a + last_write_checksum: sha1:43a8080d3955b22e5cf9ed460525e054b19c791c pristine_git_object: 75988de3e507b827ae364ab710373734c2b45f3c docs/models/operations/ListQuantityItemsResponse.md: id: 9164b87bec74 @@ -7712,7 +7712,7 @@ trackedFiles: pristine_git_object: 0af60c0b68d6a9df9ee19a0a9f0975bdac11b7f0 docs/models/operations/ListSegmentAssociatedAttendeesRequest.md: id: d278fa54be2a - last_write_checksum: sha1:58b27eefdfb892315b962b9711f88f191af8ca0a + last_write_checksum: sha1:374a0fa76c3501e21fd7f65a84171621bf977477 pristine_git_object: 74edd0e1afdcc2d0cd5124685e88df23714da968 docs/models/operations/ListSegmentAssociatedAttendeesResponse.md: id: 4d660d45e4f2 @@ -7720,7 +7720,7 @@ trackedFiles: pristine_git_object: 3c93916534886c330b52e8c874ba4d5897787030 docs/models/operations/ListSessionDocsRequest.md: id: e99e86a3e22a - last_write_checksum: sha1:9ef3cca0b4c188b8e256d25b0879aa1e63b17ce2 + last_write_checksum: sha1:25bb0675de16b97bafabcec27d90641df4ab74aa pristine_git_object: bddab39b359eaf5df71c2d8f4c8731a9894d07de docs/models/operations/ListSessionDocsResponse.md: id: 59eac5232c10 @@ -7752,7 +7752,7 @@ trackedFiles: pristine_git_object: 1cff06b93d0854828c60a1793c5881c798d2a55a docs/models/operations/ListSessionsCategoriesRequest.md: id: 0e4a54d59ef9 - last_write_checksum: sha1:f18fbb0a39375796f45d18d7087eb960cb7c39f7 + last_write_checksum: sha1:7c60c01b123a4f0c1cb2de0e87fe3009e0b2c51a pristine_git_object: 2f6ef95f2c20573c67d669193e05139a7478e696 docs/models/operations/ListSessionsCategoriesResponse.md: id: ba20ee4fc631 @@ -7784,7 +7784,7 @@ trackedFiles: pristine_git_object: fe1dcefd7a19bcec60bfd11c4e7151733ddea3d6 docs/models/operations/ListSessionsRequest.md: id: e167ea2b6c37 - last_write_checksum: sha1:6d0cc03833217d12e890227ca88ef2f83edec0ea + last_write_checksum: sha1:38db080fd45eb7a6f37728ddd907e5493c887b87 pristine_git_object: e55e18f9dafa171cdff61da85b2ecfefa5e683d2 docs/models/operations/ListSessionsResponse.md: id: c8dd164b9bed @@ -7847,7 +7847,7 @@ trackedFiles: last_write_checksum: sha1:edd0a0b73995e20718a000caaf318ee428062662 pristine_git_object: 3d59756d58fff884b9ee1d64534eb095b4d6cd4e docs/models/operations/ListTaxesRequest.md: - last_write_checksum: sha1:4f6b3abbc59008ec0d40b43f7764e8e293886d23 + last_write_checksum: sha1:4ea081d2365c1e65cd537114be1276f9361b6efb docs/models/operations/ListTaxesResponse.md: last_write_checksum: sha1:06a0e17cf7e6bead51b4be1155ce42b2af98475f docs/models/operations/ListTravelAccountsRequest.md: @@ -7924,7 +7924,7 @@ trackedFiles: pristine_git_object: bd8009e907d9bf31ce70e578016fdf51ecfb94f5 docs/models/operations/ListVideosRequest.md: id: d344225bde3d - last_write_checksum: sha1:758cfef6d946a7f4a69262e6864babadfcd23521 + last_write_checksum: sha1:0aa41fa9a6be1b7b593552e439ed67e27cb5c1dd pristine_git_object: 765fe7ad663363e505ef073399bb072376426a32 docs/models/operations/ListVideosResponse.md: id: e576c673381e @@ -7932,7 +7932,7 @@ trackedFiles: pristine_git_object: ec3250bdc9269b507764728265c35843a0dfd24e docs/models/operations/ListWebcastAttendeeLinksRequest.md: id: 5e82a0194ef6 - last_write_checksum: sha1:73277da45d180f0dfef1fb10e60653c17e107e55 + last_write_checksum: sha1:7330d7bb6a3d281239a843fe6d2bfeccb612c356 pristine_git_object: f0dc23af74b2113e688a7e73e77042357a0efb4f docs/models/operations/ListWebcastAttendeeLinksResponse.md: id: 2b86b3779f94 @@ -7940,7 +7940,7 @@ trackedFiles: pristine_git_object: 9c7f1d0ee71e7a8114f6a1ca03e817e0bead7617 docs/models/operations/ListWebcastsRequest.md: id: 40beda17f59d - last_write_checksum: sha1:af01277171a3c0a0d4313504c48d8b23a7fb78c3 + last_write_checksum: sha1:fc2b2bad30f783c2d7968a789b74db1c6e7165d1 pristine_git_object: 1de5527428cd37cf3f6d3f32356827c80abae989 docs/models/operations/ListWebcastsResponse.md: id: 7c73392490c1 @@ -8624,7 +8624,7 @@ trackedFiles: pristine_git_object: fe570960f8125e64c67cb596c370b7ef40138496 docs/sdks/authentication/README.md: id: 45be241adfc3 - last_write_checksum: sha1:3982801645db3428f3ab9bb866c2d7b87428927c + last_write_checksum: sha1:9ea69c62b74101dc98ac08bfd7858caa82cbbc91 pristine_git_object: aa64908df261d71c915b045f47c747fd4514fd7d docs/sdks/badgeprinterpools/README.md: id: d73d6cce89d1 @@ -8640,7 +8640,7 @@ trackedFiles: pristine_git_object: 8d01dfa38c11983a4f3a9c2f131fb0f8baf3da07 docs/sdks/bulk/README.md: id: fa4bd7a4682a - last_write_checksum: sha1:7828c4be14f57dbf245340aa66c88774311325f1 + last_write_checksum: sha1:fd7f86b0ab817effb3a2062295a9c999abb897a7 pristine_git_object: 5d46b140151d54af34676b1f814f009e603239cf docs/sdks/campaigns/README.md: id: 18dcc3c717ca @@ -8716,7 +8716,7 @@ trackedFiles: pristine_git_object: 64614977cacbd8d9340bd37af4b21d6e245bfc14 docs/sdks/housing/README.md: id: 23d65d817ab8 - last_write_checksum: sha1:428adca6f92a43a7131a4e3d1b2ce6a6c098e985 + last_write_checksum: sha1:8b1fe24b9dea72f2895ff6f26a08cf440db5e8a5 pristine_git_object: 4211bb0d355200b83a1e58a261371acf7a12452d docs/sdks/housinghotels/README.md: id: d04ff5412c59 @@ -8728,7 +8728,7 @@ trackedFiles: pristine_git_object: cef4027abf852decdaba1e2f5620e2af00029ca9 docs/sdks/meetingrequest/README.md: id: 4d8d5f5fd977 - last_write_checksum: sha1:228823eb19d9bc13b107b5733bfe8b07fa29654f + last_write_checksum: sha1:25e346f72e405db820c507be68c6d494f31b14e5 pristine_git_object: 0179b4309efed6c06dc31e70ac235bf1de619337 docs/sdks/processform/README.md: id: 0d23c161e66c @@ -8804,7 +8804,7 @@ trackedFiles: pristine_git_object: cda742065b0bb30407900c4d39885b8db164b9b4 gradle.properties: id: 2afbb999f001 - last_write_checksum: sha1:653352cf89e5db23707b7968fdc61cab4c8fb932 + last_write_checksum: sha1:747143ce2c8e310f3dbb69fd3b06a5b6a6400f0d pristine_git_object: 6da141a8453a679109d12dba513b6d08b9e37fd5 gradle/wrapper/gradle-wrapper.jar: id: ec27dae6e852 @@ -8860,7 +8860,7 @@ trackedFiles: pristine_git_object: b2b365f2cfa45ec15f755c31450a1575079047eb src/main/java/com/cvent/AsyncAuthentication.java: id: 84ed7c96c944 - last_write_checksum: sha1:f281c8824390c926072e99b1dd2d2b7a963a5522 + last_write_checksum: sha1:48aa8bbc862d68e08c1fd082fcaea9d259594921 pristine_git_object: 5fbc750712e5e29b816b3754bbccfb4f9766a2a7 src/main/java/com/cvent/AsyncBadgePrintJob.java: id: 2a57a7a6b3f5 @@ -8876,7 +8876,7 @@ trackedFiles: pristine_git_object: b6138971cb6024619d30854d7f1ab7e65d48065f src/main/java/com/cvent/AsyncBulk.java: id: eee11b7a19ef - last_write_checksum: sha1:f93779c8ad2c4047904e09f53882143641dfaa11 + last_write_checksum: sha1:6d4693f748c7c481e310058490ea296fe83060e1 pristine_git_object: c67834f0ef129141068f3a7236a5762ebdd9280f src/main/java/com/cvent/AsyncCampaigns.java: id: 35f09e5a2dca @@ -8900,7 +8900,7 @@ trackedFiles: pristine_git_object: d2750f4c1dd063e160ac8b42105e3350a77b9192 src/main/java/com/cvent/AsyncCventSDK.java: id: 3d41ccbb3604 - last_write_checksum: sha1:beda926829e65f5dcca2c7d9bc137d0fedb75d78 + last_write_checksum: sha1:6f3c6ab9a46963e36eeb19f879eceac04a223fdc pristine_git_object: 91ab4b576419398d5dfa7189f6dbf60c8f32176b src/main/java/com/cvent/AsyncDiscounts.java: id: 0e60d514801e @@ -8956,7 +8956,7 @@ trackedFiles: pristine_git_object: 1463c39f94bb7111b27f69bddd24a287e68fd95b src/main/java/com/cvent/AsyncHousing.java: id: 4fee93962efc - last_write_checksum: sha1:d1434fc337299b0f1f3b116f3a9dab328a1b3cdd + last_write_checksum: sha1:f3f4cf7586414ec28389f81b95abafe970d8839e pristine_git_object: 3075e9758212e8459bb2a1ac2b50ff23841f2238 src/main/java/com/cvent/AsyncHousingHotels.java: id: be2259657666 @@ -8968,7 +8968,7 @@ trackedFiles: pristine_git_object: 63b9d69f51d89f8176ddd79b1609ec208b5a70f9 src/main/java/com/cvent/AsyncMeetingRequest.java: id: c69c5b6c742d - last_write_checksum: sha1:57bdaed195d10773211c30b88e92bf565856076f + last_write_checksum: sha1:38e1c4bda3d44db44ce93a518d429990d2e613b9 pristine_git_object: 2a363b46c900e245520578e3a2696ab46d5175e9 src/main/java/com/cvent/AsyncProcessForm.java: id: e0cb23c12345 @@ -9060,7 +9060,7 @@ trackedFiles: pristine_git_object: 70bd79714042b201ce12d06a85416ec310cf5e3a src/main/java/com/cvent/Authentication.java: id: 952786186a1b - last_write_checksum: sha1:5729aabd56ad2ad529416306f63e8592d564c5fc + last_write_checksum: sha1:0b32d836c49c39bf46e2038dbba16261d1b7a1a4 pristine_git_object: 5c6a07d0cc986df4721a08c573d4635247f5f667 src/main/java/com/cvent/BadgePrintJob.java: id: a6870d16ccad @@ -9076,7 +9076,7 @@ trackedFiles: pristine_git_object: cd2ebb717233e3f41777f6af2992a949ae1565cd src/main/java/com/cvent/Bulk.java: id: 26ad7bdd7d2b - last_write_checksum: sha1:131c8d608d7155486a1ba473955e44e6bebd4360 + last_write_checksum: sha1:024c83facb1005fd937f432c3e72059c1aebb88f pristine_git_object: bc23e0ed53f5783fb649119a3d87b1add5044fc6 src/main/java/com/cvent/Campaigns.java: id: 589167ff249c @@ -9100,7 +9100,7 @@ trackedFiles: pristine_git_object: fba7bb77908632105cf2fcbe226b002da7001b0e src/main/java/com/cvent/CventSDK.java: id: 4a420697fa3d - last_write_checksum: sha1:7dfc5850e846e78b2cd5d64baac72328a8cfd9c3 + last_write_checksum: sha1:fe1ccdc58ac9dd655c19819f479b611ae83b2f5b pristine_git_object: 80c41313e2060978bc5d97ac0b629a1ec05252db src/main/java/com/cvent/Discounts.java: id: b320961e983a @@ -9156,7 +9156,7 @@ trackedFiles: pristine_git_object: f72e8694025a9793746917b7073f5de375f41d4a src/main/java/com/cvent/Housing.java: id: c0c7f22683c7 - last_write_checksum: sha1:06d8c1cef363dc81aec25e4dd747b8e054627e3b + last_write_checksum: sha1:2bf9a36f8b799d27c9ec623755c1282b46334063 pristine_git_object: 5d5698d83c5f70e796f015731adcbffefff197a6 src/main/java/com/cvent/HousingHotels.java: id: 2c2bb7ca65ec @@ -9168,7 +9168,7 @@ trackedFiles: pristine_git_object: 222345c8cf03e2cfbb0656573fedbb8373253859 src/main/java/com/cvent/MeetingRequest.java: id: 98502903c529 - last_write_checksum: sha1:ee22c23eae6659b8a59779f9333e7788c8bc4144 + last_write_checksum: sha1:939cba13fd7ce6dc74079c711e611b2c022fdcc3 pristine_git_object: 7fac550da9fb7ddfccd9f9457297ff746a1cbf40 src/main/java/com/cvent/ProcessForm.java: id: 37b1c5cc9454 @@ -9188,7 +9188,7 @@ trackedFiles: last_write_checksum: sha1:0396671d6b0de814aaa27700f35eed30523c66ed src/main/java/com/cvent/SDKConfiguration.java: id: cdb9837839f5 - last_write_checksum: sha1:4a432d4ee49c86ea93aab3ee27c1ff869e076c12 + last_write_checksum: sha1:f5f93b1b2e1f25cf4ed9a8be2a01422adc430ef4 pristine_git_object: 4b98b23f51bc18bad5890089f44055b6187ed9f0 src/main/java/com/cvent/Seating.java: id: 70583b24bb9b @@ -9795,7 +9795,7 @@ trackedFiles: src/main/java/com/cvent/models/components/AttendeeAudienceSegmentAssociationsPaginatedResponse.java: last_write_checksum: sha1:108ca2711383307946a2d28bac9eeb05ead80dbc src/main/java/com/cvent/models/components/AttendeeContactInfo.java: - last_write_checksum: sha1:84f092a6ab99bb30578fb841b3fd92ef36b57be7 + last_write_checksum: sha1:f32aa7dcd77b17acbba735766b0516e625a42d02 src/main/java/com/cvent/models/components/AttendeeContactMembership.java: last_write_checksum: sha1:f0dce922f5811531e8ca355cf754a7f2e053805d src/main/java/com/cvent/models/components/AttendeeContactType.java: @@ -11115,7 +11115,7 @@ trackedFiles: last_write_checksum: sha1:4de44bbf84cfa2bd124171e4c11a921ff4c635f9 pristine_git_object: 164b5f9e7dc89be3540f98f1f7bd770af701dfaa src/main/java/com/cvent/models/components/Event1.java: - last_write_checksum: sha1:871a480c033b3ac12a5c1a52729800dbdb0008d2 + last_write_checksum: sha1:ec8da7bc3a7917f897d8b4acf625b6028df8b0f3 src/main/java/com/cvent/models/components/Event12.java: last_write_checksum: sha1:04f1610837848b8bd9ad8f72a780181f5a79b277 src/main/java/com/cvent/models/components/Event2.java: @@ -11254,7 +11254,7 @@ trackedFiles: last_write_checksum: sha1:92003270aee12f2aa95bf1a480a86ab585fe67d6 src/main/java/com/cvent/models/components/EventInput.java: id: 51798981c8ce - last_write_checksum: sha1:bfe63d41543167b9b62575ccbd7cffdd00592160 + last_write_checksum: sha1:15121148e719e118e67bdba918cb7c08e933454e pristine_git_object: 03dc33750837fe7bc302c5de6d3fb40233448e73 src/main/java/com/cvent/models/components/EventJson.java: last_write_checksum: sha1:afe0ec5516f2fe65acb35c90627923d69882fdd8 @@ -11438,11 +11438,11 @@ trackedFiles: last_write_checksum: sha1:6db35394f52954a1b62e7d08d95253b694d2d43d src/main/java/com/cvent/models/components/EventUpdate.java: id: 41eb20f603b1 - last_write_checksum: sha1:4c824d701b39c9fd9b8ab2a130088e34c252da53 + last_write_checksum: sha1:4bcf9a0647f010482548c711382c4f28c7b86f87 pristine_git_object: f211848985ed27a23e1203742df7dd8f268f3f4b src/main/java/com/cvent/models/components/EventUpdateInput.java: id: 7d83d218d312 - last_write_checksum: sha1:9e17e5d2cd6ebd55d143286579e893b3b5d07120 + last_write_checksum: sha1:002b39a9631a1371313ae73d597826653e802feb pristine_git_object: d022ed83a9988ea4677b3267ffd6f728890c8369 src/main/java/com/cvent/models/components/EventUpdateLookup.java: id: 0100741de2e8 @@ -17450,7 +17450,7 @@ trackedFiles: pristine_git_object: 3677d525dccda331c0f71e7c8545ef78f0e895be src/main/java/com/cvent/models/operations/GetAccountBudgetItemsRequest.java: id: c1e96a0c4736 - last_write_checksum: sha1:41a7eecb110f3ecbec113d3a28ac1378f5b8f49f + last_write_checksum: sha1:81a1c2b28e063b59b791438a7f4f8bf89c1eeca9 pristine_git_object: 8ef9664d915953694f1d28ad542237d98ba21971 src/main/java/com/cvent/models/operations/GetAccountBudgetItemsRequestBuilder.java: id: 570f17bc4ad2 @@ -17485,14 +17485,14 @@ trackedFiles: last_write_checksum: sha1:27dd85a9dac3b3ab7cbb63d435bbd3bcae9a0600 pristine_git_object: f53ccab1bfbc2add52cdaf8d6fabb717d871e880 src/main/java/com/cvent/models/operations/GetAccountVendorsRequest.java: - last_write_checksum: sha1:46d68a59b2ed998aa01ae97453e3da6bddb1ca87 + last_write_checksum: sha1:e129ea350c9ff327def9650c7462d81eea795f7b src/main/java/com/cvent/models/operations/GetAccountVendorsRequestBuilder.java: last_write_checksum: sha1:2024ad865a531912dc835b2defdac79e29abe9fb src/main/java/com/cvent/models/operations/GetAccountVendorsResponse.java: last_write_checksum: sha1:21d3c7fcbcf4259b231df8727d3bb3eac0352fb5 src/main/java/com/cvent/models/operations/GetAirActualDetailRequest.java: id: 2520b84afec6 - last_write_checksum: sha1:5aec1864e080640b36aade8781e5f90704fa201e + last_write_checksum: sha1:9956379daa5c10df1647305bf31b499926b97e83 pristine_git_object: 76adaea7d2bf4f8ba761cf4de83154d6a7fe2a5a src/main/java/com/cvent/models/operations/GetAirActualDetailRequestBuilder.java: id: fa8a241de0de @@ -17504,7 +17504,7 @@ trackedFiles: pristine_git_object: d057a75488a24e3b462f9b4671dae82e8eddb623 src/main/java/com/cvent/models/operations/GetAirRequestsRequest.java: id: 170a77d23a5b - last_write_checksum: sha1:5b5fc99ca1b17bbc0c3c0fb041b3e94d96124870 + last_write_checksum: sha1:980e23c190f49b7929b97d1960b0f0149c19808e pristine_git_object: 6f6bbb9ce7a048c8cc45cda880612b860aeb7d43 src/main/java/com/cvent/models/operations/GetAirRequestsRequestBuilder.java: id: c89b338596f4 @@ -17516,7 +17516,7 @@ trackedFiles: pristine_git_object: 28c4b1212114f15d12d95af6d3605f2b4d6598a1 src/main/java/com/cvent/models/operations/GetAllEventSurveyResponsesRequest.java: id: 889c6a210f52 - last_write_checksum: sha1:7028542de70f696fd12169181da433b9f3fcf2dd + last_write_checksum: sha1:e75c5f9d17430ff8cf72d3905606d8cf802da324 pristine_git_object: c3b8b7d09b255d5570471f35c15041a7e03522d8 src/main/java/com/cvent/models/operations/GetAllEventSurveyResponsesRequestBuilder.java: id: 7ad01bfe76c2 @@ -17527,7 +17527,7 @@ trackedFiles: last_write_checksum: sha1:d7695c10a780e2749a05141966b88a6126fe8810 pristine_git_object: 2bdd36cfaa22c3bf9722823d6cf23dc22af2748b src/main/java/com/cvent/models/operations/GetAlternateTravelAnswersRequest.java: - last_write_checksum: sha1:6afc58474ef710b5c9714b3e3cd01e3cd17d2bfe + last_write_checksum: sha1:652c1a93054810129824027bc5622e19c693c404 src/main/java/com/cvent/models/operations/GetAlternateTravelAnswersRequestBuilder.java: last_write_checksum: sha1:ae7c24675c259b92c23be5b6c887a18ed6d917d7 src/main/java/com/cvent/models/operations/GetAlternateTravelAnswersResponse.java: @@ -17726,7 +17726,7 @@ trackedFiles: pristine_git_object: e4759cad23819516bb92cec3bb00c28b419f6de1 src/main/java/com/cvent/models/operations/GetBudgetAllocationsRequest.java: id: 30521be3166c - last_write_checksum: sha1:a18391b63da62a1c792f1ae34b9933f86d7ca4d9 + last_write_checksum: sha1:e0f6ba4585023e307b2626cd5fc6337823b52d83 pristine_git_object: 2527f93dfe58302061b37423694555494b80a865 src/main/java/com/cvent/models/operations/GetBudgetAllocationsRequestBuilder.java: id: 33b64caff9fb @@ -17738,7 +17738,7 @@ trackedFiles: pristine_git_object: 9e8c04dfcb99fd4b62f5cf0cbae841853eac4683 src/main/java/com/cvent/models/operations/GetBudgetItemsRequest.java: id: 4249c32a36cb - last_write_checksum: sha1:b50ff17e808c34f99ab53c9d114c820ae5267726 + last_write_checksum: sha1:a48b88046620a19acf9b38c5680762630c960eb6 pristine_git_object: fa209e351815f97b3f445e3ed3ed8429b4944cd2 src/main/java/com/cvent/models/operations/GetBudgetItemsRequestBuilder.java: id: 4a0bb8bf2865 @@ -17774,7 +17774,7 @@ trackedFiles: pristine_git_object: f1264260f4ec8b5d9c7e358bf45caa84c9254e1e src/main/java/com/cvent/models/operations/GetCardTransactionsRequest.java: id: b4c03da1bd48 - last_write_checksum: sha1:2840bd17197ce23a24ac2710e1b9a52df18e8c62 + last_write_checksum: sha1:e10ffcdf5b595217d5ffcb16fe27e876778d6c26 pristine_git_object: 20e141b29875c07f40a1a987f3c135225024bd75 src/main/java/com/cvent/models/operations/GetCardTransactionsRequestBuilder.java: id: e5aa2cbdeb6b @@ -17786,7 +17786,7 @@ trackedFiles: pristine_git_object: 4312eaf45bdfc9f33a6db64a5b6173b6baafdf4a src/main/java/com/cvent/models/operations/GetCardsRequest.java: id: 98af7b30c0fc - last_write_checksum: sha1:6ba83c468faae3c7d298cf62c2ce21e205d34715 + last_write_checksum: sha1:6e47d06d3e2976c7dea9d317ed692543e310232b pristine_git_object: 6d6bda48d8585a4cdfc74cd5ce83d7030b1c6470 src/main/java/com/cvent/models/operations/GetCardsRequestBuilder.java: id: f98af6e41bc7 @@ -17902,7 +17902,7 @@ trackedFiles: pristine_git_object: 3e3db7def6fbf4e6949ad00a018b234a87429b47 src/main/java/com/cvent/models/operations/GetCurrencyConversionRateRequest.java: id: c029817a9299 - last_write_checksum: sha1:e223c11d51d750d4caddff72233b01f6ee920c11 + last_write_checksum: sha1:a0e288a33fe98d60739eeee3d8a1cc7ab95df984 pristine_git_object: d97950306d783f0498d78b301c0990007348c6d7 src/main/java/com/cvent/models/operations/GetCurrencyConversionRateRequestBuilder.java: id: 2d56ef5dfb50 @@ -18010,7 +18010,7 @@ trackedFiles: pristine_git_object: ac9cf45748e39e5162866fdb01d1e67bf852b63a src/main/java/com/cvent/models/operations/GetEventBudgetTotalsRequest.java: id: 969ff86efbb2 - last_write_checksum: sha1:11ba3ddc796abe86b9f85435ac110c0245f45515 + last_write_checksum: sha1:4ee20f97ae4e162576976d66d49e3119037bfc97 pristine_git_object: ff6278a203fdec054a102062e4fd14dcb205d5a3 src/main/java/com/cvent/models/operations/GetEventBudgetTotalsRequestBuilder.java: id: 112cc716a3e2 @@ -18058,7 +18058,7 @@ trackedFiles: pristine_git_object: 5ead768b2d933ce9e6c8ab72f61d86565957b294 src/main/java/com/cvent/models/operations/GetEventFeaturesRequest.java: id: 7dfa9a447496 - last_write_checksum: sha1:09d2a83fad70c8773dbe305fb8bab5b3c0e362fd + last_write_checksum: sha1:0d719307b09dd5f29edc3d21f80193a743bb46f2 pristine_git_object: 124f230716182ba321ac24ab5da17729cfd48bfc src/main/java/com/cvent/models/operations/GetEventFeaturesRequestBuilder.java: id: 247078be1953 @@ -18100,7 +18100,7 @@ trackedFiles: pristine_git_object: 17c4a5106472d1b78b6e269da2962a6818d22470 src/main/java/com/cvent/models/operations/GetEventSurveyRespondentsRequest.java: id: 9d1bab4dde61 - last_write_checksum: sha1:7d235f25ff4dd0a71646d7d019293dad2801fd7e + last_write_checksum: sha1:4cdfdb82b9d2fdb4ddfb59e9beca728a67a78750 pristine_git_object: 721a91fcc00d934aedcadb0968eed92f73fb9cbf src/main/java/com/cvent/models/operations/GetEventSurveyRespondentsRequestBuilder.java: id: 7f9a3ce0b7f0 @@ -18112,7 +18112,7 @@ trackedFiles: pristine_git_object: fc05157acd5e529d163a5492cb7eb809f0a2f61a src/main/java/com/cvent/models/operations/GetEventSurveyResponsesRequest.java: id: ab91f4aa3764 - last_write_checksum: sha1:59841c2d1c596210d3f41e93f28a1ebc1284f288 + last_write_checksum: sha1:229d30c6dfba1d7561ceb14b581a7acc21775aba pristine_git_object: 0d02370c31ae5029ecce00c9ec0896778874110f src/main/java/com/cvent/models/operations/GetEventSurveyResponsesRequestBuilder.java: id: de748f9e73b4 @@ -18124,7 +18124,7 @@ trackedFiles: pristine_git_object: c7063fe309d33e66433377ec3c5113a1730ed800 src/main/java/com/cvent/models/operations/GetEventSurveysRequest.java: id: 95de4eda6cf7 - last_write_checksum: sha1:97e2b096eb3d4fcd759ee78f51ba410b537f6072 + last_write_checksum: sha1:07b3aeb06bc885e6a279f7a1b6df3f61b3bca9e6 pristine_git_object: 0ce5861782439b23d410d57ce07517f42bda76b1 src/main/java/com/cvent/models/operations/GetEventSurveysRequestBuilder.java: id: 8715e8606653 @@ -18292,7 +18292,7 @@ trackedFiles: pristine_git_object: 6fcc3292aea6d77824f344b9dc99a3aefae89c5b src/main/java/com/cvent/models/operations/GetHotelRequestsRequest.java: id: f6bea4bba1ab - last_write_checksum: sha1:66f771a2e20d5d639bb60829de81f2c76248c59b + last_write_checksum: sha1:b2beb13ad83120df5ea52e86cff993731f0d5847 pristine_git_object: 87136338dd511b2bce0d73bed86b8bba784ca00e src/main/java/com/cvent/models/operations/GetHotelRequestsRequestBuilder.java: id: 2a30982258c9 @@ -18400,7 +18400,7 @@ trackedFiles: pristine_git_object: 331c2e3d396b68f873ee124547a3129bfe18ffb5 src/main/java/com/cvent/models/operations/GetHousingReservationRequestsRequest.java: id: 96db659bc313 - last_write_checksum: sha1:cfe1ad3b83b31630d1dd4efaa8e02fefb06f2e75 + last_write_checksum: sha1:aa26dd2e58cf6527884dd7d3fb7942eb76002a0f pristine_git_object: 7f95bd7251d6c270bce7208cc0152dcb1592c5df src/main/java/com/cvent/models/operations/GetHousingReservationRequestsRequestBuilder.java: id: f7aac72253a5 @@ -18412,7 +18412,7 @@ trackedFiles: pristine_git_object: f5d9a290bf4ab4f4201b906527969cb9ba58fd7a src/main/java/com/cvent/models/operations/GetHubMembersRequest.java: id: 14882d2e7634 - last_write_checksum: sha1:30526cc3ed51c35e0d9c515a1a776241066c1c1f + last_write_checksum: sha1:cf510ca73aff780d4ae2466f42a54e949c9fd386 pristine_git_object: aa60709b78bbceb05b5ac81983ce93eae5cac007 src/main/java/com/cvent/models/operations/GetHubMembersRequestBuilder.java: id: f8dcd338475b @@ -18436,7 +18436,7 @@ trackedFiles: pristine_git_object: 5529e48bd7eecc43af96042283837b6f3342fc27 src/main/java/com/cvent/models/operations/GetLargeChoicesRequest.java: id: 345295e081b3 - last_write_checksum: sha1:007a2339d025fb044d33602c8ffa56ed5522350a + last_write_checksum: sha1:0b79ea444dbed5b021f59fef7a0b45d1732e334d pristine_git_object: 781a88f69b76e87768caffac322cb30ebe8ada1d src/main/java/com/cvent/models/operations/GetLargeChoicesRequestBuilder.java: id: 0e359ea599b3 @@ -18544,7 +18544,7 @@ trackedFiles: pristine_git_object: 44dd8d8cffda1d48ec1ba84cb369a75f6afad122 src/main/java/com/cvent/models/operations/GetOrderItemsRequest.java: id: a2d1a4bd88bf - last_write_checksum: sha1:2d994fd56df0a38613b9802a8e3f9e3aa18a572c + last_write_checksum: sha1:b51d43b22a3d2dfdb12ad94e74d527c994d7ef68 pristine_git_object: 56b1ec27f74ed3b7d876bb039ca9e935a0cbfc0a src/main/java/com/cvent/models/operations/GetOrderItemsRequestBuilder.java: id: 685f6df041b6 @@ -18556,7 +18556,7 @@ trackedFiles: pristine_git_object: 3326b99ef5e764c19e69e4856e79918e78629db8 src/main/java/com/cvent/models/operations/GetOrdersRequest.java: id: 98ec161e52f0 - last_write_checksum: sha1:c5caa60dcc2157817b23544d7e3fc48f80ac26a4 + last_write_checksum: sha1:9b966649190955083deb2b76433bf11a1d8736fd pristine_git_object: 361fcfd0e385703834f4cde89300a0cf088262cb src/main/java/com/cvent/models/operations/GetOrdersRequestBuilder.java: id: 53f5cf9164fa @@ -18568,7 +18568,7 @@ trackedFiles: pristine_git_object: 6f5d89adfac8c9ef43b5e35b0e66c2b0f3aebf6f src/main/java/com/cvent/models/operations/GetPaymentsRequest.java: id: 10229801105f - last_write_checksum: sha1:31889ee790bf63e8b521e8989ca753db252ba705 + last_write_checksum: sha1:751f1e03715d783efa9d9b90498fecad24a18800 pristine_git_object: fd88a59c88dd72eadd2b5b432f999a6c823f5df9 src/main/java/com/cvent/models/operations/GetPaymentsRequestBuilder.java: id: 389799e5aff2 @@ -18604,7 +18604,7 @@ trackedFiles: pristine_git_object: 6b2ae604fe7fedeae7daf69c703a63f37379882e src/main/java/com/cvent/models/operations/GetQuestionsRequest.java: id: 332511b805c4 - last_write_checksum: sha1:c59671717443fb61a5c00dfda14112b08f949e46 + last_write_checksum: sha1:a3cf8a62387c2634bff29d104259f73bbb8737c0 pristine_git_object: 9d260ec020a5e67497b9b1b07e558b5b42967d4d src/main/java/com/cvent/models/operations/GetQuestionsRequestBuilder.java: id: 1113f6360927 @@ -18678,7 +18678,7 @@ trackedFiles: pristine_git_object: b07c384b46dacc9a7d814c5f5b5eaeaf02fb2163 src/main/java/com/cvent/models/operations/GetRespondentsRequest.java: id: ff67aa44f446 - last_write_checksum: sha1:8cb017b2c55e68fa53691b5e585c3f47b9807d5f + last_write_checksum: sha1:ab2a1f43363d21d376bb9cd8f2686fcd7590c7ca pristine_git_object: b9f4822d7001a8f916de9e0bdca030262853e475 src/main/java/com/cvent/models/operations/GetRespondentsRequestBuilder.java: id: 9efebb83a672 @@ -18690,7 +18690,7 @@ trackedFiles: pristine_git_object: 46f80826ceb1492d1a6f2868f49d4585adca76b0 src/main/java/com/cvent/models/operations/GetResponsesRequest.java: id: a814a8ebec03 - last_write_checksum: sha1:4516a9c21535063dcf8c2fd3ad4b6f6bfb737dda + last_write_checksum: sha1:5aec4404dbcd2afd14edbcf7d9b60d7c5c58adbf pristine_git_object: d820066bd5c0c60afe0a3c5fc0d23af4c8336531 src/main/java/com/cvent/models/operations/GetResponsesRequestBuilder.java: id: c6432065aea0 @@ -18958,7 +18958,7 @@ trackedFiles: pristine_git_object: b5da70d97b8fcc7f0e91fac60986f43453080b39 src/main/java/com/cvent/models/operations/GetStandardSurveyRespondentsRequest.java: id: 2e7faeadc65f - last_write_checksum: sha1:045698a260247048f047a185959b0b2508b05a38 + last_write_checksum: sha1:bc92580cd7caa663e0d9898cdb580acccdacbdaa pristine_git_object: ba5413fbbb1ce293040c22a3e1b33fe2ac5823c7 src/main/java/com/cvent/models/operations/GetStandardSurveyRespondentsRequestBuilder.java: id: 7e90c4090019 @@ -18970,7 +18970,7 @@ trackedFiles: pristine_git_object: a7b32d12b1ba8497250d0dae475db48c7fd28ba9 src/main/java/com/cvent/models/operations/GetStandardSurveyResponsesRequest.java: id: ecfe4070d6b8 - last_write_checksum: sha1:c3f70c69247f6d5ee1be15c8c1f5c314da3ae58e + last_write_checksum: sha1:72f4a0bea77403933ded04d3313677d8e31d395a pristine_git_object: 48892555e4ad4ee0a4fe934ce80e017acec1160e src/main/java/com/cvent/models/operations/GetStandardSurveyResponsesRequestBuilder.java: id: 5e66d3fd22b7 @@ -18982,7 +18982,7 @@ trackedFiles: pristine_git_object: 8c023babf40d04cade42349b76ce7227097564f7 src/main/java/com/cvent/models/operations/GetStandardSurveysRequest.java: id: 02d3573f6b71 - last_write_checksum: sha1:dd3eb7e87d233f6f12589e33294c5a0b64b2d8fa + last_write_checksum: sha1:cf82c28fd6343849494903fc4b46af593b0dd088 pristine_git_object: 57f7633ebe80f0292e61dd0da30b134e474f018a src/main/java/com/cvent/models/operations/GetStandardSurveysRequestBuilder.java: id: 46a9fc0f0ebe @@ -19018,7 +19018,7 @@ trackedFiles: pristine_git_object: 853c5fe1b329a0c41df7e90a73a199b7ac41e0b1 src/main/java/com/cvent/models/operations/GetSurveyRequest.java: id: fda29776ea43 - last_write_checksum: sha1:5363a795bace495edf3a1599161b678a5df04355 + last_write_checksum: sha1:6066f2b2aabce07d619f2b81952844ad029f7c9f pristine_git_object: d30a12219ed29d8417a930a7aa89d93cc1d39e81 src/main/java/com/cvent/models/operations/GetSurveyRequestBuilder.java: id: 3807d22a288a @@ -19054,7 +19054,7 @@ trackedFiles: pristine_git_object: adb1cc94fc84babbc1f9f15dd430fb967282f45d src/main/java/com/cvent/models/operations/GetTransactionItemsRequest.java: id: 1da41ceca63f - last_write_checksum: sha1:930779293c082ffa17ffee07288e8c7815475bf5 + last_write_checksum: sha1:56e9547c0b6fd49b5ff7a09b6fc3cdf710407683 pristine_git_object: 040a4ff34eff1580e885f6aa244cfeb156d0ebf8 src/main/java/com/cvent/models/operations/GetTransactionItemsRequestBuilder.java: id: 83680630d81f @@ -19066,7 +19066,7 @@ trackedFiles: pristine_git_object: 0a0023dcaa3760a055d9c4685cdb075fae554195 src/main/java/com/cvent/models/operations/GetTransactionsRequest.java: id: 086434f32999 - last_write_checksum: sha1:78b6ab0d2e6dbed02be436eacf7201a628f5a8bc + last_write_checksum: sha1:69d9ef44f27fffa5a97e509e27adf04943e2baaf pristine_git_object: a242166f96b3f89e74a3b0a5fe71d1a080775a0a src/main/java/com/cvent/models/operations/GetTransactionsRequestBuilder.java: id: 2ae64f7c36a8 @@ -19182,7 +19182,7 @@ trackedFiles: pristine_git_object: 41aad1e31abb6db13852df58b502274ca408c95f src/main/java/com/cvent/models/operations/GetVideoViewsRequest.java: id: c166cfc952bd - last_write_checksum: sha1:5fafcc1ddcfcc32264f49cbc9e8674b580fecef6 + last_write_checksum: sha1:fd321f1283f3deb342ef413416da37d779f1e27e pristine_git_object: c864949322ce5dc31f2cd69af71f80ea498a0856 src/main/java/com/cvent/models/operations/GetVideoViewsRequestBuilder.java: id: ff270184a2ef @@ -19317,14 +19317,14 @@ trackedFiles: last_write_checksum: sha1:fd5861a928f934d9cca1d13f08bce2232e28b4f4 pristine_git_object: 2a78a91e758e4498645c49904744d8c381ae733c src/main/java/com/cvent/models/operations/ListAssociatedAudienceSegmentsRequest.java: - last_write_checksum: sha1:bffe25653fdb3ce415fde3eebe0339100e7a3221 + last_write_checksum: sha1:3d714dfab659bfc0c5555c5a3f2022d3436a39bd src/main/java/com/cvent/models/operations/ListAssociatedAudienceSegmentsRequestBuilder.java: last_write_checksum: sha1:74b5b28e3abc372316e6b51fe62595ff132dd825 src/main/java/com/cvent/models/operations/ListAssociatedAudienceSegmentsResponse.java: last_write_checksum: sha1:d65756c21065d5101b8b79cce65f563cd5eaaf90 src/main/java/com/cvent/models/operations/ListAttendeeActivitiesRequest.java: id: 96b99942f81f - last_write_checksum: sha1:3258d19503f8d957182d526eb681583583187964 + last_write_checksum: sha1:6bd54f322acf2064252949acbd02800eb3371daf pristine_git_object: a154da805b5fb40e8c826eb22c24a0e150d567f6 src/main/java/com/cvent/models/operations/ListAttendeeActivitiesRequestBuilder.java: id: ad703da240fb @@ -19335,7 +19335,7 @@ trackedFiles: last_write_checksum: sha1:ac72bc1dce7a5094f682a39cdbc6e38dabbb45b4 pristine_git_object: d184b615f806f23d5a2244d8bab6391a934f92e1 src/main/java/com/cvent/models/operations/ListAttendeeAudienceSegmentsRequest.java: - last_write_checksum: sha1:fe6e635d03a80d86e31763246eb7e91b13edb995 + last_write_checksum: sha1:7f152ca5a10410b4701e0ad222e7a3fc961796d8 src/main/java/com/cvent/models/operations/ListAttendeeAudienceSegmentsRequestBuilder.java: last_write_checksum: sha1:9bf55e841b4a0bac9c9c232afe42c5d122961208 src/main/java/com/cvent/models/operations/ListAttendeeAudienceSegmentsResponse.java: @@ -19354,7 +19354,7 @@ trackedFiles: pristine_git_object: cbafe32c6c150512f13d6e9110476fe82e46e20b src/main/java/com/cvent/models/operations/ListAttendeeLinksRequest.java: id: 6e8041ce7021 - last_write_checksum: sha1:82b7d0195fc1feb3fe09a75a53fbbd6acedbf10b + last_write_checksum: sha1:69ef3e399fc7cefad675144a017bf6e7b3bfd519 pristine_git_object: 0276dd71e081488862642c402c8325f2d7014904 src/main/java/com/cvent/models/operations/ListAttendeeLinksRequestBuilder.java: id: 3ecdf3334df0 @@ -19378,7 +19378,7 @@ trackedFiles: pristine_git_object: fe4e7923fce41445e9ba79fb621699f334460990 src/main/java/com/cvent/models/operations/ListAttendeesRequest.java: id: 20acb36cb19c - last_write_checksum: sha1:25ba8a973285eaa2508f479b3cda79ea18260c39 + last_write_checksum: sha1:3329d510a6802dafe4fbfad6367608779c488eaf pristine_git_object: be13a74a913947ab79882e656ab219b61d349717 src/main/java/com/cvent/models/operations/ListAttendeesRequestBuilder.java: id: 9d79ec3fc623 @@ -19390,7 +19390,7 @@ trackedFiles: pristine_git_object: 72aad959b556348606af970d465b41ed64cc2729 src/main/java/com/cvent/models/operations/ListAudienceSegmentsPostFilterRequest.java: id: 93614aa3c530 - last_write_checksum: sha1:3b564facff13c33e18d7d1ebaf4dc2a5a54f7ae2 + last_write_checksum: sha1:c5dedcaa19e7c20501e22115904240d893551d10 pristine_git_object: 57dd520b0d063d87fabb194d4abf6c0f1258ee15 src/main/java/com/cvent/models/operations/ListAudienceSegmentsPostFilterRequestBuilder.java: id: 7adc5a43124b @@ -19402,7 +19402,7 @@ trackedFiles: pristine_git_object: 110e7320de578f45da549f3900bac8aa650ffaee src/main/java/com/cvent/models/operations/ListAudienceSegmentsRequest.java: id: dfb33fd0fe32 - last_write_checksum: sha1:fe180ebdae4f2e8a5590b04aef208d3960169ef1 + last_write_checksum: sha1:6067bf908e0f1dfb4502e1e04f0ef4d5b4e7621d pristine_git_object: 655b5adfb3f9cdcc57fe8a987919a9dfa3bface2 src/main/java/com/cvent/models/operations/ListAudienceSegmentsRequestBuilder.java: id: 009656c92fa9 @@ -19474,7 +19474,7 @@ trackedFiles: pristine_git_object: cb4bc9efecd4d85be0066182e3a97d2fe03e24de src/main/java/com/cvent/models/operations/ListContactGroupsRequest.java: id: 187562b63a9e - last_write_checksum: sha1:763512b03ca481fe7de1c359a5633506efb663bc + last_write_checksum: sha1:232697ca16de16df10f89a20ee9a2ae5e28fb77a pristine_git_object: 84e506c996a7a840ab1e25f42d1eb5fd5be17c33 src/main/java/com/cvent/models/operations/ListContactGroupsRequestBuilder.java: id: 15c7c4b0f1f3 @@ -19498,7 +19498,7 @@ trackedFiles: pristine_git_object: 9970e33a01d80167dbf73cfbcf012e559e4b7bd6 src/main/java/com/cvent/models/operations/ListContactTypesRequest.java: id: 2c88194e86d9 - last_write_checksum: sha1:c8706faa2e61c96136548837c8948efb8819460a + last_write_checksum: sha1:ba7d950bdac1c14a1bd6e8b2ebea80273e077c3e pristine_git_object: ff42f194619cb4c7ef60d299bf12df8b3ae355f9 src/main/java/com/cvent/models/operations/ListContactTypesRequestBuilder.java: id: adbfbcb2db7a @@ -19522,7 +19522,7 @@ trackedFiles: pristine_git_object: 6f0d3209627ffe90498436d237c1445d26be74ba src/main/java/com/cvent/models/operations/ListContactsRequest.java: id: 095db9f63246 - last_write_checksum: sha1:ba6e658ba16f55443fa1c227829e56b3976ad20d + last_write_checksum: sha1:1f9d8236f69995d8ea4d288ae9af5458d2a5df92 pristine_git_object: 95733cc8ec3bbaf1ad97be3ae2faafc7652c89da src/main/java/com/cvent/models/operations/ListContactsRequestBuilder.java: id: 97307a3eb1e9 @@ -19546,7 +19546,7 @@ trackedFiles: pristine_git_object: 95a0327602dcbdc10b400c75996771b2d2384d75 src/main/java/com/cvent/models/operations/ListDiscountedAgendaItemsRequest.java: id: 034d1513bd11 - last_write_checksum: sha1:5a80fc06d3992ea8914a732be4316db6cac25233 + last_write_checksum: sha1:f69164d46c32cf6636d412ac36d299da91eb4885 pristine_git_object: a2ad7534e596c042df2483308ffe3154c1244fd9 src/main/java/com/cvent/models/operations/ListDiscountedAgendaItemsRequestBuilder.java: id: ea81087d8493 @@ -19570,7 +19570,7 @@ trackedFiles: pristine_git_object: c9a31ba9d97c18dde370d1dbcb97700b2435a36a src/main/java/com/cvent/models/operations/ListDonationItemsRequest.java: id: a32dbe04d4cb - last_write_checksum: sha1:8f273458f7abba465515462fcee79ef0482c5c6e + last_write_checksum: sha1:b51286d6ac3488489dabd6b5e736bb3bbe4e171a pristine_git_object: fdcf1aece2a56208b3769dd70a842164255de872 src/main/java/com/cvent/models/operations/ListDonationItemsRequestBuilder.java: id: 3eedc3535cb4 @@ -19582,7 +19582,7 @@ trackedFiles: pristine_git_object: fcdfe10334173ab485f0cc9b75e6592f66ea6787 src/main/java/com/cvent/models/operations/ListDurationsRequest.java: id: 9451239af488 - last_write_checksum: sha1:abe62dfa559d29696f0dbe7395653967f18aa766 + last_write_checksum: sha1:e636879d3d45c0c3de4c257eda24cbc680a9c6f3 pristine_git_object: 1d194e6850287377518ddafa720731764f001099 src/main/java/com/cvent/models/operations/ListDurationsRequestBuilder.java: id: e210091b13ca @@ -19594,7 +19594,7 @@ trackedFiles: pristine_git_object: ec41dea4b3bf70975dcc54d6d832ec48e403212e src/main/java/com/cvent/models/operations/ListEventDiscountsRequest.java: id: 1f23500ffc68 - last_write_checksum: sha1:8ea1e14e4f04d67e18ae634792c76f93c0b9fc8b + last_write_checksum: sha1:ad64b9007c25432c8295e57062f8ce98a5a6d06d pristine_git_object: 7b120594b86940f8a55313e8b5ee32f4b5734761 src/main/java/com/cvent/models/operations/ListEventDiscountsRequestBuilder.java: id: 88909a583aba @@ -19653,7 +19653,7 @@ trackedFiles: src/main/java/com/cvent/models/operations/ListEventVouchersPostFilterResponse.java: last_write_checksum: sha1:225338ad255569c5ae639fb953fa896a651d40e2 src/main/java/com/cvent/models/operations/ListEventVouchersRequest.java: - last_write_checksum: sha1:8839c1f2c64b694f19b5a6da1c1b95e7cfd5ba45 + last_write_checksum: sha1:fa2947bfa00ca789a305e0ee0305057fa7a3838d src/main/java/com/cvent/models/operations/ListEventVouchersRequestBuilder.java: last_write_checksum: sha1:ea52b07be0a2e190097bb69aab0803bfbd53fc3c src/main/java/com/cvent/models/operations/ListEventVouchersResponse.java: @@ -19732,7 +19732,7 @@ trackedFiles: pristine_git_object: 33c396f5a179c54611b14c060b4a6af8c555ff1a src/main/java/com/cvent/models/operations/ListExternalAttendeeActivitiesMetadataRequest.java: id: a8af656e53a5 - last_write_checksum: sha1:f2d42f24ece937610ed4dd66340680e832529690 + last_write_checksum: sha1:d1f4a69c488e093a35715ea949cd0f0dfed83930 pristine_git_object: 228b00f830f6ca013a3139bc67002e21124f2404 src/main/java/com/cvent/models/operations/ListExternalAttendeeActivitiesMetadataRequestBuilder.java: id: adc74b586a1b @@ -19744,7 +19744,7 @@ trackedFiles: pristine_git_object: fa7ad5e7468efd7ac689bca1a2cf8d360198ba5b src/main/java/com/cvent/models/operations/ListFeeItemsRequest.java: id: 7ba704e55e69 - last_write_checksum: sha1:5755322f243def48ee05a28aaafb04eef09f9e69 + last_write_checksum: sha1:ab281606221c75e21ca33e920b7e63c01d38e42b pristine_git_object: 21a3e516e24c96eb35200bcb9bb84e32c1c10ffb src/main/java/com/cvent/models/operations/ListFeeItemsRequestBuilder.java: id: 8fe3cdaccc83 @@ -19756,7 +19756,7 @@ trackedFiles: pristine_git_object: 20fc959055e3e46f290c9dfbde870c7e9f0910f7 src/main/java/com/cvent/models/operations/ListHubsRequest.java: id: 3e486a4b4929 - last_write_checksum: sha1:4573375f290a3e89f3be75f0c0c49ee46614f2cd + last_write_checksum: sha1:9cdfc3b1ae784d1c25dfc0b9fe2d7a11719dc972 pristine_git_object: c16baf13ba6a9821d0eeda9e5a9a38a605e29188 src/main/java/com/cvent/models/operations/ListHubsRequestBuilder.java: id: 19948486639e @@ -19833,14 +19833,14 @@ trackedFiles: src/main/java/com/cvent/models/operations/ListMembershipItemsPostFilterResponse.java: last_write_checksum: sha1:6297e7c1fe51693b21a840b771f529e094676f57 src/main/java/com/cvent/models/operations/ListMembershipItemsRequest.java: - last_write_checksum: sha1:0e2ba77f103db5ddb84c38689ef9708aafd539ff + last_write_checksum: sha1:45855a0b0f274aa0c447d04b31da632850f598c0 src/main/java/com/cvent/models/operations/ListMembershipItemsRequestBuilder.java: last_write_checksum: sha1:d49adedd7d7b4002c34cb0eb2c011c4bf392e732 src/main/java/com/cvent/models/operations/ListMembershipItemsResponse.java: last_write_checksum: sha1:1348d03aa46c4663511491abddb46e95a143312f src/main/java/com/cvent/models/operations/ListPlayersRequest.java: id: 31ff58fecbc3 - last_write_checksum: sha1:2ce7a3ff31dc93f97fd709a1947e4eb38799d4a9 + last_write_checksum: sha1:c1722923138b34fe42e567bf6c00d7b420e63b24 pristine_git_object: 6b8f0962adad6c12390dc1579a4934815459bb3a src/main/java/com/cvent/models/operations/ListPlayersRequestBuilder.java: id: 288bada73561 @@ -19876,7 +19876,7 @@ trackedFiles: pristine_git_object: 3ab6d55a237403f438390848aa649a7f263a2736 src/main/java/com/cvent/models/operations/ListProgramItemsRequest.java: id: e125d35d11f7 - last_write_checksum: sha1:933a51d267da8d96ae04eeaa939ff06e8544a88b + last_write_checksum: sha1:fb27fbe01f0859f829f033d3087d70a08aaec409 pristine_git_object: f22d839864da066a1d335c397cb3bdf09ae0436b src/main/java/com/cvent/models/operations/ListProgramItemsRequestBuilder.java: id: e2bc0623ff71 @@ -19900,7 +19900,7 @@ trackedFiles: pristine_git_object: 7e7a297d80a9d088c7c64e539be186aee84aab13 src/main/java/com/cvent/models/operations/ListQuantityItemsRequest.java: id: 732755a8a5b3 - last_write_checksum: sha1:02483a65b1d4fc57a660e0e000b94393a8d03838 + last_write_checksum: sha1:9552e16e3b670eca9bd49e00ff3038c67d67391d pristine_git_object: 8d5800ec52b5199751bf1fa77a889a74791c84fe src/main/java/com/cvent/models/operations/ListQuantityItemsRequestBuilder.java: id: 946c64d036ba @@ -20008,7 +20008,7 @@ trackedFiles: pristine_git_object: e94d9871604edab551ec1afcfffb33f647c17890 src/main/java/com/cvent/models/operations/ListSegmentAssociatedAttendeesRequest.java: id: d95626f43338 - last_write_checksum: sha1:23780fbda690403f1c333e7b846d55be53713e50 + last_write_checksum: sha1:34c1c179b2fafabdd2f1ea24284d6fbb8d7ae3b2 pristine_git_object: ddbec61f4c542ace1abdda3e0603d0dced03c06b src/main/java/com/cvent/models/operations/ListSegmentAssociatedAttendeesRequestBuilder.java: id: 7326a19f09b7 @@ -20020,7 +20020,7 @@ trackedFiles: pristine_git_object: c8bc5c83d101284efa969a54c589fef913b0106d src/main/java/com/cvent/models/operations/ListSessionDocsRequest.java: id: 58cfd3dce9bd - last_write_checksum: sha1:906592254db575ef4000a078f160b4119660eaed + last_write_checksum: sha1:5f1a49bd5829da1ef51e3435fb602d717bad900c pristine_git_object: 2ad0ae72c1d5f6f1ac8f03e4b7d11a46b7f44c10 src/main/java/com/cvent/models/operations/ListSessionDocsRequestBuilder.java: id: 971445985d4f @@ -20068,7 +20068,7 @@ trackedFiles: pristine_git_object: e0e9ca29d2a15cc4cd3961773ebd7c50ef61845e src/main/java/com/cvent/models/operations/ListSessionsCategoriesRequest.java: id: dc3d6d634467 - last_write_checksum: sha1:57dfc62e568954143a1e1f78c72bc50896910a9b + last_write_checksum: sha1:da55b5294fe2e18f4f7a037b1e9a09fb8da24c16 pristine_git_object: 1e9a1c294d708e56866a640662bfa72b326fe2f9 src/main/java/com/cvent/models/operations/ListSessionsCategoriesRequestBuilder.java: id: 5410cbe9b595 @@ -20116,7 +20116,7 @@ trackedFiles: pristine_git_object: 44b52574d1d4e74d07777037cfbed9879ff8bd90 src/main/java/com/cvent/models/operations/ListSessionsRequest.java: id: 23449529e569 - last_write_checksum: sha1:6fe28108aa65e5967d2efeabe8a2aa7c14263ff3 + last_write_checksum: sha1:ac5d255c6c682b432ce1fd9d0710993f165f91d0 pristine_git_object: 5f2f4bcb64b1d828ea67e98dd120d4bed7f6a381 src/main/java/com/cvent/models/operations/ListSessionsRequestBuilder.java: id: aa6855cc47ba @@ -20211,7 +20211,7 @@ trackedFiles: last_write_checksum: sha1:78d4874ea55d2b24e50be75939a87cf3acb10201 pristine_git_object: e1ee5e172315541a58be3bc8bcae97dfa4c17f79 src/main/java/com/cvent/models/operations/ListTaxesRequest.java: - last_write_checksum: sha1:7ddea849b193cd6acd4fb8c25bdcf1f37e3df279 + last_write_checksum: sha1:0b6bd9c29b32ed9182abbdf14bbc5e679416d204 src/main/java/com/cvent/models/operations/ListTaxesRequestBuilder.java: last_write_checksum: sha1:b13cf2150f9c8daee1a2d36649eb3fdd481417e2 src/main/java/com/cvent/models/operations/ListTaxesResponse.java: @@ -20326,7 +20326,7 @@ trackedFiles: pristine_git_object: 0045a803d33697a3ab8540b03d5bf22c386071d4 src/main/java/com/cvent/models/operations/ListVideosRequest.java: id: a5d79a66cb23 - last_write_checksum: sha1:696146118d226d238c2c753ad74f1e5fce2e1cce + last_write_checksum: sha1:f0ec6622c6c1e536048a49d7c8dbc48533981c49 pristine_git_object: feeef5b81cfb99092be65ecd607c12db77c88b42 src/main/java/com/cvent/models/operations/ListVideosRequestBuilder.java: id: 48b5f71ab8a1 @@ -20338,7 +20338,7 @@ trackedFiles: pristine_git_object: e638b7b92fbea77caece0504f01923fada52c9b3 src/main/java/com/cvent/models/operations/ListWebcastAttendeeLinksRequest.java: id: 61b9ec49290f - last_write_checksum: sha1:6a74dbe6a9f61bbfc24c4c7d2feaa54945136960 + last_write_checksum: sha1:863345126bba8fca691e5d9654e8a950e6eb0966 pristine_git_object: 6dc1c5f6f5da2bb52a92733c3aaac42104f06d81 src/main/java/com/cvent/models/operations/ListWebcastAttendeeLinksRequestBuilder.java: id: c8d8c1b9dd2a @@ -20350,7 +20350,7 @@ trackedFiles: pristine_git_object: eb5b9cf96cf2e7dbeb288541d3e27d956cf0ee8a src/main/java/com/cvent/models/operations/ListWebcastsRequest.java: id: 48760ce7ba3d - last_write_checksum: sha1:86e0b53a60e5306816c0b25a56794ce03b57077e + last_write_checksum: sha1:25e1b2905d9e0398bff7ccbb4953d14f861a8cdd pristine_git_object: d4b4a34c28cfb05a752662376ad0decf28e28805 src/main/java/com/cvent/models/operations/ListWebcastsRequestBuilder.java: id: 5485819aabb9 diff --git a/packages/java/.speakeasy/gen.yaml b/packages/java/.speakeasy/gen.yaml index 41f833862..df50aa760 100644 --- a/packages/java/.speakeasy/gen.yaml +++ b/packages/java/.speakeasy/gen.yaml @@ -34,7 +34,7 @@ generation: generateNewTests: true skipResponseBodyAssertions: false java: - version: 1.5.0 + version: 1.5.1 additionalDependencies: [] additionalPlugins: [] artifactID: sdk diff --git a/packages/java/README.md b/packages/java/README.md index c177a7429..cd859ccfe 100644 --- a/packages/java/README.md +++ b/packages/java/README.md @@ -44,7 +44,7 @@ The samples below show how a published SDK artifact is used: Gradle: ```groovy -implementation 'com.cvent:sdk:1.5.0' +implementation 'com.cvent:sdk:1.5.1' ``` Maven: @@ -52,7 +52,7 @@ Maven: com.cvent sdk - 1.5.0 + 1.5.1 ``` diff --git a/packages/java/docs/models/components/AttendeeContactInfo.md b/packages/java/docs/models/components/AttendeeContactInfo.md index 10e75c253..5ba0496dd 100644 --- a/packages/java/docs/models/components/AttendeeContactInfo.md +++ b/packages/java/docs/models/components/AttendeeContactInfo.md @@ -5,43 +5,43 @@ Information about attendee contact added to an event. ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| ~~`created`~~ | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | 2017-01-02T02:00:00Z | -| ~~`createdBy`~~ | *Optional\* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that created this attendee record. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | hporter | -| ~~`lastModified`~~ | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | 2019-02-12T03:00:00Z | -| ~~`lastModifiedBy`~~ | *Optional\* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that last updated this attendee record. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | hporter | -| `id` | *Optional\* | :heavy_minus_sign: | The id of contact | | -| `firstName` | *Optional\* | :heavy_minus_sign: | The first name of the contact | Henry | -| `lastName` | *Optional\* | :heavy_minus_sign: | The last name of the contact | Potterfield | -| `middleName` | *Optional\* | :heavy_minus_sign: | The middle name of the contact | A | -| `nickname` | *Optional\* | :heavy_minus_sign: | The nickname of the contact. | Harry | -| `email` | *Optional\* | :heavy_minus_sign: | The email address of the contact | h.potterfield@test.com | -| `ccEmail` | *Optional\* | :heavy_minus_sign: | An alternate email address of the contact that will be cc'd on all email communications | h.porter@tesing.com | -| `gender` | [Optional\](../../models/components/Gender.md) | :heavy_minus_sign: | The gender of the contact. | Male | -| `company` | *Optional\* | :heavy_minus_sign: | The company/organization the contact belongs to. | Cvent Inc. | -| `designation` | *Optional\* | :heavy_minus_sign: | The designation of the contact | Event | -| `title` | *Optional\* | :heavy_minus_sign: | The job title of the contact | Event Planner | -| `type` | [Optional\](../../models/components/AttendeeContactType.md) | :heavy_minus_sign: | Contains details related to the attendee's contact type. | | -| ~~`membership`~~ | [Optional\](../../models/components/AttendeeContactMembership.md) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Attendee's contact membership information. Note: This field is deprecated. Previous documentation incorrectly listed support for this feature. | | -| `primaryAddressType` | [Optional\](../../models/components/AddressType.md) | :heavy_minus_sign: | The type of address. | Home | -| `homeAddress` | [Optional\](../../models/components/Address3.md) | :heavy_minus_sign: | Address details | | -| `homePhone` | *Optional\* | :heavy_minus_sign: | Home phone number | 555-555-5555 | -| `homeFax` | *Optional\* | :heavy_minus_sign: | Home FAX number | 555-555-5555 | -| `workAddress` | [Optional\](../../models/components/Address3.md) | :heavy_minus_sign: | Address details | | -| `workPhone` | *Optional\* | :heavy_minus_sign: | Work phone number | 555-555-5555 | -| `workFax` | *Optional\* | :heavy_minus_sign: | Work FAX number | 555-555-5555 | -| `optOut` | [Optional\](../../models/components/OptOut.md) | :heavy_minus_sign: | Opt-out choices. | | -| `customFields` | List\<[CustomFieldSchema](../../models/components/CustomFieldSchema.md)> | :heavy_minus_sign: | Collection of custom fields. | | -| `sourceId` | *Optional\* | :heavy_minus_sign: | This is a ID for the contact in an external system. NOTE: This value is expected to be unique for each contact within an account. Consider adding the external system name has part of the ID | system-a-00000000-0000-0000-0000-000000000000 | -| `mobilePhone` | *Optional\* | :heavy_minus_sign: | Mobile phone number | 555-555-5555 | -| `compliance` | List\<[Compliance](../../models/components/Compliance.md)> | :heavy_minus_sign: | Detail related to compliance with the contact's privacy rights under various legislation. | | -| `prefix` | *Optional\* | :heavy_minus_sign: | Used to denote what is traditionally a title of an individual. For example, Mr., Mrs., Dr., etc. | Dr. | -| `pager` | *Optional\* | :heavy_minus_sign: | The pager number of the contact. | 555-555-5555 | -| `deleted` | *Optional\* | :heavy_minus_sign: | True indicates a contact is deleted. | false | -| `headline` | *Optional\* | :heavy_minus_sign: | The headline of the contact's profile, which summarizes their professional experience and qualities. | Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands | -| `personalWebsite` | *Optional\* | :heavy_minus_sign: | A contact's personal website URL. | https://www.example.com | -| `biography` | *Optional\* | :heavy_minus_sign: | A contact's biographical writeup. | I am a marketing professional with experience in event planning and brand strategy. | -| ~~`pronoun`~~ | *Optional\* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Represents the preferred pronoun of a contact. Deprecated. Use `pronouns` instead. | he/him/she/her/they/them | -| `pronouns` | *Optional\* | :heavy_minus_sign: | Represents the preferred pronouns of a contact. | he/him/she/her/they/them | -| `links` | [Optional\](../../models/components/ContactLinks.md) | :heavy_minus_sign: | Collection of social media links for the contact. | | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| ~~`created`~~ | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | 2017-01-02T02:00:00Z | +| ~~`createdBy`~~ | *Optional\* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that created this attendee record. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | hporter | +| ~~`lastModified`~~ | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | 2019-02-12T03:00:00Z | +| ~~`lastModifiedBy`~~ | *Optional\* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that last updated this attendee record. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | hporter | +| `id` | *Optional\* | :heavy_minus_sign: | The id of contact | | +| `firstName` | *Optional\* | :heavy_minus_sign: | The first name of the contact | Henry | +| `lastName` | *Optional\* | :heavy_minus_sign: | The last name of the contact | Potterfield | +| `middleName` | *Optional\* | :heavy_minus_sign: | The middle name of the contact | A | +| `nickname` | *Optional\* | :heavy_minus_sign: | The nickname of the contact. | Harry | +| `email` | *Optional\* | :heavy_minus_sign: | The email address of the contact | h.potterfield@test.com | +| `ccEmail` | *Optional\* | :heavy_minus_sign: | An alternate email address of the contact that will be cc'd on all email communications | h.porter@tesing.com | +| `gender` | [Optional\](../../models/components/Gender.md) | :heavy_minus_sign: | The gender of the contact. | Male | +| `company` | *Optional\* | :heavy_minus_sign: | The company/organization the contact belongs to. | Cvent Inc. | +| `designation` | *Optional\* | :heavy_minus_sign: | The designation of the contact | Event | +| `title` | *Optional\* | :heavy_minus_sign: | The job title of the contact | Event Planner | +| `type` | [Optional\](../../models/components/AttendeeContactType.md) | :heavy_minus_sign: | Contains details related to the attendee's contact type. | | +| ~~`membership`~~ | [Optional\](../../models/components/AttendeeContactMembership.md) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Attendee's contact membership information. Note: This field is deprecated. Previous documentation incorrectly listed support for this feature. | | +| `primaryAddressType` | [Optional\](../../models/components/AddressType.md) | :heavy_minus_sign: | The type of address. | Home | +| `homeAddress` | [Optional\](../../models/components/Address3.md) | :heavy_minus_sign: | Address details | | +| `homePhone` | *Optional\* | :heavy_minus_sign: | Home phone number | 555-555-5555 | +| `homeFax` | *Optional\* | :heavy_minus_sign: | Home FAX number | 555-555-5555 | +| `workAddress` | [Optional\](../../models/components/Address3.md) | :heavy_minus_sign: | Address details | | +| `workPhone` | *Optional\* | :heavy_minus_sign: | Work phone number | 555-555-5555 | +| `workFax` | *Optional\* | :heavy_minus_sign: | Work FAX number | 555-555-5555 | +| `optOut` | [Optional\](../../models/components/OptOut.md) | :heavy_minus_sign: | Opt-out choices. | | +| `customFields` | List\<[CustomFieldSchema](../../models/components/CustomFieldSchema.md)> | :heavy_minus_sign: | Collection of custom fields. | | +| `sourceId` | *Optional\* | :heavy_minus_sign: | This is a ID for the contact in an external system. NOTE: This value is expected to be unique for each contact within an account. Consider adding the external system name has part of the ID | system-a-00000000-0000-0000-0000-000000000000 | +| `mobilePhone` | *Optional\* | :heavy_minus_sign: | Mobile phone number | 555-555-5555 | +| `compliance` | List\<[Compliance](../../models/components/Compliance.md)> | :heavy_minus_sign: | Detail related to compliance with the contact's privacy rights under various legislation. | | +| `prefix` | *Optional\* | :heavy_minus_sign: | Used to denote what is traditionally a title of an individual. For example, Mr., Mrs., Dr., etc. | Dr. | +| `pager` | *Optional\* | :heavy_minus_sign: | The pager number of the contact. | 555-555-5555 | +| `deleted` | *Optional\* | :heavy_minus_sign: | True indicates a contact is deleted. | false | +| `headline` | *Optional\* | :heavy_minus_sign: | The headline of the contact's profile, which summarizes their professional experience and qualities. | Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands | +| `personalWebsite` | *Optional\* | :heavy_minus_sign: | A contact's personal website URL. | https://www.example.com | +| `biography` | *Optional\* | :heavy_minus_sign: | A contact's biographical writeup. | I am a marketing professional with experience in event planning and brand strategy. | +| ~~`pronoun`~~ | *Optional\* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Represents the preferred pronoun of a contact. Deprecated. Use `pronouns` instead. | he/him/she/her/they/them | +| `pronouns` | *Optional\* | :heavy_minus_sign: | Represents the preferred pronouns of a contact. | he/him/she/her/they/them | +| `links` | [Optional\](../../models/components/ContactLinks.md) | :heavy_minus_sign: | Collection of social media links for the contact. | | \ No newline at end of file diff --git a/packages/java/docs/models/components/Event1.md b/packages/java/docs/models/components/Event1.md index 2ed9ce94b..4073bd255 100644 --- a/packages/java/docs/models/components/Event1.md +++ b/packages/java/docs/models/components/Event1.md @@ -18,7 +18,7 @@ Represents an event. | `closeAfter` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The event will be closed for registration after this ISO 8601 formatted date and time. | 2020-02-01T23:59:00.000Z | | `archiveAfter` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The event will be archived after this ISO 8601 formatted date and time. | 2020-05-07T12:00:00.000Z | | `launchAfter` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The event will launch after this ISO 8601 formatted date and time. If the event has not yet launched, this field shows a date of 1/1/1900. | 2020-01-07T12:00:00.000Z | -| `timezone` | *String* | :heavy_check_mark: | List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). | America/New_York | +| `timezone` | *String* | :heavy_check_mark: | List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). | America/New_York | | `venues` | List\<[VenueJson](../../models/components/VenueJson.md)> | :heavy_minus_sign: | Collection of venues. | | | `showVenueLocation` | *Optional\* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | | `showPointOfContact` | *Optional\* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | diff --git a/packages/java/docs/models/components/EventInput.md b/packages/java/docs/models/components/EventInput.md index b4686a65a..0ea53eb28 100644 --- a/packages/java/docs/models/components/EventInput.md +++ b/packages/java/docs/models/components/EventInput.md @@ -12,7 +12,7 @@ Represents an event. | `description` | *Optional\* | :heavy_minus_sign: | Detailed description of the event. | Cvent annual user conference. | | `start` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The ISO 8601 formatted date and time when the event starts. | 2020-02-03T13:00:00.000Z | | `end` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The ISO 8601 formatted date and time when the event ends. | 2020-02-07T17:00:00.000Z | -| `timezone` | *String* | :heavy_check_mark: | List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). | America/New_York | +| `timezone` | *String* | :heavy_check_mark: | List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). | America/New_York | | `venues` | List\<[VenueJsonInput](../../models/components/VenueJsonInput.md)> | :heavy_minus_sign: | Collection of venues. | | | `showVenueLocation` | *Optional\* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | | `showPointOfContact` | *Optional\* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | diff --git a/packages/java/docs/models/components/EventUpdate.md b/packages/java/docs/models/components/EventUpdate.md index ade10e0e2..4de81f687 100644 --- a/packages/java/docs/models/components/EventUpdate.md +++ b/packages/java/docs/models/components/EventUpdate.md @@ -18,7 +18,7 @@ Represents updates to an event. | `closeAfter` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The event will be closed for registration after this ISO 8601 formatted date and time. | 2020-02-01T23:59:00.000Z | | `archiveAfter` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The event will be archived after this ISO 8601 formatted date and time. | 2020-05-07T12:00:00.000Z | | `launchAfter` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The event will launch after this ISO 8601 formatted date and time. If the event has not yet launched, this field shows a date of 1/1/1900. | 2020-01-07T12:00:00.000Z | -| `timezone` | *String* | :heavy_check_mark: | List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). | America/New_York | +| `timezone` | *String* | :heavy_check_mark: | List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). | America/New_York | | `venues` | List\<[VenueJson](../../models/components/VenueJson.md)> | :heavy_minus_sign: | Collection of venues. | | | `showVenueLocation` | *Optional\* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | | `showPointOfContact` | *Optional\* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | diff --git a/packages/java/docs/models/components/EventUpdateInput.md b/packages/java/docs/models/components/EventUpdateInput.md index 7416c9358..7016844f7 100644 --- a/packages/java/docs/models/components/EventUpdateInput.md +++ b/packages/java/docs/models/components/EventUpdateInput.md @@ -14,7 +14,7 @@ Represents updates to an event. | `end` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The ISO 8601 formatted date and time when the event ends. | 2020-02-07T17:00:00.000Z | | `closeAfter` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The event will be closed for registration after this ISO 8601 formatted date and time. | 2020-02-01T23:59:00.000Z | | `archiveAfter` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The event will be archived after this ISO 8601 formatted date and time. | 2020-05-07T12:00:00.000Z | -| `timezone` | *String* | :heavy_check_mark: | List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). | America/New_York | +| `timezone` | *String* | :heavy_check_mark: | List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). | America/New_York | | `venues` | List\<[VenueJsonInput](../../models/components/VenueJsonInput.md)> | :heavy_minus_sign: | Collection of venues. | | | `showVenueLocation` | *Optional\* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | | `showPointOfContact` | *Optional\* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | diff --git a/packages/java/docs/models/operations/GetAccountBudgetItemsRequest.md b/packages/java/docs/models/operations/GetAccountBudgetItemsRequest.md index 610ae225e..bdbf70e47 100644 --- a/packages/java/docs/models/operations/GetAccountBudgetItemsRequest.md +++ b/packages/java/docs/models/operations/GetAccountBudgetItemsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_check_mark: | Used to query records that have been modified after this time point. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_check_mark: | Used to query records that have been modified before this point | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-----------------\|:-----------\|
\| event.id \| `eq`, `ne` \|
\| rfp.id \| `eq`, `ne` \|
\| budgetVersion.id \| `eq`, `ne` \|
\| id \| `eq`, `ne` \|
\| category.id \| `eq`, `ne` \|
\| category.name \| `eq`, `ne` \|
\| subCategory.id \| `eq`, `ne` \|
\| subCategory.name \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| event.id eq 'e7120b27-ca4c-46c1-b5de-cbe5ea0e26d5' and budgetVersion.id ne 'e7120b27-ca4c-46c1-b5de-cbe5ea0e26d5' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_check_mark: | Used to query records that have been modified after this time point. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_check_mark: | Used to query records that have been modified before this point | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-----------------\|:-----------\|
\| event.id \| `eq`, `ne` \|
\| rfp.id \| `eq`, `ne` \|
\| budgetVersion.id \| `eq`, `ne` \|
\| id \| `eq`, `ne` \|
\| category.id \| `eq`, `ne` \|
\| category.name \| `eq`, `ne` \|
\| subCategory.id \| `eq`, `ne` \|
\| subCategory.name \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| event.id eq 'e7120b27-ca4c-46c1-b5de-cbe5ea0e26d5' and budgetVersion.id ne 'e7120b27-ca4c-46c1-b5de-cbe5ea0e26d5' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetAccountVendorsRequest.md b/packages/java/docs/models/operations/GetAccountVendorsRequest.md index bdb547e1e..c858f5032 100644 --- a/packages/java/docs/models/operations/GetAccountVendorsRequest.md +++ b/packages/java/docs/models/operations/GetAccountVendorsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:--------------\|:-----------------------------------\|
\| id \| `eq`, `ne` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| active \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| active eq true and id eq '5b5a6e5c-1234-4af5-9d1f-9bcb9e7c1234' and lastModified ge '2025-01-01T00:00:00Z' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:--------------\|:-----------------------------------\|
\| id \| `eq`, `ne` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| active \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| active eq true and id eq '5b5a6e5c-1234-4af5-9d1f-9bcb9e7c1234' and lastModified ge '2025-01-01T00:00:00Z' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetAirActualDetailRequest.md b/packages/java/docs/models/operations/GetAirActualDetailRequest.md index 8424743a8..6a63b2352 100644 --- a/packages/java/docs/models/operations/GetAirActualDetailRequest.md +++ b/packages/java/docs/models/operations/GetAirActualDetailRequest.md @@ -3,13 +3,13 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `expand` | List\<[ExpandAirActualQuestionAnswer](../../models/components/ExpandAirActualQuestionAnswer.md)> | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* airActualDetails.airActualAnswers.question (List Event Questions)
| airActualDetails.airActualAnswers.question | -| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* airActualDetails.name
* airActualDetails.lastModified
where i <= limit
| airActualDetails.name:DESC,airActualDetails.lastModified:ASC | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `id` | *String* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `expand` | List\<[ExpandAirActualQuestionAnswer](../../models/components/ExpandAirActualQuestionAnswer.md)> | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* airActualDetails.airActualAnswers.question (List Event Questions)
| airActualDetails.airActualAnswers.question | +| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* airActualDetails.name
* airActualDetails.lastModified
where i <= limit
| airActualDetails.name:DESC,airActualDetails.lastModified:ASC | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `id` | *String* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetAirRequestsRequest.md b/packages/java/docs/models/operations/GetAirRequestsRequest.md index 020a851d6..57b6b8f1b 100644 --- a/packages/java/docs/models/operations/GetAirRequestsRequest.md +++ b/packages/java/docs/models/operations/GetAirRequestsRequest.md @@ -3,13 +3,13 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* airRequestDetails.requesterFirstName
* airRequestDetails.requesterLastName
* airRequestDetails.lastModified
| airRequestDetails.requesterFirstName:DESC,airRequestDetails.requesterLastName:ASC | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `expand` | List\<[ExpandAirRequestQuestionAnswer](../../models/components/ExpandAirRequestQuestionAnswer.md)> | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* airRequestDetails.airRequestAnswers.question (List Event Questions)
| airRequestDetails.airRequestAnswers.question | -| `id` | *String* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* airRequestDetails.requesterFirstName
* airRequestDetails.requesterLastName
* airRequestDetails.lastModified
| airRequestDetails.requesterFirstName:DESC,airRequestDetails.requesterLastName:ASC | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `expand` | List\<[ExpandAirRequestQuestionAnswer](../../models/components/ExpandAirRequestQuestionAnswer.md)> | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* airRequestDetails.airRequestAnswers.question (List Event Questions)
| airRequestDetails.airRequestAnswers.question | +| `id` | *String* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetAllEventSurveyResponsesRequest.md b/packages/java/docs/models/operations/GetAllEventSurveyResponsesRequest.md index 58c07ef7d..984cb31c6 100644 --- a/packages/java/docs/models/operations/GetAllEventSurveyResponsesRequest.md +++ b/packages/java/docs/models/operations/GetAllEventSurveyResponsesRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------------\|-------------\|
\| id \| `eq`, `ne` \|
\| respondent.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------------\|-------------\|
\| id \| `eq`, `ne` \|
\| respondent.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetAlternateTravelAnswersRequest.md b/packages/java/docs/models/operations/GetAlternateTravelAnswersRequest.md index 6eb6e50b5..93ec1dd9c 100644 --- a/packages/java/docs/models/operations/GetAlternateTravelAnswersRequest.md +++ b/packages/java/docs/models/operations/GetAlternateTravelAnswersRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `id` | *String* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `id` | *String* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetBudgetAllocationsRequest.md b/packages/java/docs/models/operations/GetBudgetAllocationsRequest.md index 78531c65a..58343ecab 100644 --- a/packages/java/docs/models/operations/GetBudgetAllocationsRequest.md +++ b/packages/java/docs/models/operations/GetBudgetAllocationsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-----------------\|:-----------------------------\|
\| budgetVersion.id \| `eq` \|
\| budgetItem.id \| `eq` \|
\| category.id \| `eq`, `ne` \|
\| subcategory.id \| `eq`, `ne` \|
\| generalLedger.id \| `eq`, `ne` \|
\| value \| `lt`, `le`, `gt`, `ge`, `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| category.id eq 'e9ee2669-65db-46f8-872c-dbafbf9b0e92' or value lt 1000 | -| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-----------------\|:-----------------------------\|
\| budgetVersion.id \| `eq` \|
\| budgetItem.id \| `eq` \|
\| category.id \| `eq`, `ne` \|
\| subcategory.id \| `eq`, `ne` \|
\| generalLedger.id \| `eq`, `ne` \|
\| value \| `lt`, `le`, `gt`, `ge`, `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| category.id eq 'e9ee2669-65db-46f8-872c-dbafbf9b0e92' or value lt 1000 | +| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetBudgetItemsRequest.md b/packages/java/docs/models/operations/GetBudgetItemsRequest.md index 2be281cdb..f4bd012ab 100644 --- a/packages/java/docs/models/operations/GetBudgetItemsRequest.md +++ b/packages/java/docs/models/operations/GetBudgetItemsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|:--------------------\|:-----------------------------------\|:----------------------------------------------------------------------------------------------------------------------------------------------\|
\| id \| `eq` \| \|
\| costType \| `eq`, `ne` \| \|
\| category.id \| `eq`, `ne` \| \|
\| category.name \| `eq`, `ne` \| \|
\| subCategory.id \| `eq`, `ne` \| \|
\| subCategory.name \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| vendor.id \| `eq`, `ne` \| \|
\| vendor.name \| `eq`, `ne` \| \|
\| date \| `gt`, `ge`, `lt`, `le` \| \|
\| customFields.{uuid} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| deleted \| `eq`, `ne` \| Budget items that are deleted are available for 3 months after deletion. After this, they are removed and no longer appear in search results. \|

The following logical operators are supported for combining filters:
* and
* or
| category.name eq 'Accommodation' and status ne 'Estimated' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|:--------------------\|:-----------------------------------\|:----------------------------------------------------------------------------------------------------------------------------------------------\|
\| id \| `eq` \| \|
\| costType \| `eq`, `ne` \| \|
\| category.id \| `eq`, `ne` \| \|
\| category.name \| `eq`, `ne` \| \|
\| subCategory.id \| `eq`, `ne` \| \|
\| subCategory.name \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| vendor.id \| `eq`, `ne` \| \|
\| vendor.name \| `eq`, `ne` \| \|
\| date \| `gt`, `ge`, `lt`, `le` \| \|
\| customFields.{uuid} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| deleted \| `eq`, `ne` \| Budget items that are deleted are available for 3 months after deletion. After this, they are removed and no longer appear in search results. \|

The following logical operators are supported for combining filters:
* and
* or
| category.name eq 'Accommodation' and status ne 'Estimated' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetCardTransactionsRequest.md b/packages/java/docs/models/operations/GetCardTransactionsRequest.md index 5e6cf10b4..a1b5cdf5e 100644 --- a/packages/java/docs/models/operations/GetCardTransactionsRequest.md +++ b/packages/java/docs/models/operations/GetCardTransactionsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-------------------------------\|:-----------------------\|
\| event.id \| `eq` \|
\| type \| `eq`, `ne` \|
\| status \| `eq`, `ne` \|
\| fromDate \| `gt`, `ge` \|
\| toDate \| `lt`, `le` \|
\| reconciliations.reconciledDate \| `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| event.id eq 'E05029A8-39F5-49DF-8450-2EB41B302421' and type ne 'Virtual' and status eq 'Active' or status eq 'Inactive' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-------------------------------\|:-----------------------\|
\| event.id \| `eq` \|
\| type \| `eq`, `ne` \|
\| status \| `eq`, `ne` \|
\| fromDate \| `gt`, `ge` \|
\| toDate \| `lt`, `le` \|
\| reconciliations.reconciledDate \| `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| event.id eq 'E05029A8-39F5-49DF-8450-2EB41B302421' and type ne 'Virtual' and status eq 'Active' or status eq 'Inactive' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetCardsRequest.md b/packages/java/docs/models/operations/GetCardsRequest.md index fb16fcb88..67260731c 100644 --- a/packages/java/docs/models/operations/GetCardsRequest.md +++ b/packages/java/docs/models/operations/GetCardsRequest.md @@ -3,8 +3,8 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:---------\|:----------\|
\| event.id \| `eq` \|
| event.id eq 'E05029A8-39F5-49DF-8450-2EB41B302421' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:---------\|:----------\|
\| event.id \| `eq` \|
| event.id eq 'E05029A8-39F5-49DF-8450-2EB41B302421' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetCurrencyConversionRateRequest.md b/packages/java/docs/models/operations/GetCurrencyConversionRateRequest.md index 5b5d812da..cca0a1235 100644 --- a/packages/java/docs/models/operations/GetCurrencyConversionRateRequest.md +++ b/packages/java/docs/models/operations/GetCurrencyConversionRateRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `currency` | *String* | :heavy_check_mark: | The ISO 4217 standard format currency code. | USD | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:----------\|:-----------------------------\|
\| id \| `eq` \|
\| startDate \| `gt`, `ge`, `lt`, `le`, `eq` \|
\| endDate \| `gt`, `ge`, `lt`, `le`, `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| startDate eq '2020-02-07' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `currency` | *String* | :heavy_check_mark: | The ISO 4217 standard format currency code. | USD | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:----------\|:-----------------------------\|
\| id \| `eq` \|
\| startDate \| `gt`, `ge`, `lt`, `le`, `eq` \|
\| endDate \| `gt`, `ge`, `lt`, `le`, `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| startDate eq '2020-02-07' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetEventBudgetTotalsRequest.md b/packages/java/docs/models/operations/GetEventBudgetTotalsRequest.md index beb2d3f10..a861e67fe 100644 --- a/packages/java/docs/models/operations/GetEventBudgetTotalsRequest.md +++ b/packages/java/docs/models/operations/GetEventBudgetTotalsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:----------------\|:-----------\|
\| version.id \| `eq` \|
\| version.name \| `eq` \|
\| version.default \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| version.name eq 'Test version' and version.id eq '1b3a755a-d440-498d-baab-30f45dae3cf5' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:----------------\|:-----------\|
\| version.id \| `eq` \|
\| version.name \| `eq` \|
\| version.default \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| version.name eq 'Test version' and version.id eq '1b3a755a-d440-498d-baab-30f45dae3cf5' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetEventFeaturesRequest.md b/packages/java/docs/models/operations/GetEventFeaturesRequest.md index fcdec6e19..e6eb8cbb0 100644 --- a/packages/java/docs/models/operations/GetEventFeaturesRequest.md +++ b/packages/java/docs/models/operations/GetEventFeaturesRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `locale` | *Optional\* | :heavy_minus_sign: | Locale code in IETF Language tag format. Indicates desired locale of return values. | en-US | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------\|-----------\|
\| enabled \| `eq` \|
| enabled eq 'true' | -| `id` | *String* | :heavy_check_mark: | Unique Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `locale` | *Optional\* | :heavy_minus_sign: | Locale code in IETF Language tag format. Indicates desired locale of return values. | en-US | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------\|-----------\|
\| enabled \| `eq` \|
| enabled eq 'true' | +| `id` | *String* | :heavy_check_mark: | Unique Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetEventSurveyRespondentsRequest.md b/packages/java/docs/models/operations/GetEventSurveyRespondentsRequest.md index c88539207..cbb4429a0 100644 --- a/packages/java/docs/models/operations/GetEventSurveyRespondentsRequest.md +++ b/packages/java/docs/models/operations/GetEventSurveyRespondentsRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `surveyId` | *String* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `surveyId` | *String* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetEventSurveyResponsesRequest.md b/packages/java/docs/models/operations/GetEventSurveyResponsesRequest.md index f1e5f0935..f01f8056e 100644 --- a/packages/java/docs/models/operations/GetEventSurveyResponsesRequest.md +++ b/packages/java/docs/models/operations/GetEventSurveyResponsesRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------------\|-------------\|
\| id \| `eq`, `ne` \|
\| respondent.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | -| `id` | *String* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `surveyId` | *String* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------------\|-------------\|
\| id \| `eq`, `ne` \|
\| respondent.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | +| `id` | *String* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `surveyId` | *String* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetEventSurveysRequest.md b/packages/java/docs/models/operations/GetEventSurveysRequest.md index 90b3be3d7..0070f20e0 100644 --- a/packages/java/docs/models/operations/GetEventSurveysRequest.md +++ b/packages/java/docs/models/operations/GetEventSurveysRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|----------\|-------------\|--------------------------------\|
\| id \| `eq`, `ne` \| chapter ID of the event survey \|
\| type \| `eq`, `ne` \| \|
\| sessions \| `eq`, `ne` \| \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and type eq 'Session Feedback' and sessions eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or sessions eq '05ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | -| `id` | *String* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|----------\|-------------\|--------------------------------\|
\| id \| `eq`, `ne` \| chapter ID of the event survey \|
\| type \| `eq`, `ne` \| \|
\| sessions \| `eq`, `ne` \| \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and type eq 'Session Feedback' and sessions eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or sessions eq '05ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | +| `id` | *String* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetHotelRequestsRequest.md b/packages/java/docs/models/operations/GetHotelRequestsRequest.md index 70066a885..8efc5fdce 100644 --- a/packages/java/docs/models/operations/GetHotelRequestsRequest.md +++ b/packages/java/docs/models/operations/GetHotelRequestsRequest.md @@ -3,13 +3,13 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `expand` | List\<[ExpandHotelRequestQuestionAnswer](../../models/components/ExpandHotelRequestQuestionAnswer.md)> | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* hotelRequestDetails.hotelRequestAnswers.question (List Event Questions)
| hotelRequestDetails.hotelRequestAnswers.question | -| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* hotelRequestDetails.requesterFirstName
* hotelRequestDetails.requesterLastName
* hotelRequestDetails.lastModified
| hotelRequestDetails.requesterFirstName:DESC,hotelRequestDetails.requesterLastName:ASC | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `id` | *String* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `expand` | List\<[ExpandHotelRequestQuestionAnswer](../../models/components/ExpandHotelRequestQuestionAnswer.md)> | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* hotelRequestDetails.hotelRequestAnswers.question (List Event Questions)
| hotelRequestDetails.hotelRequestAnswers.question | +| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* hotelRequestDetails.requesterFirstName
* hotelRequestDetails.requesterLastName
* hotelRequestDetails.lastModified
| hotelRequestDetails.requesterFirstName:DESC,hotelRequestDetails.requesterLastName:ASC | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `id` | *String* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetHousingReservationRequestsRequest.md b/packages/java/docs/models/operations/GetHousingReservationRequestsRequest.md index 7c44a61b9..001b2a656 100644 --- a/packages/java/docs/models/operations/GetHousingReservationRequestsRequest.md +++ b/packages/java/docs/models/operations/GetHousingReservationRequestsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `id` | *String* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `id` | *String* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetHubMembersRequest.md b/packages/java/docs/models/operations/GetHubMembersRequest.md index 7889358d4..cd47ed18d 100644 --- a/packages/java/docs/models/operations/GetHubMembersRequest.md +++ b/packages/java/docs/models/operations/GetHubMembersRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `hubId` | *String* | :heavy_check_mark: | The identifier of an Events+ Hub | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------------\|------------\|
\| firstName \| `contains` \|
\| lastName \| `contains` \|
\| emailAddress \| `contains` \|
\| jobTitle \| `contains` \|
\| companyName \| `contains` \|
\| designation \| `contains` \|
\| workAddress.city \| `contains` \|
\| workAddress.state \| `contains` \|
\| workAddress.country \| `contains` \|

Limit for the number of fields that can be passed in a filter is 35.

The following logical operators are supported for combining filters:
* and
* or
| (firstName contains 'tim') and (lastName contains 'wood') | -| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* firstName (member first name)
* lastName (member last name)
* emailAddress (member email address)
* jobTitle (member job title)
* designation (Designation of member)
* workAddress.city (Work City of member)
* workAddress.state (Work State of member)
* workAddress.country (Work Country of member)
* companyName (member company)
* registrationDate (member registration date)
* lastLoginDate (member last login date)
| firstName:ASC,lastName:ASC | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `hubId` | *String* | :heavy_check_mark: | The identifier of an Events+ Hub | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------------\|------------\|
\| firstName \| `contains` \|
\| lastName \| `contains` \|
\| emailAddress \| `contains` \|
\| jobTitle \| `contains` \|
\| companyName \| `contains` \|
\| designation \| `contains` \|
\| workAddress.city \| `contains` \|
\| workAddress.state \| `contains` \|
\| workAddress.country \| `contains` \|

Limit for the number of fields that can be passed in a filter is 35.

The following logical operators are supported for combining filters:
* and
* or
| (firstName contains 'tim') and (lastName contains 'wood') | +| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* firstName (member first name)
* lastName (member last name)
* emailAddress (member email address)
* jobTitle (member job title)
* designation (Designation of member)
* workAddress.city (Work City of member)
* workAddress.state (Work State of member)
* workAddress.country (Work Country of member)
* companyName (member company)
* registrationDate (member registration date)
* lastLoginDate (member last login date)
| firstName:ASC,lastName:ASC | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetLargeChoicesRequest.md b/packages/java/docs/models/operations/GetLargeChoicesRequest.md index cd1e24b46..0129bd92c 100644 --- a/packages/java/docs/models/operations/GetLargeChoicesRequest.md +++ b/packages/java/docs/models/operations/GetLargeChoicesRequest.md @@ -3,8 +3,8 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------\|-------------\|
\| id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------\|-------------\|
\| id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetOrderItemsRequest.md b/packages/java/docs/models/operations/GetOrderItemsRequest.md index c974b9b8b..c7ac5cfd4 100644 --- a/packages/java/docs/models/operations/GetOrderItemsRequest.md +++ b/packages/java/docs/models/operations/GetOrderItemsRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| order.id \| `eq`, `ne` \|
\| product.id \| `eq`, `ne` \|
\| product.type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (product.id eq '65322e75-076f-4070-a6e6-3315c581728d' OR product.id eq 'e1874067-a5ed-4111-ac8a-63de9aa18929') | -| `deleted` | *Optional\* | :heavy_minus_sign: | This sets whether or not to fetch deleted order items in the response. If set to true, the response will include records for the deleted order items.
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| order.id \| `eq`, `ne` \|
\| product.id \| `eq`, `ne` \|
\| product.type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (product.id eq '65322e75-076f-4070-a6e6-3315c581728d' OR product.id eq 'e1874067-a5ed-4111-ac8a-63de9aa18929') | +| `deleted` | *Optional\* | :heavy_minus_sign: | This sets whether or not to fetch deleted order items in the response. If set to true, the response will include records for the deleted order items.
| | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetOrdersRequest.md b/packages/java/docs/models/operations/GetOrdersRequest.md index a820db2ca..ee8feaee0 100644 --- a/packages/java/docs/models/operations/GetOrdersRequest.md +++ b/packages/java/docs/models/operations/GetOrdersRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (type eq 'Online Charge' OR type eq 'Online Refund') | -| `deleted` | *Optional\* | :heavy_minus_sign: | This sets whether or not to fetch deleted orders in the response. If set to true, the response will include records for the deleted orders.
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (type eq 'Online Charge' OR type eq 'Online Refund') | +| `deleted` | *Optional\* | :heavy_minus_sign: | This sets whether or not to fetch deleted orders in the response. If set to true, the response will include records for the deleted orders.
| | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetPaymentsRequest.md b/packages/java/docs/models/operations/GetPaymentsRequest.md index 9b655ce93..d9ae12f25 100644 --- a/packages/java/docs/models/operations/GetPaymentsRequest.md +++ b/packages/java/docs/models/operations/GetPaymentsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|:-----------------\|:-----------------------\|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\|
\| budgetItem.id \| `eq` \| \|
\| id \| `eq` \| \|
\| budgetVersion.id \| `eq` \| \|
\| lastModified \| `gt`, `ge`, `lt`, `le` \| `lastModified` refers to the date the associated budget item was last modified. Filtering by `lastModified` returns payments linked to budget items modified within the specified date range. \|

The following logical operators are supported for combining filters:
* and
* or
| budgetItem.id eq '2c3a755a-d440-498d-baab-30f45dae3cf5' or id eq '1b3a755a-d440-498d-baab-30f45dae3cf5' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|:-----------------\|:-----------------------\|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\|
\| budgetItem.id \| `eq` \| \|
\| id \| `eq` \| \|
\| budgetVersion.id \| `eq` \| \|
\| lastModified \| `gt`, `ge`, `lt`, `le` \| `lastModified` refers to the date the associated budget item was last modified. Filtering by `lastModified` returns payments linked to budget items modified within the specified date range. \|

The following logical operators are supported for combining filters:
* and
* or
| budgetItem.id eq '2c3a755a-d440-498d-baab-30f45dae3cf5' or id eq '1b3a755a-d440-498d-baab-30f45dae3cf5' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetQuestionsRequest.md b/packages/java/docs/models/operations/GetQuestionsRequest.md index 271ba51a9..0e6ba9861 100644 --- a/packages/java/docs/models/operations/GetQuestionsRequest.md +++ b/packages/java/docs/models/operations/GetQuestionsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| survey.id \| `eq`, `ne` \|
\| code \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| chapter.id \| `eq`, `ne` \|
\| maxScore \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| survey.id \| `eq`, `ne` \|
\| code \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| chapter.id \| `eq`, `ne` \|
\| maxScore \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetRespondentsRequest.md b/packages/java/docs/models/operations/GetRespondentsRequest.md index c6f862249..65636d4be 100644 --- a/packages/java/docs/models/operations/GetRespondentsRequest.md +++ b/packages/java/docs/models/operations/GetRespondentsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-----------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| survey.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| responseCode \| `eq`, `ne` \|
\| score \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
\| chapters.score \| `eq`, `gt`, `ge`, `lt`, `le` \|
\| chapters.evaluationResult \| `eq` \|
\| chapters.status \| `eq` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-----------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| survey.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| responseCode \| `eq`, `ne` \|
\| score \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
\| chapters.score \| `eq`, `gt`, `ge`, `lt`, `le` \|
\| chapters.evaluationResult \| `eq` \|
\| chapters.status \| `eq` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetResponsesRequest.md b/packages/java/docs/models/operations/GetResponsesRequest.md index a95108a29..9ccc5468c 100644 --- a/packages/java/docs/models/operations/GetResponsesRequest.md +++ b/packages/java/docs/models/operations/GetResponsesRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|---------------\|-------------\|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\|
\| id \| `eq`, `ne` \| \|
\| survey.id \| `eq` \| Use only survey.id to get responses for all questions in the survey. \|
\| respondent.id \| `eq`, `ne` \| Use only respondent.id to get responses for specific respondents. \|
\| event.id \| `eq` \| \|
\| session.id \| `eq` \| \|
\| question.id \| `eq` \| Use only question.id to get responses for specific questions, which may belong to one or more surveys. question.id can be combined with other fields by 'and' operator only. \|
\| chapter.id \| `eq` \| Use only chapter.id to get responses for all questions in the chapter of a particular survey. \|
\| attempt \| `eq` \| \|

The following logical operators are supported for combining filters:
* `and`
* `or`

**Usage:**
1. chapter.id and survey.id cannot be used in combination with any other fields.
2. Multiple chapter.id or survey.id values must be separated by `or` (not `and`). Example: `filter=chapter.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or chapter.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1'`
3. question.id can be combined with other fields using `and` operator only.
| question.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or question.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|---------------\|-------------\|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\|
\| id \| `eq`, `ne` \| \|
\| survey.id \| `eq` \| Use only survey.id to get responses for all questions in the survey. \|
\| respondent.id \| `eq`, `ne` \| Use only respondent.id to get responses for specific respondents. \|
\| event.id \| `eq` \| \|
\| session.id \| `eq` \| \|
\| question.id \| `eq` \| Use only question.id to get responses for specific questions, which may belong to one or more surveys. question.id can be combined with other fields by 'and' operator only. \|
\| chapter.id \| `eq` \| Use only chapter.id to get responses for all questions in the chapter of a particular survey. \|
\| attempt \| `eq` \| \|

The following logical operators are supported for combining filters:
* `and`
* `or`

**Usage:**
1. chapter.id and survey.id cannot be used in combination with any other fields.
2. Multiple chapter.id or survey.id values must be separated by `or` (not `and`). Example: `filter=chapter.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or chapter.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1'`
3. question.id can be combined with other fields using `and` operator only.
| question.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or question.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetStandardSurveyRespondentsRequest.md b/packages/java/docs/models/operations/GetStandardSurveyRespondentsRequest.md index 3b4435cb3..d5d990989 100644 --- a/packages/java/docs/models/operations/GetStandardSurveyRespondentsRequest.md +++ b/packages/java/docs/models/operations/GetStandardSurveyRespondentsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `surveyId` | *String* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `surveyId` | *String* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetStandardSurveyResponsesRequest.md b/packages/java/docs/models/operations/GetStandardSurveyResponsesRequest.md index 2f7b447c5..bae83a640 100644 --- a/packages/java/docs/models/operations/GetStandardSurveyResponsesRequest.md +++ b/packages/java/docs/models/operations/GetStandardSurveyResponsesRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Max # Fields You Can Pass In Filter \| Usage \|
\|---------------\|-----------\|-------------------------------------\|---------------------------------------------------------------------------------------------------------------------\|
\| survey.id \| `eq` \| 1 \| Use only survey.id to get responses for all questions in the survey. \|
\| question.id \| `eq` \| 100 \| Use only question.id to get responses for specific questions, which may belong to different surveys or same survey. \|
\| respondent.id \| `eq` \| 100 \| Use only respondent.id to get responses for specific respondents. \|

The following logical operators are supported for combining filters:
* `and`
* `or`

**Usage:**
* question.id can be combined with respondent.id using `and` operator only.
* Multiple question.id/respondent.id values must be separated by `or`.
| question.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or question.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Max # Fields You Can Pass In Filter \| Usage \|
\|---------------\|-----------\|-------------------------------------\|---------------------------------------------------------------------------------------------------------------------\|
\| survey.id \| `eq` \| 1 \| Use only survey.id to get responses for all questions in the survey. \|
\| question.id \| `eq` \| 100 \| Use only question.id to get responses for specific questions, which may belong to different surveys or same survey. \|
\| respondent.id \| `eq` \| 100 \| Use only respondent.id to get responses for specific respondents. \|

The following logical operators are supported for combining filters:
* `and`
* `or`

**Usage:**
* question.id can be combined with respondent.id using `and` operator only.
* Multiple question.id/respondent.id values must be separated by `or`.
| question.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or question.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetStandardSurveysRequest.md b/packages/java/docs/models/operations/GetStandardSurveysRequest.md index 97a3eefb4..12e2bcc90 100644 --- a/packages/java/docs/models/operations/GetStandardSurveysRequest.md +++ b/packages/java/docs/models/operations/GetStandardSurveysRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------\|------------------------------------\|
\| status \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
\| title \| `eq`, `ne` \|
\| code \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| status eq 'active' and created gt '2020-12-12T11:30:37.909Z' and title eq 'Survey Demo' and code ne 'NFWHF5DW46A' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------\|------------------------------------\|
\| status \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
\| title \| `eq`, `ne` \|
\| code \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| status eq 'active' and created gt '2020-12-12T11:30:37.909Z' and title eq 'Survey Demo' and code ne 'NFWHF5DW46A' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetSurveyRequest.md b/packages/java/docs/models/operations/GetSurveyRequest.md index 4602ac041..abef913c1 100644 --- a/packages/java/docs/models/operations/GetSurveyRequest.md +++ b/packages/java/docs/models/operations/GetSurveyRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and type eq 'Standalone' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and type eq 'Standalone' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetTransactionItemsRequest.md b/packages/java/docs/models/operations/GetTransactionItemsRequest.md index b1abf8ab4..6847df50c 100644 --- a/packages/java/docs/models/operations/GetTransactionItemsRequest.md +++ b/packages/java/docs/models/operations/GetTransactionItemsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| transaction.id \| `eq`, `ne` \|
\| transaction.processorTransactionId \| `eq`, `ne` \|
\| uniqueId \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (transaction.id eq '82da8c60-24f4-47d0-b6e2-429b18a4bb7c' OR transaction.id eq '034bb884-05de-4818-b9f9-5144495d5495') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `id` | *String* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| transaction.id \| `eq`, `ne` \|
\| transaction.processorTransactionId \| `eq`, `ne` \|
\| uniqueId \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (transaction.id eq '82da8c60-24f4-47d0-b6e2-429b18a4bb7c' OR transaction.id eq '034bb884-05de-4818-b9f9-5144495d5495') | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetTransactionsRequest.md b/packages/java/docs/models/operations/GetTransactionsRequest.md index bf70f7ef9..d53c5dcf1 100644 --- a/packages/java/docs/models/operations/GetTransactionsRequest.md +++ b/packages/java/docs/models/operations/GetTransactionsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| processorTransactionId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| success \| `eq`, `ne` \|
\| paymentType \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq 'f4af0b94-4427-46f8-bea0-b06af2a0af80' AND (paymentType eq 'Online Charge' OR paymentType eq 'Online Refund') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `id` | *String* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| processorTransactionId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| success \| `eq`, `ne` \|
\| paymentType \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq 'f4af0b94-4427-46f8-bea0-b06af2a0af80' AND (paymentType eq 'Online Charge' OR paymentType eq 'Online Refund') | \ No newline at end of file diff --git a/packages/java/docs/models/operations/GetVideoViewsRequest.md b/packages/java/docs/models/operations/GetVideoViewsRequest.md index 6a196b460..8f5c3ef4a 100644 --- a/packages/java/docs/models/operations/GetVideoViewsRequest.md +++ b/packages/java/docs/models/operations/GetVideoViewsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------------\|-----------\|------------\|
\| contact.id \| `eq` \| \|
\| solution \| `eq` \| \|
\| device.type \| `eq` \| deprecated \|
\| device.operatingSystem \| `eq` \| deprecated \|
\| video.id \| `eq` \| \|
\| type \| `eq` \| \|

The filter query supports maximum three fields in a filter expression.

The following logical operators are supported for combining filters:
* and
| contact.id eq '123e4567-e89b-12d3-a456-426614174000' and solution eq 'EVENTS_PLUS' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------------\|-----------\|------------\|
\| contact.id \| `eq` \| \|
\| solution \| `eq` \| \|
\| device.type \| `eq` \| deprecated \|
\| device.operatingSystem \| `eq` \| deprecated \|
\| video.id \| `eq` \| \|
\| type \| `eq` \| \|

The filter query supports maximum three fields in a filter expression.

The following logical operators are supported for combining filters:
* and
| contact.id eq '123e4567-e89b-12d3-a456-426614174000' and solution eq 'EVENTS_PLUS' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListAssociatedAudienceSegmentsRequest.md b/packages/java/docs/models/operations/ListAssociatedAudienceSegmentsRequest.md index 91529892b..5fd4d2f70 100644 --- a/packages/java/docs/models/operations/ListAssociatedAudienceSegmentsRequest.md +++ b/packages/java/docs/models/operations/ListAssociatedAudienceSegmentsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `attendeeId` | *String* | :heavy_check_mark: | ID of an attendee. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | [Filter](../../models/components/Filter.md) | :heavy_check_mark: | Use the filter property in the request body to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| segment.id \| `eq`, `in` \|

No logical operators are supported.
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `attendeeId` | *String* | :heavy_check_mark: | ID of an attendee. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | [Filter](../../models/components/Filter.md) | :heavy_check_mark: | Use the filter property in the request body to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| segment.id \| `eq`, `in` \|

No logical operators are supported.
| | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListAttendeeActivitiesRequest.md b/packages/java/docs/models/operations/ListAttendeeActivitiesRequest.md index a095f9fb6..205a88477 100644 --- a/packages/java/docs/models/operations/ListAttendeeActivitiesRequest.md +++ b/packages/java/docs/models/operations/ListAttendeeActivitiesRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|----------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| event.id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| exhibitor.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| appointment.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| data.id \| `eq`, `ne` \|
\| name \| `eq`, `ne` \|
\| externalActivityDate \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| time \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| type eq 'event.registered' or type eq 'session.enrolled' and (attendee.id eq 'uuid1' or attendee.id eq 'uuid2') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|----------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| event.id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| exhibitor.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| appointment.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| data.id \| `eq`, `ne` \|
\| name \| `eq`, `ne` \|
\| externalActivityDate \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| time \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| type eq 'event.registered' or type eq 'session.enrolled' and (attendee.id eq 'uuid1' or attendee.id eq 'uuid2') | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListAttendeeAudienceSegmentsRequest.md b/packages/java/docs/models/operations/ListAttendeeAudienceSegmentsRequest.md index e3038ed50..a8ecb2de1 100644 --- a/packages/java/docs/models/operations/ListAttendeeAudienceSegmentsRequest.md +++ b/packages/java/docs/models/operations/ListAttendeeAudienceSegmentsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `attendeeId` | *String* | :heavy_check_mark: | ID of an attendee. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| segment.id \| `eq`, `in` \|

No logical operators are supported.
| segment.id eq '313097a4-143d-11e5-9f99-d0a637ee0897' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `attendeeId` | *String* | :heavy_check_mark: | ID of an attendee. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| segment.id \| `eq`, `in` \|

No logical operators are supported.
| segment.id eq '313097a4-143d-11e5-9f99-d0a637ee0897' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListAttendeeLinksRequest.md b/packages/java/docs/models/operations/ListAttendeeLinksRequest.md index 6f493c6f0..63357f4e8 100644 --- a/packages/java/docs/models/operations/ListAttendeeLinksRequest.md +++ b/packages/java/docs/models/operations/ListAttendeeLinksRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| id \| `eq`, `ne` \|
\| sourceId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| webcast.id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and event.id eq '55ca6645-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| id \| `eq`, `ne` \|
\| sourceId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| webcast.id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and event.id eq '55ca6645-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListAttendeesRequest.md b/packages/java/docs/models/operations/ListAttendeesRequest.md index d10d37ebb..00e04bb51 100644 --- a/packages/java/docs/models/operations/ListAttendeesRequest.md +++ b/packages/java/docs/models/operations/ListAttendeesRequest.md @@ -3,13 +3,13 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `expand` | List\<[Expand](../../models/components/Expand.md)> | :heavy_minus_sign: | This endpoint allows you to request additional information as an expanded response using the expand query parameter.
The expanded entity is retrieved and displayed inline for each specified expand value.

An object contains the ID of a related object in its response properties. You can expand these objects,
along with others, in line using the expand query parameter.

You can expand multiple objects at the same time by identifying multiple items in the expand array.

The respective scopes for each expansion are required.

The following fields are expandable:
* answers.question
* **Scope**: event/events:read
* **Reference**: List Event Questions
* registrationType
* **Scope**: event/registration-types:read
* **Reference**: List Registration Types
| [
"answers.question",
"registrationType"
] | -| `sort` | *Optional\* | :heavy_minus_sign: | The `sort` query parameter sorts items in the list of results and organizes them according to your preference.
There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* contact.firstName
* contact.lastName
* contact.title
* contact.company
* registeredAt
* checkIn
| contact.company:DESC,contact.title:ASC | -| `includeDeletedGuests` | *Optional\* | :heavy_minus_sign: | True indicates the request should include deleted guests in the response. By default, deleted guests are excluded.
The `deletedGuest` filter has no effect unless this parameter is `true`.
| | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------\|
\| event.id \| `eq`, `ne` \| \|
\| id \| `eq`, `ne` \| \|
\| confirmationNumber \| `eq`, `ne` \| \|
\| checkedIn \| `eq`, `ne` \| \|
\| checkIn \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| checkOut \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| registrationPath.id \| `eq`, `ne` \| \|
\| invitationList.id \| `eq`, `ne` \| \|
\| registrationType.id \| `eq`, `ne`, `is null`, `is not null`, `is empty`, `is not empty` \| \|
\| referenceId \| `eq`, `ne` \| \|
\| externalReference.type \| `eq` \| \|
\| externalReference.id \| `eq` \| \|
\| externalReference.referenceId \| `eq` \| \|
\| note \| `eq`, `ne` \| \|
\| guest \| `eq`, `ne` \| \|
\| group.leader \| `eq`, `ne` \| \|
\| group.id \| `eq`, `ne` \| \|
\| unsubscribed \| `eq`, `ne` \| **DEPRECATED**: Please use PUT /attendees/{id}/email-subscriptions instead \|
\| registeredAt \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| registrationLastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| invitedBy \| `eq`, `ne` \| \|
\| responseMethod \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| Will be updated when any field in the response has changed. Used by the 'before' and 'after' filters. \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| contact.id \| `eq`, `ne` \| \|
\| visibility \| `eq`, `ne` \| \|
\| contact.title \| `eq`, `ne`, `sw` \| \|
\| contact.company \| `eq`, `ne`, `sw` \| \|
\| contact.firstName \| `eq`, `ne`, `sw` \| \|
\| contact.lastName \| `eq`, `ne`, `sw` \| \|
\| answers.question.{question id} \| `eq`, `ne` \| \|
\| contact.email \| `eq`, `ne`, `sw` \| \|
\| attendeeLastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| Will be updated only when some field other than contact.* has changed. Not used by the 'before' and 'after' filters. \|
\| appointmentGroup.id \| `eq`, `ne` \| \|
\| contact.deleted \| `eq`, `ne` \| \|
\| primaryId \| `eq`, `ne` \| \|
\| deletedGuest \| `eq`, `ne` \| Filter returns guests marked as deleted. This filter works only when the query parameter `includeDeletedGuests` is `true`. \|
| contact.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or checkedIn eq 'true' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `expand` | List\<[Expand](../../models/components/Expand.md)> | :heavy_minus_sign: | This endpoint allows you to request additional information as an expanded response using the expand query parameter.
The expanded entity is retrieved and displayed inline for each specified expand value.

An object contains the ID of a related object in its response properties. You can expand these objects,
along with others, in line using the expand query parameter.

You can expand multiple objects at the same time by identifying multiple items in the expand array.

The respective scopes for each expansion are required.

The following fields are expandable:
* answers.question
* **Scope**: event/events:read
* **Reference**: List Event Questions
* registrationType
* **Scope**: event/registration-types:read
* **Reference**: List Registration Types
| [
"answers.question",
"registrationType"
] | +| `sort` | *Optional\* | :heavy_minus_sign: | The `sort` query parameter sorts items in the list of results and organizes them according to your preference.
There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* contact.firstName
* contact.lastName
* contact.title
* contact.company
* registeredAt
* checkIn
| contact.company:DESC,contact.title:ASC | +| `includeDeletedGuests` | *Optional\* | :heavy_minus_sign: | True indicates the request should include deleted guests in the response. By default, deleted guests are excluded.
The `deletedGuest` filter has no effect unless this parameter is `true`.
| | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------\|
\| event.id \| `eq`, `ne` \| \|
\| id \| `eq`, `ne` \| \|
\| confirmationNumber \| `eq`, `ne` \| \|
\| checkedIn \| `eq`, `ne` \| \|
\| checkIn \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| checkOut \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| registrationPath.id \| `eq`, `ne` \| \|
\| invitationList.id \| `eq`, `ne` \| \|
\| registrationType.id \| `eq`, `ne`, `is null`, `is not null`, `is empty`, `is not empty` \| \|
\| referenceId \| `eq`, `ne` \| \|
\| externalReference.type \| `eq` \| \|
\| externalReference.id \| `eq` \| \|
\| externalReference.referenceId \| `eq` \| \|
\| note \| `eq`, `ne` \| \|
\| guest \| `eq`, `ne` \| \|
\| group.leader \| `eq`, `ne` \| \|
\| group.id \| `eq`, `ne` \| \|
\| unsubscribed \| `eq`, `ne` \| **DEPRECATED**: Please use PUT /attendees/{id}/email-subscriptions instead \|
\| registeredAt \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| registrationLastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| invitedBy \| `eq`, `ne` \| \|
\| responseMethod \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| Will be updated when any field in the response has changed. Used by the 'before' and 'after' filters. \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| contact.id \| `eq`, `ne` \| \|
\| visibility \| `eq`, `ne` \| \|
\| contact.title \| `eq`, `ne`, `sw` \| \|
\| contact.company \| `eq`, `ne`, `sw` \| \|
\| contact.firstName \| `eq`, `ne`, `sw` \| \|
\| contact.lastName \| `eq`, `ne`, `sw` \| \|
\| answers.question.{question id} \| `eq`, `ne` \| \|
\| contact.email \| `eq`, `ne`, `sw` \| \|
\| attendeeLastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| Will be updated only when some field other than contact.* has changed. Not used by the 'before' and 'after' filters. \|
\| appointmentGroup.id \| `eq`, `ne` \| \|
\| contact.deleted \| `eq`, `ne` \| \|
\| primaryId \| `eq`, `ne` \| \|
\| deletedGuest \| `eq`, `ne` \| Filter returns guests marked as deleted. This filter works only when the query parameter `includeDeletedGuests` is `true`. \|
| contact.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or checkedIn eq 'true' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListAudienceSegmentsPostFilterRequest.md b/packages/java/docs/models/operations/ListAudienceSegmentsPostFilterRequest.md index 22edbaac4..e2a80160d 100644 --- a/packages/java/docs/models/operations/ListAudienceSegmentsPostFilterRequest.md +++ b/packages/java/docs/models/operations/ListAudienceSegmentsPostFilterRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts. By default, data is sorted by lastModified ASC.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* lastModified
* lastModifiedBy
* creationType
| lastModifiedBy:DESC | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `filter` | [Filter](../../models/components/Filter.md) | :heavy_check_mark: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------------------------------------------------------\|
\| event.id \| `eq`, `in` \| Filters the list of all segments present in an event. \|
\| id \| `eq`, `in` \| \|
\| deleted \| `eq` \| \|
\| creationType \| `eq`, `in` \| \|

The following logical operators are supported for combining filters:
* and
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts. By default, data is sorted by lastModified ASC.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* lastModified
* lastModifiedBy
* creationType
| lastModifiedBy:DESC | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `filter` | [Filter](../../models/components/Filter.md) | :heavy_check_mark: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------------------------------------------------------\|
\| event.id \| `eq`, `in` \| Filters the list of all segments present in an event. \|
\| id \| `eq`, `in` \| \|
\| deleted \| `eq` \| \|
\| creationType \| `eq`, `in` \| \|

The following logical operators are supported for combining filters:
* and
| | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListAudienceSegmentsRequest.md b/packages/java/docs/models/operations/ListAudienceSegmentsRequest.md index c8d737725..6f52db273 100644 --- a/packages/java/docs/models/operations/ListAudienceSegmentsRequest.md +++ b/packages/java/docs/models/operations/ListAudienceSegmentsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts. By default, data is sorted by lastModified ASC.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* lastModified
* lastModifiedBy
* creationType
| lastModifiedBy:DESC | -| `filter` | *String* | :heavy_check_mark: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------------------------------------------------------\|
\| event.id \| `eq`, `in` \| Filters the list of all segments present in an event. \|
\| id \| `eq`, `in` \| \|
\| deleted \| `eq` \| \|
\| creationType \| `eq`, `in` \| \|

The following logical operators are supported for combining filters:
* and
| event.id eq '103097a4-143d-11e5-9f99-d0a637ee0032' and id in ('313097a4-143d-11e5-9f99-d0a637ee0897','423097a4-143d-11e5-9f99-d0a637ee0897') and deleted eq 'false' and creationType eq 'MANUAL' | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts. By default, data is sorted by lastModified ASC.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* lastModified
* lastModifiedBy
* creationType
| lastModifiedBy:DESC | +| `filter` | *String* | :heavy_check_mark: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------------------------------------------------------\|
\| event.id \| `eq`, `in` \| Filters the list of all segments present in an event. \|
\| id \| `eq`, `in` \| \|
\| deleted \| `eq` \| \|
\| creationType \| `eq`, `in` \| \|

The following logical operators are supported for combining filters:
* and
| event.id eq '103097a4-143d-11e5-9f99-d0a637ee0032' and id in ('313097a4-143d-11e5-9f99-d0a637ee0897','423097a4-143d-11e5-9f99-d0a637ee0897') and deleted eq 'false' and creationType eq 'MANUAL' | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListContactGroupsRequest.md b/packages/java/docs/models/operations/ListContactGroupsRequest.md index ef349273e..f9040a15a 100644 --- a/packages/java/docs/models/operations/ListContactGroupsRequest.md +++ b/packages/java/docs/models/operations/ListContactGroupsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------\|
\| name \| `eq`, `ne`, `sw`, `contains` \| \|
\| type \| `eq` \| Not supported with before or after parameters \|

The following logical operators are supported for combining filters:
* and
| name eq 'groupName' and type eq 'STANDARD' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------\|
\| name \| `eq`, `ne`, `sw`, `contains` \| \|
\| type \| `eq` \| Not supported with before or after parameters \|

The following logical operators are supported for combining filters:
* and
| name eq 'groupName' and type eq 'STANDARD' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListContactTypesRequest.md b/packages/java/docs/models/operations/ListContactTypesRequest.md index 7dc3c5a51..27a2ce4d6 100644 --- a/packages/java/docs/models/operations/ListContactTypesRequest.md +++ b/packages/java/docs/models/operations/ListContactTypesRequest.md @@ -3,8 +3,8 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| name \| `eq`, `ne`, `sw`, `contains` \|

No logical operators are supported on this endpoint, only one filter
can be passed in each request.
| name eq 'groupType' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| name \| `eq`, `ne`, `sw`, `contains` \|

No logical operators are supported on this endpoint, only one filter
can be passed in each request.
| name eq 'groupType' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListContactsRequest.md b/packages/java/docs/models/operations/ListContactsRequest.md index 6578edfb0..93dac098c 100644 --- a/packages/java/docs/models/operations/ListContactsRequest.md +++ b/packages/java/docs/models/operations/ListContactsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------\|
\| id \| `eq`, `ne` \| \|
\| sourceId \| `eq`, `ne` \| \|
\| firstName \| `eq`, `ne`, `contains`, `sw` \| \|
\| lastName \| `eq`, `ne`, `contains`, `sw` \| \|
\| email \| `eq`, `ne`, `contains`, `sw` \| \|
\| ccEmail \| `eq`, `ne` \| \|
\| company \| `eq`, `ne` \| \|
\| type.id \| `eq`, `ne` \| \|
\| nickname \| `eq`, `ne` \| \|
\| title \| `eq`, `ne` \| \|
\| workPhone \| `eq`, `ne` \| \|
\| middleName \| `eq`, `ne` \| \|
\| mobilePhone \| `eq`, `ne` \| \|
\| homeFax \| `eq`, `ne` \| \|
\| designation \| `eq`, `ne` \| \|
\| homePhone \| `eq`, `ne` \| \|
\| pager \| `eq`, `ne` \| \|
\| workFax \| `eq`, `ne` \| \|
\| lastModifiedBy \| `eq`, `ne` \| \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| createdBy \| `eq`, `ne` \| \|
\| workAddress.address1 \| `eq`, `ne` \| \|
\| workAddress.address2 \| `eq`, `ne` \| \|
\| workAddress.address3 \| `eq`, `ne` \| \|
\| workAddress.city \| `eq`, `ne` \| \|
\| workAddress.country \| `eq`, `ne` \| \|
\| homeAddress.address1 \| `eq`, `ne` \| \|
\| homeAddress.address2 \| `eq`, `ne` \| \|
\| homeAddress.address3 \| `eq`, `ne` \| \|
\| homeAddress.city \| `eq`, `ne` \| \|
\| homeAddress.country \| `eq`, `ne` \| \|
\| deleted \| `eq`, `ne` \| Filters for deleted contacts. To retrieve purged contacts, see the `includePurged` parameter. \|
\| customField.{uuid of custom field} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge`, `sw`, `contains` \| \|
\| optOut.optedOut \| `eq`, `ne` \| \|

The following logical operators are supported for combining filters:
* and
* or
| firstName eq 'John' or lastName eq 'Anderson' | -| `includePurged` | *Optional\* | :heavy_minus_sign: | True means purged contacts can be included in the response. Purged contacts contain only limited display data (`id`, `lastModified`, and `purged`). When true, the filter query parameter can only filter by the `id` field. The `before`, `after`, `limit`, and `token` query parameters are still valid query parameters to use with this parameter. If false, only contacts that have not been purged will be returned.
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------\|
\| id \| `eq`, `ne` \| \|
\| sourceId \| `eq`, `ne` \| \|
\| firstName \| `eq`, `ne`, `contains`, `sw` \| \|
\| lastName \| `eq`, `ne`, `contains`, `sw` \| \|
\| email \| `eq`, `ne`, `contains`, `sw` \| \|
\| ccEmail \| `eq`, `ne` \| \|
\| company \| `eq`, `ne` \| \|
\| type.id \| `eq`, `ne` \| \|
\| nickname \| `eq`, `ne` \| \|
\| title \| `eq`, `ne` \| \|
\| workPhone \| `eq`, `ne` \| \|
\| middleName \| `eq`, `ne` \| \|
\| mobilePhone \| `eq`, `ne` \| \|
\| homeFax \| `eq`, `ne` \| \|
\| designation \| `eq`, `ne` \| \|
\| homePhone \| `eq`, `ne` \| \|
\| pager \| `eq`, `ne` \| \|
\| workFax \| `eq`, `ne` \| \|
\| lastModifiedBy \| `eq`, `ne` \| \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| createdBy \| `eq`, `ne` \| \|
\| workAddress.address1 \| `eq`, `ne` \| \|
\| workAddress.address2 \| `eq`, `ne` \| \|
\| workAddress.address3 \| `eq`, `ne` \| \|
\| workAddress.city \| `eq`, `ne` \| \|
\| workAddress.country \| `eq`, `ne` \| \|
\| homeAddress.address1 \| `eq`, `ne` \| \|
\| homeAddress.address2 \| `eq`, `ne` \| \|
\| homeAddress.address3 \| `eq`, `ne` \| \|
\| homeAddress.city \| `eq`, `ne` \| \|
\| homeAddress.country \| `eq`, `ne` \| \|
\| deleted \| `eq`, `ne` \| Filters for deleted contacts. To retrieve purged contacts, see the `includePurged` parameter. \|
\| customField.{uuid of custom field} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge`, `sw`, `contains` \| \|
\| optOut.optedOut \| `eq`, `ne` \| \|

The following logical operators are supported for combining filters:
* and
* or
| firstName eq 'John' or lastName eq 'Anderson' | +| `includePurged` | *Optional\* | :heavy_minus_sign: | True means purged contacts can be included in the response. Purged contacts contain only limited display data (`id`, `lastModified`, and `purged`). When true, the filter query parameter can only filter by the `id` field. The `before`, `after`, `limit`, and `token` query parameters are still valid query parameters to use with this parameter. If false, only contacts that have not been purged will be returned.
| | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListDiscountedAgendaItemsRequest.md b/packages/java/docs/models/operations/ListDiscountedAgendaItemsRequest.md index 844958486..6a96fa6c3 100644 --- a/packages/java/docs/models/operations/ListDiscountedAgendaItemsRequest.md +++ b/packages/java/docs/models/operations/ListDiscountedAgendaItemsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| discount.id \| `eq`, `in` \|
\| type \| `eq`, `in` \|

The following logical operators are supported for combining filters:
* and
* or
| type eq 'AdmissionItem' and discount.id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| discount.id \| `eq`, `in` \|
\| type \| `eq`, `in` \|

The following logical operators are supported for combining filters:
* and
* or
| type eq 'AdmissionItem' and discount.id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListDonationItemsRequest.md b/packages/java/docs/models/operations/ListDonationItemsRequest.md index 0c6354818..daffa78da 100644 --- a/packages/java/docs/models/operations/ListDonationItemsRequest.md +++ b/packages/java/docs/models/operations/ListDonationItemsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListDurationsRequest.md b/packages/java/docs/models/operations/ListDurationsRequest.md index 9d00a5d18..0183a493c 100644 --- a/packages/java/docs/models/operations/ListDurationsRequest.md +++ b/packages/java/docs/models/operations/ListDurationsRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of attendance duration records returned per page. | | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* event
* session
* attendee
* type
* firstSeen
* duration
* lastModified - default
| start:DESC,title:ASC | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne`, `in` \|
\| session.id \| `eq`, `ne`, `in` \|
\| attendee.id \| `eq`, `ne`, `in` \|
\| type \| `contains`, `eq`, `ne`, `in` \|
\| deleted \| `eq`, `ne` \|
\| firstSeen \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastSeen \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| duration \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| firstSeen gt '2020-02-07T12:00:00.000Z' and session.id = '0e2f583e-62ae-40d8-9b5c-b8e67a6ba1ab' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of attendance duration records returned per page. | | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* event
* session
* attendee
* type
* firstSeen
* duration
* lastModified - default
| start:DESC,title:ASC | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne`, `in` \|
\| session.id \| `eq`, `ne`, `in` \|
\| attendee.id \| `eq`, `ne`, `in` \|
\| type \| `contains`, `eq`, `ne`, `in` \|
\| deleted \| `eq`, `ne` \|
\| firstSeen \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastSeen \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| duration \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| firstSeen gt '2020-02-07T12:00:00.000Z' and session.id = '0e2f583e-62ae-40d8-9b5c-b8e67a6ba1ab' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListEventDiscountsRequest.md b/packages/java/docs/models/operations/ListEventDiscountsRequest.md index cc7cbd136..a1d07192e 100644 --- a/packages/java/docs/models/operations/ListEventDiscountsRequest.md +++ b/packages/java/docs/models/operations/ListEventDiscountsRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* code
* method.type
* effectiveTo
* effectiveFrom
* type
* level
| name:DESC,code:ASC | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| id \| `in` \|
\| method.type \| `eq` \|
\| type \| `eq` \|
\| level \| `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and method.type eq 'PERCENTAGE' | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* code
* method.type
* effectiveTo
* effectiveFrom
* type
* level
| name:DESC,code:ASC | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| id \| `in` \|
\| method.type \| `eq` \|
\| type \| `eq` \|
\| level \| `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and method.type eq 'PERCENTAGE' | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListEventVouchersRequest.md b/packages/java/docs/models/operations/ListEventVouchersRequest.md index e6d428e95..9b2d61a73 100644 --- a/packages/java/docs/models/operations/ListEventVouchersRequest.md +++ b/packages/java/docs/models/operations/ListEventVouchersRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `sort` | *Optional\* | :heavy_minus_sign: | The sort order for the results, expressed as a priority-ordered list of field and direction pairs.

There are two sort directions:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* code

When not provided, results are sorted by `code` ascending.
| code:ASC | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-----------\|
\| id \| `in` \|

No logical operators are available.
| id in ('1800c9bd-b5f4-438a-a92c-ea1f59553a5c', '2900d8ce-c6f5-449b-b03d-fb2f60664b6d') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `sort` | *Optional\* | :heavy_minus_sign: | The sort order for the results, expressed as a priority-ordered list of field and direction pairs.

There are two sort directions:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* code

When not provided, results are sorted by `code` ascending.
| code:ASC | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-----------\|
\| id \| `in` \|

No logical operators are available.
| id in ('1800c9bd-b5f4-438a-a92c-ea1f59553a5c', '2900d8ce-c6f5-449b-b03d-fb2f60664b6d') | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListExternalAttendeeActivitiesMetadataRequest.md b/packages/java/docs/models/operations/ListExternalAttendeeActivitiesMetadataRequest.md index 81e691465..781643c66 100644 --- a/packages/java/docs/models/operations/ListExternalAttendeeActivitiesMetadataRequest.md +++ b/packages/java/docs/models/operations/ListExternalAttendeeActivitiesMetadataRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| name \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| id eq 'd94aff58-175d-41a5-9612-64e71202f8c3' and 'type eq 'event.external' and name ne 'social.media' and created ge '2021-03-15T09:33:13.750Z' and lastModified le '2021-03-15T09:33:13.750Z' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| name \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| id eq 'd94aff58-175d-41a5-9612-64e71202f8c3' and 'type eq 'event.external' and name ne 'social.media' and created ge '2021-03-15T09:33:13.750Z' and lastModified le '2021-03-15T09:33:13.750Z' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListFeeItemsRequest.md b/packages/java/docs/models/operations/ListFeeItemsRequest.md index 4cd1e6af8..985f86181 100644 --- a/packages/java/docs/models/operations/ListFeeItemsRequest.md +++ b/packages/java/docs/models/operations/ListFeeItemsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-----------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| product.id \| `eq`, `ne` \|
\| generalLedgerCodes.id \| `eq`, `ne` \|
\| product.type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or product.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d6' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-----------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| product.id \| `eq`, `ne` \|
\| generalLedgerCodes.id \| `eq`, `ne` \|
\| product.type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or product.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d6' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListHubsRequest.md b/packages/java/docs/models/operations/ListHubsRequest.md index 13bfec877..b5ca88937 100644 --- a/packages/java/docs/models/operations/ListHubsRequest.md +++ b/packages/java/docs/models/operations/ListHubsRequest.md @@ -3,8 +3,8 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|------------\|
\| id \| `eq`, `ne` \|

Limit for the number of fields that can be passed in a filter is 35.

The following logical operators are supported for combining filters:
* or
| (id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (id eq '16322408-bae8-4b29-a559-702d2023e13a') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|------------\|
\| id \| `eq`, `ne` \|

Limit for the number of fields that can be passed in a filter is 35.

The following logical operators are supported for combining filters:
* or
| (id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (id eq '16322408-bae8-4b29-a559-702d2023e13a') | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListMembershipItemsRequest.md b/packages/java/docs/models/operations/ListMembershipItemsRequest.md index 3d2485e19..99cae4caa 100644 --- a/packages/java/docs/models/operations/ListMembershipItemsRequest.md +++ b/packages/java/docs/models/operations/ListMembershipItemsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListPlayersRequest.md b/packages/java/docs/models/operations/ListPlayersRequest.md index 5e3b4584e..9f61ef2a0 100644 --- a/packages/java/docs/models/operations/ListPlayersRequest.md +++ b/packages/java/docs/models/operations/ListPlayersRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| webcast.id \| `eq`, `ne` \|
\| id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| webcast.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| webcast.id \| `eq`, `ne` \|
\| id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| webcast.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListProgramItemsRequest.md b/packages/java/docs/models/operations/ListProgramItemsRequest.md index 3a34d9398..7564a8466 100644 --- a/packages/java/docs/models/operations/ListProgramItemsRequest.md +++ b/packages/java/docs/models/operations/ListProgramItemsRequest.md @@ -3,8 +3,8 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------\|------------\|
\| id \| `eq`, `in` \|
\| session.id \| `eq`, `in` \|
\| event.id \| `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| session.id in ('04ca6ae2-0dc3-487b-953e-86d6abbdf7d3', '34ca65e2-1dc3-487b-589e-839d8bbdf7d3') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------\|------------\|
\| id \| `eq`, `in` \|
\| session.id \| `eq`, `in` \|
\| event.id \| `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| session.id in ('04ca6ae2-0dc3-487b-953e-86d6abbdf7d3', '34ca65e2-1dc3-487b-589e-839d8bbdf7d3') | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListQuantityItemsRequest.md b/packages/java/docs/models/operations/ListQuantityItemsRequest.md index ab3cd3110..706b0aea7 100644 --- a/packages/java/docs/models/operations/ListQuantityItemsRequest.md +++ b/packages/java/docs/models/operations/ListQuantityItemsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListSegmentAssociatedAttendeesRequest.md b/packages/java/docs/models/operations/ListSegmentAssociatedAttendeesRequest.md index ad4fb3a6b..da7e7cb6a 100644 --- a/packages/java/docs/models/operations/ListSegmentAssociatedAttendeesRequest.md +++ b/packages/java/docs/models/operations/ListSegmentAssociatedAttendeesRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `audienceSegmentId` | *String* | :heavy_check_mark: | ID of an audience segment. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------\|
\| disassociated \| `eq` \| To use this filter, `includeDisassociated` query parameter must be true. \|
| disassociated eq 'false' | -| `includeDisassociated` | *Optional\* | :heavy_minus_sign: | Use the `includeDisassociated` query parameter to include disassociated attendees in the result. Note: Disassociated attendees older than 30 days will not be returned in result.
| true | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `audienceSegmentId` | *String* | :heavy_check_mark: | ID of an audience segment. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------\|
\| disassociated \| `eq` \| To use this filter, `includeDisassociated` query parameter must be true. \|
| disassociated eq 'false' | +| `includeDisassociated` | *Optional\* | :heavy_minus_sign: | Use the `includeDisassociated` query parameter to include disassociated attendees in the result. Note: Disassociated attendees older than 30 days will not be returned in result.
| true | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListSessionDocsRequest.md b/packages/java/docs/models/operations/ListSessionDocsRequest.md index 9aa26e0ef..20076c64d 100644 --- a/packages/java/docs/models/operations/ListSessionDocsRequest.md +++ b/packages/java/docs/models/operations/ListSessionDocsRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `id` | *String* | :heavy_check_mark: | Unique Id of a session | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| file.id \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| file.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | Unique Id of a session | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| file.id \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| file.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListSessionsCategoriesRequest.md b/packages/java/docs/models/operations/ListSessionsCategoriesRequest.md index a4bbfb21c..7633e20ae 100644 --- a/packages/java/docs/models/operations/ListSessionsCategoriesRequest.md +++ b/packages/java/docs/models/operations/ListSessionsCategoriesRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
| name:ASC | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| id \| `eq`, `ne`, `in` \|
\| name \| `eq`, `ne`, `contains` \|

The following operators are available:
* and
* or
| name contains 'general' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
| name:ASC | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| id \| `eq`, `ne`, `in` \|
\| name \| `eq`, `ne`, `contains` \|

The following operators are available:
* and
* or
| name contains 'general' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListSessionsRequest.md b/packages/java/docs/models/operations/ListSessionsRequest.md index f6f626c88..1a0b4fee4 100644 --- a/packages/java/docs/models/operations/ListSessionsRequest.md +++ b/packages/java/docs/models/operations/ListSessionsRequest.md @@ -3,12 +3,12 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* start
* end
* title
* includedSession
* category.name
* code
* relevance
* order
| start:DESC,order:ASC,title:ASC | -| `locale` | *Optional\* | :heavy_minus_sign: | Locale code in IETF Language tag format. Indicates desired locale of return values. | en-US | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------------------\|----------------------------------------------\|
\| id \| `eq`, `ne`, `in` \|
\| status \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| title \| `eq`, `ne`, `contains`, `match` \|
\| code \| `eq`, `ne` \|
\| category.id \| `eq`, `ne` \|
\| category.name \| `eq`, `ne`, `contains` \|
\| start \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| end \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| description \| `eq`, `ne`, `contains` \|
\| capacity \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| location.id \| `eq`, `ne` \|
\| location.name \| `eq`, `ne`, `contains` \|
\| location.code \| `eq`, `ne` \|
\| includedSession \| `eq`, `ne` \|
\| enableWaitlist \| `eq`, `ne` \|
\| featured \| `eq`, `ne` \|
\| openForRegistration \| `eq`, `ne` \|
\| openForAttendeeHub \| `eq`, `ne` \|
\| virtual \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| registrationTypes \| `contains`, `in`, `is empty`, `is not empty` \|
\| customField.{uuid of custom field} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge`, `sw`, `contains`, `in` \|
\| group.id \| `eq`, `ne` \|
\| admissionItems \| `contains`, `is empty`, `is not empty` \|
\| segments \| `contains`, `in`, `is empty`, `is not empty` \|

**Note:** If the "match" filter is passed, the endpoint will return a relevance score for each session in the list and, by default, sort results by relevance. Higher scores represent a higher relevance to the filter string.

The following logical operators are supported for combining filters:
* and
* or
| status eq 'active' or status eq 'closed' or event.id eq 'abc' or customField.{uuid of custom field} in ('abc','def') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `sort` | *Optional\* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* start
* end
* title
* includedSession
* category.name
* code
* relevance
* order
| start:DESC,order:ASC,title:ASC | +| `locale` | *Optional\* | :heavy_minus_sign: | Locale code in IETF Language tag format. Indicates desired locale of return values. | en-US | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------------------\|----------------------------------------------\|
\| id \| `eq`, `ne`, `in` \|
\| status \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| title \| `eq`, `ne`, `contains`, `match` \|
\| code \| `eq`, `ne` \|
\| category.id \| `eq`, `ne` \|
\| category.name \| `eq`, `ne`, `contains` \|
\| start \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| end \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| description \| `eq`, `ne`, `contains` \|
\| capacity \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| location.id \| `eq`, `ne` \|
\| location.name \| `eq`, `ne`, `contains` \|
\| location.code \| `eq`, `ne` \|
\| includedSession \| `eq`, `ne` \|
\| enableWaitlist \| `eq`, `ne` \|
\| featured \| `eq`, `ne` \|
\| openForRegistration \| `eq`, `ne` \|
\| openForAttendeeHub \| `eq`, `ne` \|
\| virtual \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| registrationTypes \| `contains`, `in`, `is empty`, `is not empty` \|
\| customField.{uuid of custom field} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge`, `sw`, `contains`, `in` \|
\| group.id \| `eq`, `ne` \|
\| admissionItems \| `contains`, `is empty`, `is not empty` \|
\| segments \| `contains`, `in`, `is empty`, `is not empty` \|

**Note:** If the "match" filter is passed, the endpoint will return a relevance score for each session in the list and, by default, sort results by relevance. Higher scores represent a higher relevance to the filter string.

The following logical operators are supported for combining filters:
* and
* or
| status eq 'active' or status eq 'closed' or event.id eq 'abc' or customField.{uuid of custom field} in ('abc','def') | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListTaxesRequest.md b/packages/java/docs/models/operations/ListTaxesRequest.md index 06877c700..f7ee98504 100644 --- a/packages/java/docs/models/operations/ListTaxesRequest.md +++ b/packages/java/docs/models/operations/ListTaxesRequest.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `in` \|
\| active \| `eq` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `in` \|
\| active \| `eq` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListVideosRequest.md b/packages/java/docs/models/operations/ListVideosRequest.md index 169d87024..96cd8ccb1 100644 --- a/packages/java/docs/models/operations/ListVideosRequest.md +++ b/packages/java/docs/models/operations/ListVideosRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|--------------\|------------\|----------------------------------\|
\| id \| `eq`, `ne` \| \|
\| events \| `eq`, `ne` \| \|
\| sessions \| `eq`, `ne` \| \|
\| exhibitors \| `eq`, `ne` \| \|
\| speakers \| `eq`, `ne` \| \|
\| source.id \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| tags \| `eq`, `ne` \| \|
\| recording.id \| `eq`, `ne` \| \|
\| event.id \| `eq`, `ne` \| deprecated, use `events` instead \|

The following logical operators are supported for combining filters:
* and
* or
| events eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and source.id ne 'sampleWebcastSystemId' | -| `deleted` | *Optional\* | :heavy_minus_sign: | True means only videos marked as deleted will be queried. False means only non-deleted videos will be queried. | true | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|--------------\|------------\|----------------------------------\|
\| id \| `eq`, `ne` \| \|
\| events \| `eq`, `ne` \| \|
\| sessions \| `eq`, `ne` \| \|
\| exhibitors \| `eq`, `ne` \| \|
\| speakers \| `eq`, `ne` \| \|
\| source.id \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| tags \| `eq`, `ne` \| \|
\| recording.id \| `eq`, `ne` \| \|
\| event.id \| `eq`, `ne` \| deprecated, use `events` instead \|

The following logical operators are supported for combining filters:
* and
* or
| events eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and source.id ne 'sampleWebcastSystemId' | +| `deleted` | *Optional\* | :heavy_minus_sign: | True means only videos marked as deleted will be queried. False means only non-deleted videos will be queried. | true | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListWebcastAttendeeLinksRequest.md b/packages/java/docs/models/operations/ListWebcastAttendeeLinksRequest.md index 4d07e7892..8a0ba86e7 100644 --- a/packages/java/docs/models/operations/ListWebcastAttendeeLinksRequest.md +++ b/packages/java/docs/models/operations/ListWebcastAttendeeLinksRequest.md @@ -3,11 +3,11 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *String* | :heavy_check_mark: | The identifier of the webcast. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| id \| `eq`, `ne` \|
\| sourceId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *String* | :heavy_check_mark: | The identifier of the webcast. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| id \| `eq`, `ne` \|
\| sourceId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/java/docs/models/operations/ListWebcastsRequest.md b/packages/java/docs/models/operations/ListWebcastsRequest.md index 06c33d1cc..7af5586df 100644 --- a/packages/java/docs/models/operations/ListWebcastsRequest.md +++ b/packages/java/docs/models/operations/ListWebcastsRequest.md @@ -3,10 +3,10 @@ ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|----------------\|------------------------------------------\|
\| id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| appointment.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| exhibitor.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| sourceId \| `eq`, `ne`, `is empty`, `is not empty` \|
\| solutionType \| `eq`, `ne` \|
\| provider \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| status \| `eq`, `ne` \|
\| meetingId \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| playerType \| `eq`, `ne` \|
| event.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and sourceId ne 'sampleWebcastSystemId' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *Optional\* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *Optional\* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *Optional\* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|----------------\|------------------------------------------\|
\| id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| appointment.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| exhibitor.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| sourceId \| `eq`, `ne`, `is empty`, `is not empty` \|
\| solutionType \| `eq`, `ne` \|
\| provider \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| status \| `eq`, `ne` \|
\| meetingId \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| playerType \| `eq`, `ne` \|
| event.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and sourceId ne 'sampleWebcastSystemId' | \ No newline at end of file diff --git a/packages/java/docs/sdks/authentication/README.md b/packages/java/docs/sdks/authentication/README.md index b71223e88..7974ce76c 100644 --- a/packages/java/docs/sdks/authentication/README.md +++ b/packages/java/docs/sdks/authentication/README.md @@ -81,7 +81,7 @@ public class Application { ## oauth2Token -Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer Quickstart](/docs/rest-api/tutorials/developer-quickstart) for an example request. +Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer Quickstart](https://developers.cvent.com/docs/rest-api/tutorials/developer-quickstart) for an example request. **Note:** The token endpoint returns refresh_token only when the grant_type is authorization_code. diff --git a/packages/java/docs/sdks/bulk/README.md b/packages/java/docs/sdks/bulk/README.md index 8ee74e3f2..c4be76c50 100644 --- a/packages/java/docs/sdks/bulk/README.md +++ b/packages/java/docs/sdks/bulk/README.md @@ -11,7 +11,7 @@ Consumers of the bulk API will do the following: * Use [get bulk job](#operation/getBulkJobById) to track status * Use [list bulk job results](#operation/listBulkJobResult) to get details of items uploaded -For more details, see the [Bulk Job User Guide](/docs/rest-api/guides/bulk-api-user-guide). +For more details, see the [Bulk Job User Guide](https://developers.cvent.com/docs/rest-api/guides/bulk-api-user-guide). **Note:** These bulk jobs have a TTL and will expire once they are complete or never ran. Bulk jobs will expire 1 week after creation, and this one week is refreshed when data is uploaded and the job is run. The Bulk Job diff --git a/packages/java/docs/sdks/housing/README.md b/packages/java/docs/sdks/housing/README.md index 90dbdf88f..79560bcad 100644 --- a/packages/java/docs/sdks/housing/README.md +++ b/packages/java/docs/sdks/housing/README.md @@ -15,7 +15,7 @@ If you need authentication credentials or have any questions regarding the RegLi * **Housing Event.** An Passkey event where invitees will be able to register and book rooms. * **Reservation Request.** Represents a request to book rooms in the housing event. * **RegLink.** A feature that links Passkey events to your registration events, enabling you to sync data between the two events. -* **Callback.** [Passkey's callback system](/docs/passkey/REST/callbacks) allows for a push notification to be sent to your system when a reservation is created, modified or cancelled. +* **Callback.** [Passkey's callback system](https://developers.cvent.com/docs/passkey/REST/callbacks) allows for a push notification to be sent to your system when a reservation is created, modified or cancelled. ### Available Operations @@ -1451,7 +1451,7 @@ public class Application { ## getReservation -Get reservation details for the given reservation ID. Commonly used in response to [passkey callbacks](/docs/passkey/REST/callbacks). +Get reservation details for the given reservation ID. Commonly used in response to [passkey callbacks](https://developers.cvent.com/docs/passkey/REST/callbacks). ### Example Usage diff --git a/packages/java/docs/sdks/meetingrequest/README.md b/packages/java/docs/sdks/meetingrequest/README.md index f668bd16d..c49cb2d0e 100644 --- a/packages/java/docs/sdks/meetingrequest/README.md +++ b/packages/java/docs/sdks/meetingrequest/README.md @@ -227,9 +227,9 @@ public class Application { ## createMeetingRequest -Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. +Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for details. -**Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. +**Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. More about OAuth2 authorization code support for administrators <#oauth2-auth-code-planner-admin> @@ -308,9 +308,9 @@ public class Application { ## updateMeetingRequest -Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. +Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for details. -**Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. +**Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. More about OAuth2 authorization code support for administrators <#oauth2-auth-code-planner-admin> diff --git a/packages/java/gradle.properties b/packages/java/gradle.properties index 1c919434f..ce4100fd4 100644 --- a/packages/java/gradle.properties +++ b/packages/java/gradle.properties @@ -1,4 +1,4 @@ groupId=com.cvent artifactId=sdk -version=1.5.0 +version=1.5.1 org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g diff --git a/packages/java/src/main/java/com/cvent/AsyncAuthentication.java b/packages/java/src/main/java/com/cvent/AsyncAuthentication.java index 7d59e8d25..bca2e6d41 100644 --- a/packages/java/src/main/java/com/cvent/AsyncAuthentication.java +++ b/packages/java/src/main/java/com/cvent/AsyncAuthentication.java @@ -105,7 +105,8 @@ public CompletableFuture oauth2Authorize( * Token * *

Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer - * Quickstart](/docs/rest-api/tutorials/developer-quickstart) for an example request. + * Quickstart](https://developers.cvent.com/docs/rest-api/tutorials/developer-quickstart) for an + * example request. * *

**Note:** The token endpoint returns refresh_token only when the grant_type is authorization_code. * @@ -119,7 +120,8 @@ public Oauth2TokenRequestBuilder oauth2Token() { * Token * *

Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer - * Quickstart](/docs/rest-api/tutorials/developer-quickstart) for an example request. + * Quickstart](https://developers.cvent.com/docs/rest-api/tutorials/developer-quickstart) for an + * example request. * *

**Note:** The token endpoint returns refresh_token only when the grant_type is authorization_code. * @@ -134,7 +136,8 @@ public CompletableFuture oauth2Token(@Nonnull Oauth2TokenSe * Token * *

Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer - * Quickstart](/docs/rest-api/tutorials/developer-quickstart) for an example request. + * Quickstart](https://developers.cvent.com/docs/rest-api/tutorials/developer-quickstart) for an + * example request. * *

**Note:** The token endpoint returns refresh_token only when the grant_type is authorization_code. * diff --git a/packages/java/src/main/java/com/cvent/AsyncBulk.java b/packages/java/src/main/java/com/cvent/AsyncBulk.java index 2f9b774f2..8e0343d40 100644 --- a/packages/java/src/main/java/com/cvent/AsyncBulk.java +++ b/packages/java/src/main/java/com/cvent/AsyncBulk.java @@ -47,7 +47,8 @@ * * Use [get bulk job](#operation/getBulkJobById) to track status * * Use [list bulk job results](#operation/listBulkJobResult) to get details of items uploaded * - *

For more details, see the [Bulk Job User Guide](/docs/rest-api/guides/bulk-api-user-guide). + *

For more details, see the [Bulk Job User + * Guide](https://developers.cvent.com/docs/rest-api/guides/bulk-api-user-guide). * *

**Note:** These bulk jobs have a TTL and will expire once they are complete or never ran. Bulk jobs * will expire diff --git a/packages/java/src/main/java/com/cvent/AsyncCventSDK.java b/packages/java/src/main/java/com/cvent/AsyncCventSDK.java index 51c8f0ff1..6980b8d0f 100644 --- a/packages/java/src/main/java/com/cvent/AsyncCventSDK.java +++ b/packages/java/src/main/java/com/cvent/AsyncCventSDK.java @@ -136,7 +136,8 @@ public class AsyncCventSDK { * * Use [get bulk job](#operation/getBulkJobById) to track status * * Use [list bulk job results](#operation/listBulkJobResult) to get details of items uploaded * - *

For more details, see the [Bulk Job User Guide](/docs/rest-api/guides/bulk-api-user-guide). + *

For more details, see the [Bulk Job User + * Guide](https://developers.cvent.com/docs/rest-api/guides/bulk-api-user-guide). * *

**Note:** These bulk jobs have a TTL and will expire once they are complete or never ran. Bulk jobs * will expire @@ -189,8 +190,9 @@ public class AsyncCventSDK { * * **Reservation Request.** Represents a request to book rooms in the housing event. * * **RegLink.** A feature that links Passkey events to your registration events, enabling you to sync * data between the two events. - * * **Callback.** [Passkey's callback system](/docs/passkey/REST/callbacks) allows for a push - * notification to be sent to your system when a reservation is created, modified or cancelled. + * * **Callback.** [Passkey's callback + * system](https://developers.cvent.com/docs/passkey/REST/callbacks) allows for a push notification to + * be sent to your system when a reservation is created, modified or cancelled. */ private final AsyncHousing housing; /** @@ -589,7 +591,8 @@ public AsyncBudget budget() { * * Use [get bulk job](#operation/getBulkJobById) to track status * * Use [list bulk job results](#operation/listBulkJobResult) to get details of items uploaded * - *

For more details, see the [Bulk Job User Guide](/docs/rest-api/guides/bulk-api-user-guide). + *

For more details, see the [Bulk Job User + * Guide](https://developers.cvent.com/docs/rest-api/guides/bulk-api-user-guide). * *

**Note:** These bulk jobs have a TTL and will expire once they are complete or never ran. Bulk jobs * will expire @@ -648,8 +651,9 @@ public AsyncCardTokens cardTokens() { * * **Reservation Request.** Represents a request to book rooms in the housing event. * * **RegLink.** A feature that links Passkey events to your registration events, enabling you to sync * data between the two events. - * * **Callback.** [Passkey's callback system](/docs/passkey/REST/callbacks) allows for a push - * notification to be sent to your system when a reservation is created, modified or cancelled. + * * **Callback.** [Passkey's callback + * system](https://developers.cvent.com/docs/passkey/REST/callbacks) allows for a push notification to + * be sent to your system when a reservation is created, modified or cancelled. */ public AsyncHousing housing() { return housing; diff --git a/packages/java/src/main/java/com/cvent/AsyncHousing.java b/packages/java/src/main/java/com/cvent/AsyncHousing.java index bbc6d8272..7e044ad95 100644 --- a/packages/java/src/main/java/com/cvent/AsyncHousing.java +++ b/packages/java/src/main/java/com/cvent/AsyncHousing.java @@ -119,8 +119,9 @@ * * **Reservation Request.** Represents a request to book rooms in the housing event. * * **RegLink.** A feature that links Passkey events to your registration events, enabling you to sync * data between the two events. - * * **Callback.** [Passkey's callback system](/docs/passkey/REST/callbacks) allows for a push - * notification to be sent to your system when a reservation is created, modified or cancelled. + * * **Callback.** [Passkey's callback + * system](https://developers.cvent.com/docs/passkey/REST/callbacks) allows for a push notification to + * be sent to your system when a reservation is created, modified or cancelled. */ public class AsyncHousing { private static final Headers _headers = Headers.EMPTY; @@ -892,7 +893,7 @@ public CompletableFuture createReservation( * Get Reservation * *

Get reservation details for the given reservation ID. Commonly used in response to [passkey - * callbacks](/docs/passkey/REST/callbacks). + * callbacks](https://developers.cvent.com/docs/passkey/REST/callbacks). * * @return The async call builder */ @@ -904,7 +905,7 @@ public GetReservationRequestBuilder getReservation() { * Get Reservation * *

Get reservation details for the given reservation ID. Commonly used in response to [passkey - * callbacks](/docs/passkey/REST/callbacks). + * callbacks](https://developers.cvent.com/docs/passkey/REST/callbacks). * * @param request The request object containing all the parameters for the API call. * @return {@code CompletableFuture} - The async response @@ -918,7 +919,7 @@ public CompletableFuture getReservation( * Get Reservation * *

Get reservation details for the given reservation ID. Commonly used in response to [passkey - * callbacks](/docs/passkey/REST/callbacks). + * callbacks](https://developers.cvent.com/docs/passkey/REST/callbacks). * * @param request The request object containing all the parameters for the API call. * @param options additional options diff --git a/packages/java/src/main/java/com/cvent/AsyncMeetingRequest.java b/packages/java/src/main/java/com/cvent/AsyncMeetingRequest.java index 0389db3e6..d122845d8 100644 --- a/packages/java/src/main/java/com/cvent/AsyncMeetingRequest.java +++ b/packages/java/src/main/java/com/cvent/AsyncMeetingRequest.java @@ -211,13 +211,15 @@ public CompletableFuture getMRFById( *

Creates a collection of meeting requests for a given active form. For complex questions such as * Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a * JSON-serialized string. See the question schema and the [Complex Questions - * Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. + * Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for + * details. * *

**Note:** If the meeting request form is configured to auto-create an event upon submission, the * `event.id` field may not be populated in the response at the time of initial creation. Event * creation is processed asynchronously after the meeting request is saved. To retrieve the associated * event ID once it is available, poll the [Get - * MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) + * endpoint. * *

More about OAuth2 authorization code support for administrators * @@ -233,13 +235,15 @@ public CreateMeetingRequestRequestBuilder createMeetingRequest() { *

Creates a collection of meeting requests for a given active form. For complex questions such as * Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a * JSON-serialized string. See the question schema and the [Complex Questions - * Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. + * Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for + * details. * *

**Note:** If the meeting request form is configured to auto-create an event upon submission, the * `event.id` field may not be populated in the response at the time of initial creation. Event * creation is processed asynchronously after the meeting request is saved. To retrieve the associated * event ID once it is available, poll the [Get - * MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) + * endpoint. * *

More about OAuth2 authorization code support for administrators * @@ -257,13 +261,15 @@ public CompletableFuture createMeetingRequest( *

Creates a collection of meeting requests for a given active form. For complex questions such as * Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a * JSON-serialized string. See the question schema and the [Complex Questions - * Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. + * Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for + * details. * *

**Note:** If the meeting request form is configured to auto-create an event upon submission, the * `event.id` field may not be populated in the response at the time of initial creation. Event * creation is processed asynchronously after the meeting request is saved. To retrieve the associated * event ID once it is available, poll the [Get - * MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) + * endpoint. * *

More about OAuth2 authorization code support for administrators * @@ -284,14 +290,16 @@ public CompletableFuture createMeetingRequest( *

Updates a collection of meeting requests for a given form, adding information to the existing * meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room * Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question - * schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) - * for details. + * schema and the [Complex Questions + * Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for + * details. * *

**Note:** If the meeting request form is configured to auto-create an event upon submission, the * `event.id` field may not be populated in the response at the time of the update. Event creation is * processed asynchronously after the meeting request is saved. To retrieve the associated event ID * once it is available, poll the [Get - * MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) + * endpoint. * *

More about OAuth2 authorization code support for administrators * @@ -307,14 +315,16 @@ public UpdateMeetingRequestRequestBuilder updateMeetingRequest() { *

Updates a collection of meeting requests for a given form, adding information to the existing * meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room * Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question - * schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) - * for details. + * schema and the [Complex Questions + * Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for + * details. * *

**Note:** If the meeting request form is configured to auto-create an event upon submission, the * `event.id` field may not be populated in the response at the time of the update. Event creation is * processed asynchronously after the meeting request is saved. To retrieve the associated event ID * once it is available, poll the [Get - * MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) + * endpoint. * *

More about OAuth2 authorization code support for administrators * @@ -332,14 +342,16 @@ public CompletableFuture updateMeetingRequest( *

Updates a collection of meeting requests for a given form, adding information to the existing * meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room * Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question - * schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) - * for details. + * schema and the [Complex Questions + * Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for + * details. * *

**Note:** If the meeting request form is configured to auto-create an event upon submission, the * `event.id` field may not be populated in the response at the time of the update. Event creation is * processed asynchronously after the meeting request is saved. To retrieve the associated event ID * once it is available, poll the [Get - * MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) + * endpoint. * *

More about OAuth2 authorization code support for administrators * diff --git a/packages/java/src/main/java/com/cvent/Authentication.java b/packages/java/src/main/java/com/cvent/Authentication.java index fc8ea0b6f..96dc3234e 100644 --- a/packages/java/src/main/java/com/cvent/Authentication.java +++ b/packages/java/src/main/java/com/cvent/Authentication.java @@ -105,7 +105,8 @@ public Oauth2AuthorizeResponse oauth2Authorize(@Nonnull Oauth2AuthorizeRequest r * Token * *

Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer - * Quickstart](/docs/rest-api/tutorials/developer-quickstart) for an example request. + * Quickstart](https://developers.cvent.com/docs/rest-api/tutorials/developer-quickstart) for an + * example request. * *

**Note:** The token endpoint returns refresh_token only when the grant_type is authorization_code. * @@ -119,7 +120,8 @@ public Oauth2TokenRequestBuilder oauth2Token() { * Token * *

Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer - * Quickstart](/docs/rest-api/tutorials/developer-quickstart) for an example request. + * Quickstart](https://developers.cvent.com/docs/rest-api/tutorials/developer-quickstart) for an + * example request. * *

**Note:** The token endpoint returns refresh_token only when the grant_type is authorization_code. * @@ -135,7 +137,8 @@ public Oauth2TokenResponse oauth2Token(@Nonnull Oauth2TokenSecurity security) { * Token * *

Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer - * Quickstart](/docs/rest-api/tutorials/developer-quickstart) for an example request. + * Quickstart](https://developers.cvent.com/docs/rest-api/tutorials/developer-quickstart) for an + * example request. * *

**Note:** The token endpoint returns refresh_token only when the grant_type is authorization_code. * diff --git a/packages/java/src/main/java/com/cvent/Bulk.java b/packages/java/src/main/java/com/cvent/Bulk.java index 53697f399..f3dbbbcc0 100644 --- a/packages/java/src/main/java/com/cvent/Bulk.java +++ b/packages/java/src/main/java/com/cvent/Bulk.java @@ -46,7 +46,8 @@ * * Use [get bulk job](#operation/getBulkJobById) to track status * * Use [list bulk job results](#operation/listBulkJobResult) to get details of items uploaded * - *

For more details, see the [Bulk Job User Guide](/docs/rest-api/guides/bulk-api-user-guide). + *

For more details, see the [Bulk Job User + * Guide](https://developers.cvent.com/docs/rest-api/guides/bulk-api-user-guide). * *

**Note:** These bulk jobs have a TTL and will expire once they are complete or never ran. Bulk jobs * will expire diff --git a/packages/java/src/main/java/com/cvent/CventSDK.java b/packages/java/src/main/java/com/cvent/CventSDK.java index 86924ea14..eb4b7cf6a 100644 --- a/packages/java/src/main/java/com/cvent/CventSDK.java +++ b/packages/java/src/main/java/com/cvent/CventSDK.java @@ -161,7 +161,8 @@ public class CventSDK { * * Use [get bulk job](#operation/getBulkJobById) to track status * * Use [list bulk job results](#operation/listBulkJobResult) to get details of items uploaded * - *

For more details, see the [Bulk Job User Guide](/docs/rest-api/guides/bulk-api-user-guide). + *

For more details, see the [Bulk Job User + * Guide](https://developers.cvent.com/docs/rest-api/guides/bulk-api-user-guide). * *

**Note:** These bulk jobs have a TTL and will expire once they are complete or never ran. Bulk jobs * will expire @@ -217,8 +218,9 @@ public class CventSDK { * * **Reservation Request.** Represents a request to book rooms in the housing event. * * **RegLink.** A feature that links Passkey events to your registration events, enabling you to sync * data between the two events. - * * **Callback.** [Passkey's callback system](/docs/passkey/REST/callbacks) allows for a push - * notification to be sent to your system when a reservation is created, modified or cancelled. + * * **Callback.** [Passkey's callback + * system](https://developers.cvent.com/docs/passkey/REST/callbacks) allows for a push notification to + * be sent to your system when a reservation is created, modified or cancelled. */ private final Housing housing; @@ -666,7 +668,8 @@ public Budget budget() { * * Use [get bulk job](#operation/getBulkJobById) to track status * * Use [list bulk job results](#operation/listBulkJobResult) to get details of items uploaded * - *

For more details, see the [Bulk Job User Guide](/docs/rest-api/guides/bulk-api-user-guide). + *

For more details, see the [Bulk Job User + * Guide](https://developers.cvent.com/docs/rest-api/guides/bulk-api-user-guide). * *

**Note:** These bulk jobs have a TTL and will expire once they are complete or never ran. Bulk jobs * will expire @@ -728,8 +731,9 @@ public CardTokens cardTokens() { * * **Reservation Request.** Represents a request to book rooms in the housing event. * * **RegLink.** A feature that links Passkey events to your registration events, enabling you to sync * data between the two events. - * * **Callback.** [Passkey's callback system](/docs/passkey/REST/callbacks) allows for a push - * notification to be sent to your system when a reservation is created, modified or cancelled. + * * **Callback.** [Passkey's callback + * system](https://developers.cvent.com/docs/passkey/REST/callbacks) allows for a push notification to + * be sent to your system when a reservation is created, modified or cancelled. */ public Housing housing() { return housing; diff --git a/packages/java/src/main/java/com/cvent/Housing.java b/packages/java/src/main/java/com/cvent/Housing.java index 66865ffd0..35491f173 100644 --- a/packages/java/src/main/java/com/cvent/Housing.java +++ b/packages/java/src/main/java/com/cvent/Housing.java @@ -118,8 +118,9 @@ * * **Reservation Request.** Represents a request to book rooms in the housing event. * * **RegLink.** A feature that links Passkey events to your registration events, enabling you to sync * data between the two events. - * * **Callback.** [Passkey's callback system](/docs/passkey/REST/callbacks) allows for a push - * notification to be sent to your system when a reservation is created, modified or cancelled. + * * **Callback.** [Passkey's callback + * system](https://developers.cvent.com/docs/passkey/REST/callbacks) allows for a push notification to + * be sent to your system when a reservation is created, modified or cancelled. */ public class Housing { private static final Headers _headers = Headers.EMPTY; @@ -913,7 +914,7 @@ public CreateReservationResponse createReservation(@Nonnull NewReservation reque * Get Reservation * *

Get reservation details for the given reservation ID. Commonly used in response to [passkey - * callbacks](/docs/passkey/REST/callbacks). + * callbacks](https://developers.cvent.com/docs/passkey/REST/callbacks). * * @return The call builder */ @@ -925,7 +926,7 @@ public GetReservationRequestBuilder getReservation() { * Get Reservation * *

Get reservation details for the given reservation ID. Commonly used in response to [passkey - * callbacks](/docs/passkey/REST/callbacks). + * callbacks](https://developers.cvent.com/docs/passkey/REST/callbacks). * * @param request The request object containing all the parameters for the API call. * @return The response from the API call @@ -939,7 +940,7 @@ public GetReservationResponse getReservation(@Nonnull com.cvent.models.operation * Get Reservation * *

Get reservation details for the given reservation ID. Commonly used in response to [passkey - * callbacks](/docs/passkey/REST/callbacks). + * callbacks](https://developers.cvent.com/docs/passkey/REST/callbacks). * * @param request The request object containing all the parameters for the API call. * @param options additional options diff --git a/packages/java/src/main/java/com/cvent/MeetingRequest.java b/packages/java/src/main/java/com/cvent/MeetingRequest.java index ac61b0b85..fb9fbc1fc 100644 --- a/packages/java/src/main/java/com/cvent/MeetingRequest.java +++ b/packages/java/src/main/java/com/cvent/MeetingRequest.java @@ -215,13 +215,15 @@ public GetMRFByIdResponse getMRFById(@Nonnull GetMRFByIdRequest request, @Nullab *

Creates a collection of meeting requests for a given active form. For complex questions such as * Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a * JSON-serialized string. See the question schema and the [Complex Questions - * Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. + * Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for + * details. * *

**Note:** If the meeting request form is configured to auto-create an event upon submission, the * `event.id` field may not be populated in the response at the time of initial creation. Event * creation is processed asynchronously after the meeting request is saved. To retrieve the associated * event ID once it is available, poll the [Get - * MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) + * endpoint. * *

More about OAuth2 authorization code support for administrators * @@ -237,13 +239,15 @@ public CreateMeetingRequestRequestBuilder createMeetingRequest() { *

Creates a collection of meeting requests for a given active form. For complex questions such as * Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a * JSON-serialized string. See the question schema and the [Complex Questions - * Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. + * Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for + * details. * *

**Note:** If the meeting request form is configured to auto-create an event upon submission, the * `event.id` field may not be populated in the response at the time of initial creation. Event * creation is processed asynchronously after the meeting request is saved. To retrieve the associated * event ID once it is available, poll the [Get - * MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) + * endpoint. * *

More about OAuth2 authorization code support for administrators * @@ -261,13 +265,15 @@ public CreateMeetingRequestResponse createMeetingRequest(@Nonnull CreateMeetingR *

Creates a collection of meeting requests for a given active form. For complex questions such as * Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a * JSON-serialized string. See the question schema and the [Complex Questions - * Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. + * Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for + * details. * *

**Note:** If the meeting request form is configured to auto-create an event upon submission, the * `event.id` field may not be populated in the response at the time of initial creation. Event * creation is processed asynchronously after the meeting request is saved. To retrieve the associated * event ID once it is available, poll the [Get - * MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) + * endpoint. * *

More about OAuth2 authorization code support for administrators * @@ -289,14 +295,16 @@ public CreateMeetingRequestResponse createMeetingRequest( *

Updates a collection of meeting requests for a given form, adding information to the existing * meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room * Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question - * schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) - * for details. + * schema and the [Complex Questions + * Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for + * details. * *

**Note:** If the meeting request form is configured to auto-create an event upon submission, the * `event.id` field may not be populated in the response at the time of the update. Event creation is * processed asynchronously after the meeting request is saved. To retrieve the associated event ID * once it is available, poll the [Get - * MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) + * endpoint. * *

More about OAuth2 authorization code support for administrators * @@ -312,14 +320,16 @@ public UpdateMeetingRequestRequestBuilder updateMeetingRequest() { *

Updates a collection of meeting requests for a given form, adding information to the existing * meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room * Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question - * schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) - * for details. + * schema and the [Complex Questions + * Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for + * details. * *

**Note:** If the meeting request form is configured to auto-create an event upon submission, the * `event.id` field may not be populated in the response at the time of the update. Event creation is * processed asynchronously after the meeting request is saved. To retrieve the associated event ID * once it is available, poll the [Get - * MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) + * endpoint. * *

More about OAuth2 authorization code support for administrators * @@ -337,14 +347,16 @@ public UpdateMeetingRequestResponse updateMeetingRequest(@Nonnull UpdateMeetingR *

Updates a collection of meeting requests for a given form, adding information to the existing * meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room * Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question - * schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) - * for details. + * schema and the [Complex Questions + * Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for + * details. * *

**Note:** If the meeting request form is configured to auto-create an event upon submission, the * `event.id` field may not be populated in the response at the time of the update. Event creation is * processed asynchronously after the meeting request is saved. To retrieve the associated event ID * once it is available, poll the [Get - * MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) + * endpoint. * *

More about OAuth2 authorization code support for administrators * diff --git a/packages/java/src/main/java/com/cvent/SDKConfiguration.java b/packages/java/src/main/java/com/cvent/SDKConfiguration.java index 28d56506f..686255d84 100644 --- a/packages/java/src/main/java/com/cvent/SDKConfiguration.java +++ b/packages/java/src/main/java/com/cvent/SDKConfiguration.java @@ -20,7 +20,7 @@ public class SDKConfiguration { private static final String LANGUAGE = "java"; public static final String OPENAPI_DOC_VERSION = "ea"; - public static final String SDK_VERSION = "1.5.0"; + public static final String SDK_VERSION = "1.5.1"; public static final String GEN_VERSION = "2.859.2"; private static final String BASE_PACKAGE = "com.cvent"; public static final String USER_AGENT = String.format( diff --git a/packages/java/src/main/java/com/cvent/models/components/AttendeeContactInfo.java b/packages/java/src/main/java/com/cvent/models/components/AttendeeContactInfo.java index d56a16985..f838b16ee 100644 --- a/packages/java/src/main/java/com/cvent/models/components/AttendeeContactInfo.java +++ b/packages/java/src/main/java/com/cvent/models/components/AttendeeContactInfo.java @@ -27,8 +27,10 @@ public class AttendeeContactInfo { /** * The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. - * Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * Please use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -39,8 +41,10 @@ public class AttendeeContactInfo { /** * The identifier of the user that created this attendee record. Note: This field is deprecated. Please - * use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -51,8 +55,10 @@ public class AttendeeContactInfo { /** * The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. - * Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * Please use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -63,8 +69,10 @@ public class AttendeeContactInfo { /** * The identifier of the user that last updated this attendee record. Note: This field is deprecated. - * Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * Please use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -443,8 +451,10 @@ public AttendeeContactInfo() { /** * The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. - * Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * Please use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -455,8 +465,10 @@ public Optional created() { /** * The identifier of the user that created this attendee record. Note: This field is deprecated. Please - * use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -467,8 +479,10 @@ public Optional createdBy() { /** * The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. - * Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * Please use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -479,8 +493,10 @@ public Optional lastModified() { /** * The identifier of the user that last updated this attendee record. Note: This field is deprecated. - * Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * Please use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -741,8 +757,10 @@ public static Builder builder() { /** * The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. - * Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * Please use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -754,8 +772,10 @@ public AttendeeContactInfo withCreated(@Nullable OffsetDateTime created) { /** * The identifier of the user that created this attendee record. Note: This field is deprecated. Please - * use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -767,8 +787,10 @@ public AttendeeContactInfo withCreatedBy(@Nullable String createdBy) { /** * The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. - * Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * Please use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -780,8 +802,10 @@ public AttendeeContactInfo withLastModified(@Nullable OffsetDateTime lastModifie /** * The identifier of the user that last updated this attendee record. Note: This field is deprecated. - * Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * Please use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -1336,8 +1360,10 @@ private Builder() { /** * The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. - * Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * Please use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -1349,8 +1375,10 @@ public Builder created(@Nullable OffsetDateTime created) { /** * The identifier of the user that created this attendee record. Note: This field is deprecated. Please - * use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -1362,8 +1390,10 @@ public Builder createdBy(@Nullable String createdBy) { /** * The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. - * Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * Please use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ @@ -1375,8 +1405,10 @@ public Builder lastModified(@Nullable OffsetDateTime lastModified) { /** * The identifier of the user that last updated this attendee record. Note: This field is deprecated. - * Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List - * Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * Please use the [Get + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List + * Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints + * for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ diff --git a/packages/java/src/main/java/com/cvent/models/components/Event1.java b/packages/java/src/main/java/com/cvent/models/components/Event1.java index 5312d27e6..0cea57ea7 100644 --- a/packages/java/src/main/java/com/cvent/models/components/Event1.java +++ b/packages/java/src/main/java/com/cvent/models/components/Event1.java @@ -106,7 +106,8 @@ public class Event1 { private OffsetDateTime launchAfter; /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ @JsonProperty("timezone") private String timezone; @@ -504,7 +505,8 @@ public Optional launchAfter() { } /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ public String timezone() { return this.timezone; @@ -792,7 +794,8 @@ public Event1 withLaunchAfter(@Nullable OffsetDateTime launchAfter) { } /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ public Event1 withTimezone(@Nonnull String timezone) { this.timezone = Utils.checkNotNull(timezone, "timezone"); @@ -1355,7 +1358,8 @@ public Builder launchAfter(@Nullable OffsetDateTime launchAfter) { } /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ public Builder timezone(@Nonnull String timezone) { this.timezone = Utils.checkNotNull(timezone, "timezone"); diff --git a/packages/java/src/main/java/com/cvent/models/components/EventInput.java b/packages/java/src/main/java/com/cvent/models/components/EventInput.java index 4d75db408..fa4f613ca 100644 --- a/packages/java/src/main/java/com/cvent/models/components/EventInput.java +++ b/packages/java/src/main/java/com/cvent/models/components/EventInput.java @@ -57,7 +57,8 @@ public class EventInput { private OffsetDateTime end; /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ @JsonProperty("timezone") private String timezone; @@ -192,7 +193,8 @@ public Optional end() { } /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ public String timezone() { return this.timezone; @@ -296,7 +298,8 @@ public EventInput withEnd(@Nullable OffsetDateTime end) { } /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ public EventInput withTimezone(@Nonnull String timezone) { this.timezone = Utils.checkNotNull(timezone, "timezone"); @@ -511,7 +514,8 @@ public Builder end(@Nullable OffsetDateTime end) { } /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ public Builder timezone(@Nonnull String timezone) { this.timezone = Utils.checkNotNull(timezone, "timezone"); diff --git a/packages/java/src/main/java/com/cvent/models/components/EventUpdate.java b/packages/java/src/main/java/com/cvent/models/components/EventUpdate.java index 1eba9873e..33afcfeb0 100644 --- a/packages/java/src/main/java/com/cvent/models/components/EventUpdate.java +++ b/packages/java/src/main/java/com/cvent/models/components/EventUpdate.java @@ -106,7 +106,8 @@ public class EventUpdate { private OffsetDateTime launchAfter; /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ @JsonProperty("timezone") private String timezone; @@ -504,7 +505,8 @@ public Optional launchAfter() { } /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ public String timezone() { return this.timezone; @@ -792,7 +794,8 @@ public EventUpdate withLaunchAfter(@Nullable OffsetDateTime launchAfter) { } /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ public EventUpdate withTimezone(@Nonnull String timezone) { this.timezone = Utils.checkNotNull(timezone, "timezone"); @@ -1355,7 +1358,8 @@ public Builder launchAfter(@Nullable OffsetDateTime launchAfter) { } /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ public Builder timezone(@Nonnull String timezone) { this.timezone = Utils.checkNotNull(timezone, "timezone"); diff --git a/packages/java/src/main/java/com/cvent/models/components/EventUpdateInput.java b/packages/java/src/main/java/com/cvent/models/components/EventUpdateInput.java index dd3a6b586..260ff82fe 100644 --- a/packages/java/src/main/java/com/cvent/models/components/EventUpdateInput.java +++ b/packages/java/src/main/java/com/cvent/models/components/EventUpdateInput.java @@ -72,7 +72,8 @@ public class EventUpdateInput { private OffsetDateTime archiveAfter; /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ @JsonProperty("timezone") private String timezone; @@ -251,7 +252,8 @@ public Optional archiveAfter() { } /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ public String timezone() { return this.timezone; @@ -379,7 +381,8 @@ public EventUpdateInput withArchiveAfter(@Nullable OffsetDateTime archiveAfter) } /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ public EventUpdateInput withTimezone(@Nonnull String timezone) { this.timezone = Utils.checkNotNull(timezone, "timezone"); @@ -637,7 +640,8 @@ public Builder archiveAfter(@Nullable OffsetDateTime archiveAfter) { } /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported + * [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ public Builder timezone(@Nonnull String timezone) { this.timezone = Utils.checkNotNull(timezone, "timezone"); diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetAccountBudgetItemsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetAccountBudgetItemsRequest.java index aeb085ecf..67b7a4230 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetAccountBudgetItemsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetAccountBudgetItemsRequest.java @@ -45,7 +45,7 @@ public class GetAccountBudgetItemsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -118,7 +118,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -181,7 +181,7 @@ public GetAccountBudgetItemsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -295,7 +295,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetAccountVendorsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetAccountVendorsRequest.java index 41fd425fd..c08faaaba 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetAccountVendorsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetAccountVendorsRequest.java @@ -45,7 +45,7 @@ public class GetAccountVendorsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -113,7 +113,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -172,7 +172,7 @@ public GetAccountVendorsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -282,7 +282,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetAirActualDetailRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetAirActualDetailRequest.java index 6221edc47..7c84b2fbe 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetAirActualDetailRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetAirActualDetailRequest.java @@ -76,7 +76,7 @@ public class GetAirActualDetailRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -185,7 +185,7 @@ public Optional sort() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -282,7 +282,7 @@ public GetAirActualDetailRequest withSort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -446,7 +446,7 @@ public Builder sort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetAirRequestsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetAirRequestsRequest.java index fbfb8b529..e3b85c5cb 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetAirRequestsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetAirRequestsRequest.java @@ -64,7 +64,7 @@ public class GetAirRequestsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -172,7 +172,7 @@ public Optional sort() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -268,7 +268,7 @@ public GetAirRequestsRequest withSort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -432,7 +432,7 @@ public Builder sort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetAllEventSurveyResponsesRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetAllEventSurveyResponsesRequest.java index eb578a164..cf554303f 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetAllEventSurveyResponsesRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetAllEventSurveyResponsesRequest.java @@ -45,7 +45,7 @@ public class GetAllEventSurveyResponsesRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -112,7 +112,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -170,7 +170,7 @@ public GetAllEventSurveyResponsesRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -279,7 +279,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetAlternateTravelAnswersRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetAlternateTravelAnswersRequest.java index 6c6bcc484..d20b7d2f6 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetAlternateTravelAnswersRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetAlternateTravelAnswersRequest.java @@ -46,7 +46,7 @@ public class GetAlternateTravelAnswersRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -121,7 +121,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -186,7 +186,7 @@ public GetAlternateTravelAnswersRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -308,7 +308,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetBudgetAllocationsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetBudgetAllocationsRequest.java index 320be1587..abe9c698c 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetBudgetAllocationsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetBudgetAllocationsRequest.java @@ -46,7 +46,7 @@ public class GetBudgetAllocationsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -125,7 +125,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -194,7 +194,7 @@ public GetBudgetAllocationsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -320,7 +320,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetBudgetItemsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetBudgetItemsRequest.java index e9e1e207d..f2105337f 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetBudgetItemsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetBudgetItemsRequest.java @@ -52,7 +52,7 @@ public class GetBudgetItemsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -152,7 +152,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -242,7 +242,7 @@ public GetBudgetItemsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -388,7 +388,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetCardTransactionsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetCardTransactionsRequest.java index e29b1b8cd..a26972d2f 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetCardTransactionsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetCardTransactionsRequest.java @@ -45,7 +45,7 @@ public class GetCardTransactionsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -116,7 +116,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -178,7 +178,7 @@ public GetCardTransactionsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -291,7 +291,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetCardsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetCardsRequest.java index 523a53b82..bf9b677dd 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetCardsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetCardsRequest.java @@ -31,7 +31,7 @@ public class GetCardsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -71,7 +71,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -107,7 +107,7 @@ public GetCardsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -177,7 +177,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetCurrencyConversionRateRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetCurrencyConversionRateRequest.java index 60955ee05..44742b5ce 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetCurrencyConversionRateRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetCurrencyConversionRateRequest.java @@ -52,7 +52,7 @@ public class GetCurrencyConversionRateRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -130,7 +130,7 @@ public Optional before() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -197,7 +197,7 @@ public GetCurrencyConversionRateRequest withBefore(@Nullable OffsetDateTime befo /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -320,7 +320,7 @@ public Builder before(@Nullable OffsetDateTime before) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetEventBudgetTotalsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetEventBudgetTotalsRequest.java index b2cc4f222..3f83ebb84 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetEventBudgetTotalsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetEventBudgetTotalsRequest.java @@ -52,7 +52,7 @@ public class GetEventBudgetTotalsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -129,7 +129,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -196,7 +196,7 @@ public GetEventBudgetTotalsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -319,7 +319,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetEventFeaturesRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetEventFeaturesRequest.java index 232d730eb..2e4399b08 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetEventFeaturesRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetEventFeaturesRequest.java @@ -38,7 +38,7 @@ public class GetEventFeaturesRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -98,7 +98,7 @@ public Optional locale() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -149,7 +149,7 @@ public GetEventFeaturesRequest withLocale(@Nullable String locale) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -252,7 +252,7 @@ public Builder locale(@Nullable String locale) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetEventSurveyRespondentsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetEventSurveyRespondentsRequest.java index 8a0b76111..6cfa1ccf9 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetEventSurveyRespondentsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetEventSurveyRespondentsRequest.java @@ -58,7 +58,7 @@ public class GetEventSurveyRespondentsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -139,7 +139,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -208,7 +208,7 @@ public GetEventSurveyRespondentsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -338,7 +338,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetEventSurveyResponsesRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetEventSurveyResponsesRequest.java index 4787888a7..f20f3fee9 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetEventSurveyResponsesRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetEventSurveyResponsesRequest.java @@ -46,7 +46,7 @@ public class GetEventSurveyResponsesRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -129,7 +129,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -200,7 +200,7 @@ public GetEventSurveyResponsesRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -334,7 +334,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetEventSurveysRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetEventSurveysRequest.java index d08e2298e..3eda08ba8 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetEventSurveysRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetEventSurveysRequest.java @@ -46,7 +46,7 @@ public class GetEventSurveysRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -122,7 +122,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -188,7 +188,7 @@ public GetEventSurveysRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -311,7 +311,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetHotelRequestsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetHotelRequestsRequest.java index bdcfd722e..3aeca9587 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetHotelRequestsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetHotelRequestsRequest.java @@ -76,7 +76,7 @@ public class GetHotelRequestsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -185,7 +185,7 @@ public Optional sort() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -282,7 +282,7 @@ public GetHotelRequestsRequest withSort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -446,7 +446,7 @@ public Builder sort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetHousingReservationRequestsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetHousingReservationRequestsRequest.java index 75267cfbb..a6d9b6ffb 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetHousingReservationRequestsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetHousingReservationRequestsRequest.java @@ -46,7 +46,7 @@ public class GetHousingReservationRequestsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -121,7 +121,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -186,7 +186,7 @@ public GetHousingReservationRequestsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -308,7 +308,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetHubMembersRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetHubMembersRequest.java index 692853896..1f5f8a066 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetHubMembersRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetHubMembersRequest.java @@ -38,7 +38,7 @@ public class GetHubMembersRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -130,7 +130,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -213,7 +213,7 @@ public GetHubMembersRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -348,7 +348,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetLargeChoicesRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetLargeChoicesRequest.java index 42829d9cd..2df6b9d6f 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetLargeChoicesRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetLargeChoicesRequest.java @@ -31,7 +31,7 @@ public class GetLargeChoicesRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -72,7 +72,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -109,7 +109,7 @@ public GetLargeChoicesRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -180,7 +180,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetOrderItemsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetOrderItemsRequest.java index 0cd8f6ad5..8f4e8cc07 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetOrderItemsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetOrderItemsRequest.java @@ -53,7 +53,7 @@ public class GetOrderItemsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -144,7 +144,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -224,7 +224,7 @@ public GetOrderItemsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -366,7 +366,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetOrdersRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetOrdersRequest.java index 96e5ab3d3..edc4ebf8b 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetOrdersRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetOrdersRequest.java @@ -53,7 +53,7 @@ public class GetOrdersRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -142,7 +142,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -220,7 +220,7 @@ public GetOrdersRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -360,7 +360,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetPaymentsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetPaymentsRequest.java index 1b65611c1..32b29de27 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetPaymentsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetPaymentsRequest.java @@ -52,7 +52,7 @@ public class GetPaymentsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -136,7 +136,7 @@ public Optional before() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -210,7 +210,7 @@ public GetPaymentsRequest withBefore(@Nullable OffsetDateTime before) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -340,7 +340,7 @@ public Builder before(@Nullable OffsetDateTime before) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetQuestionsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetQuestionsRequest.java index 6b60c89ac..482bf4a9d 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetQuestionsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetQuestionsRequest.java @@ -45,7 +45,7 @@ public class GetQuestionsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -112,7 +112,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -170,7 +170,7 @@ public GetQuestionsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -279,7 +279,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetRespondentsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetRespondentsRequest.java index 79a05bd4b..ab6256534 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetRespondentsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetRespondentsRequest.java @@ -45,7 +45,7 @@ public class GetRespondentsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -114,7 +114,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -174,7 +174,7 @@ public GetRespondentsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -285,7 +285,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetResponsesRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetResponsesRequest.java index f132881c6..ec30034c3 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetResponsesRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetResponsesRequest.java @@ -45,7 +45,7 @@ public class GetResponsesRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -134,7 +134,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -214,7 +214,7 @@ public GetResponsesRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -345,7 +345,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetStandardSurveyRespondentsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetStandardSurveyRespondentsRequest.java index 3699a4462..f55c9196f 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetStandardSurveyRespondentsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetStandardSurveyRespondentsRequest.java @@ -52,7 +52,7 @@ public class GetStandardSurveyRespondentsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -128,7 +128,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -193,7 +193,7 @@ public GetStandardSurveyRespondentsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -314,7 +314,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetStandardSurveyResponsesRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetStandardSurveyResponsesRequest.java index 832df5aa6..153e4e74c 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetStandardSurveyResponsesRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetStandardSurveyResponsesRequest.java @@ -45,7 +45,7 @@ public class GetStandardSurveyResponsesRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -121,7 +121,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -188,7 +188,7 @@ public GetStandardSurveyResponsesRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -306,7 +306,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetStandardSurveysRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetStandardSurveysRequest.java index 50c79982d..63d8a9e4e 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetStandardSurveysRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetStandardSurveysRequest.java @@ -45,7 +45,7 @@ public class GetStandardSurveysRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -114,7 +114,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -174,7 +174,7 @@ public GetStandardSurveysRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -285,7 +285,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetSurveyRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetSurveyRequest.java index 1dde5a2eb..2439f3867 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetSurveyRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetSurveyRequest.java @@ -45,7 +45,7 @@ public class GetSurveyRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -112,7 +112,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -170,7 +170,7 @@ public GetSurveyRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -279,7 +279,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetTransactionItemsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetTransactionItemsRequest.java index b568a0b7c..bdb709eda 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetTransactionItemsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetTransactionItemsRequest.java @@ -52,7 +52,7 @@ public class GetTransactionItemsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -134,7 +134,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -206,7 +206,7 @@ public GetTransactionItemsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -334,7 +334,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetTransactionsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetTransactionsRequest.java index 715056678..80b6c97c7 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetTransactionsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetTransactionsRequest.java @@ -52,7 +52,7 @@ public class GetTransactionsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -134,7 +134,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -206,7 +206,7 @@ public GetTransactionsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -334,7 +334,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/GetVideoViewsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/GetVideoViewsRequest.java index 60afd34e4..1f2ea7e57 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/GetVideoViewsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/GetVideoViewsRequest.java @@ -45,7 +45,7 @@ public class GetVideoViewsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -117,7 +117,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -180,7 +180,7 @@ public GetVideoViewsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -294,7 +294,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListAssociatedAudienceSegmentsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListAssociatedAudienceSegmentsRequest.java index 4656d02d2..e1717ed79 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListAssociatedAudienceSegmentsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListAssociatedAudienceSegmentsRequest.java @@ -39,7 +39,7 @@ public class ListAssociatedAudienceSegmentsRequest { /** * Use the filter property in the request body to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -92,7 +92,7 @@ public Optional token() { /** * Use the filter property in the request body to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -138,7 +138,7 @@ public ListAssociatedAudienceSegmentsRequest withToken(@Nullable String token) { /** * Use the filter property in the request body to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -230,7 +230,7 @@ public Builder token(@Nullable String token) { /** * Use the filter property in the request body to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListAttendeeActivitiesRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListAttendeeActivitiesRequest.java index b6644fe8b..3fd2508f9 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListAttendeeActivitiesRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListAttendeeActivitiesRequest.java @@ -45,7 +45,7 @@ public class ListAttendeeActivitiesRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -123,7 +123,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -192,7 +192,7 @@ public ListAttendeeActivitiesRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -312,7 +312,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListAttendeeAudienceSegmentsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListAttendeeAudienceSegmentsRequest.java index 633a9291e..a2c0fce83 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListAttendeeAudienceSegmentsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListAttendeeAudienceSegmentsRequest.java @@ -38,7 +38,7 @@ public class ListAttendeeAudienceSegmentsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -90,7 +90,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -136,7 +136,7 @@ public ListAttendeeAudienceSegmentsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -228,7 +228,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListAttendeeLinksRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListAttendeeLinksRequest.java index b8904af11..b09e2c830 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListAttendeeLinksRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListAttendeeLinksRequest.java @@ -45,7 +45,7 @@ public class ListAttendeeLinksRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -112,7 +112,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -170,7 +170,7 @@ public ListAttendeeLinksRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -279,7 +279,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListAttendeesRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListAttendeesRequest.java index 38c0589cd..2243125c5 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListAttendeesRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListAttendeesRequest.java @@ -98,7 +98,7 @@ public class ListAttendeesRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -295,7 +295,7 @@ public Optional includeDeletedGuests() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -479,7 +479,7 @@ public ListAttendeesRequest withIncludeDeletedGuests(@Nullable Boolean includeDe /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -729,7 +729,7 @@ public Builder includeDeletedGuests(@Nullable Boolean includeDeletedGuests) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListAudienceSegmentsPostFilterRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListAudienceSegmentsPostFilterRequest.java index a88bd0b8f..9991ac415 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListAudienceSegmentsPostFilterRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListAudienceSegmentsPostFilterRequest.java @@ -64,7 +64,7 @@ public class ListAudienceSegmentsPostFilterRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -158,7 +158,7 @@ public Optional after() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -241,7 +241,7 @@ public ListAudienceSegmentsPostFilterRequest withAfter(@Nullable OffsetDateTime /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -380,7 +380,7 @@ public Builder after(@Nullable OffsetDateTime after) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListAudienceSegmentsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListAudienceSegmentsRequest.java index dd5d593bc..c10c876ed 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListAudienceSegmentsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListAudienceSegmentsRequest.java @@ -50,7 +50,7 @@ public class ListAudienceSegmentsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -142,7 +142,7 @@ public Optional sort() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -223,7 +223,7 @@ public ListAudienceSegmentsRequest withSort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -362,7 +362,7 @@ public Builder sort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListContactGroupsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListContactGroupsRequest.java index 3bf23da9e..38e31cac4 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListContactGroupsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListContactGroupsRequest.java @@ -45,7 +45,7 @@ public class ListContactGroupsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -112,7 +112,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -170,7 +170,7 @@ public ListContactGroupsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -279,7 +279,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListContactTypesRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListContactTypesRequest.java index 92746ef46..afa7e1eb0 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListContactTypesRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListContactTypesRequest.java @@ -31,7 +31,7 @@ public class ListContactTypesRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -74,7 +74,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -113,7 +113,7 @@ public ListContactTypesRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -186,7 +186,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListContactsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListContactsRequest.java index a323b78a2..8b108c303 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListContactsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListContactsRequest.java @@ -46,7 +46,7 @@ public class ListContactsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -160,7 +160,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -264,7 +264,7 @@ public ListContactsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -425,7 +425,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListDiscountedAgendaItemsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListDiscountedAgendaItemsRequest.java index 6d6c46c73..d8b1ae53f 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListDiscountedAgendaItemsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListDiscountedAgendaItemsRequest.java @@ -38,7 +38,7 @@ public class ListDiscountedAgendaItemsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -92,7 +92,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -141,7 +141,7 @@ public ListDiscountedAgendaItemsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -228,7 +228,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListDonationItemsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListDonationItemsRequest.java index fd225e529..56df1d854 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListDonationItemsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListDonationItemsRequest.java @@ -38,7 +38,7 @@ public class ListDonationItemsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -91,7 +91,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -139,7 +139,7 @@ public ListDonationItemsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -225,7 +225,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListDurationsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListDurationsRequest.java index 00f25002c..8dc5f0989 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListDurationsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListDurationsRequest.java @@ -65,7 +65,7 @@ public class ListDurationsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -163,7 +163,7 @@ public Optional sort() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -251,7 +251,7 @@ public ListDurationsRequest withSort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -395,7 +395,7 @@ public Builder sort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListEventDiscountsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListEventDiscountsRequest.java index ad6a1b0ab..cfdbc275e 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListEventDiscountsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListEventDiscountsRequest.java @@ -59,7 +59,7 @@ public class ListEventDiscountsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -158,7 +158,7 @@ public Optional sort() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -246,7 +246,7 @@ public ListEventDiscountsRequest withSort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -397,7 +397,7 @@ public Builder sort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListEventVouchersRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListEventVouchersRequest.java index c941ed585..78f5f032c 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListEventVouchersRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListEventVouchersRequest.java @@ -67,7 +67,7 @@ public class ListEventVouchersRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -158,7 +158,7 @@ public Optional sort() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -238,7 +238,7 @@ public ListEventVouchersRequest withSort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -379,7 +379,7 @@ public Builder sort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListExternalAttendeeActivitiesMetadataRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListExternalAttendeeActivitiesMetadataRequest.java index f2b536f7f..f76fa5e74 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListExternalAttendeeActivitiesMetadataRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListExternalAttendeeActivitiesMetadataRequest.java @@ -45,7 +45,7 @@ public class ListExternalAttendeeActivitiesMetadataRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -115,7 +115,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -176,7 +176,7 @@ public ListExternalAttendeeActivitiesMetadataRequest withToken(@Nullable String /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -288,7 +288,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListFeeItemsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListFeeItemsRequest.java index b87bdbad1..f122f53e4 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListFeeItemsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListFeeItemsRequest.java @@ -38,7 +38,7 @@ public class ListFeeItemsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -96,7 +96,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -149,7 +149,7 @@ public ListFeeItemsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -239,7 +239,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListHubsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListHubsRequest.java index 4f35b861f..76dc51518 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListHubsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListHubsRequest.java @@ -31,7 +31,7 @@ public class ListHubsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -76,7 +76,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -117,7 +117,7 @@ public ListHubsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -192,7 +192,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListMembershipItemsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListMembershipItemsRequest.java index ff6db0aba..54ec2b132 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListMembershipItemsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListMembershipItemsRequest.java @@ -38,7 +38,7 @@ public class ListMembershipItemsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -91,7 +91,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -139,7 +139,7 @@ public ListMembershipItemsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -225,7 +225,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListPlayersRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListPlayersRequest.java index 3a4064794..6b4a43b90 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListPlayersRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListPlayersRequest.java @@ -45,7 +45,7 @@ public class ListPlayersRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -110,7 +110,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -166,7 +166,7 @@ public ListPlayersRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -273,7 +273,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListProgramItemsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListProgramItemsRequest.java index 677d7de77..cd08ce776 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListProgramItemsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListProgramItemsRequest.java @@ -31,7 +31,7 @@ public class ListProgramItemsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -77,7 +77,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -119,7 +119,7 @@ public ListProgramItemsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -195,7 +195,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListQuantityItemsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListQuantityItemsRequest.java index 952f3c9bb..be8e66db5 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListQuantityItemsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListQuantityItemsRequest.java @@ -38,7 +38,7 @@ public class ListQuantityItemsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -91,7 +91,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -139,7 +139,7 @@ public ListQuantityItemsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -225,7 +225,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListSegmentAssociatedAttendeesRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListSegmentAssociatedAttendeesRequest.java index 5e601e4a7..ac799615e 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListSegmentAssociatedAttendeesRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListSegmentAssociatedAttendeesRequest.java @@ -53,7 +53,7 @@ public class ListSegmentAssociatedAttendeesRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -137,7 +137,7 @@ public Optional after() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -208,7 +208,7 @@ public ListSegmentAssociatedAttendeesRequest withAfter(@Nullable OffsetDateTime /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -341,7 +341,7 @@ public Builder after(@Nullable OffsetDateTime after) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListSessionDocsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListSessionDocsRequest.java index 4e1ac07e2..871f44ff6 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListSessionDocsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListSessionDocsRequest.java @@ -38,7 +38,7 @@ public class ListSessionDocsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -91,7 +91,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -139,7 +139,7 @@ public ListSessionDocsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -224,7 +224,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListSessionsCategoriesRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListSessionsCategoriesRequest.java index f183451e0..e81a86cff 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListSessionsCategoriesRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListSessionsCategoriesRequest.java @@ -45,7 +45,7 @@ public class ListSessionsCategoriesRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -107,7 +107,7 @@ public Optional sort() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -164,7 +164,7 @@ public ListSessionsCategoriesRequest withSort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -259,7 +259,7 @@ public Builder sort(@Nullable String sort) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListSessionsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListSessionsRequest.java index 7abe47909..885ba8240 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListSessionsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListSessionsRequest.java @@ -72,7 +72,7 @@ public class ListSessionsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -201,7 +201,7 @@ public Optional locale() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -319,7 +319,7 @@ public ListSessionsRequest withLocale(@Nullable String locale) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -498,7 +498,7 @@ public Builder locale(@Nullable String locale) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListTaxesRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListTaxesRequest.java index 64c2c11c9..b4842865b 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListTaxesRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListTaxesRequest.java @@ -38,7 +38,7 @@ public class ListTaxesRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -92,7 +92,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -142,7 +142,7 @@ public ListTaxesRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -229,7 +229,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListVideosRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListVideosRequest.java index 10417b5e6..134e65a09 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListVideosRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListVideosRequest.java @@ -46,7 +46,7 @@ public class ListVideosRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -130,7 +130,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -204,7 +204,7 @@ public ListVideosRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -335,7 +335,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListWebcastAttendeeLinksRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListWebcastAttendeeLinksRequest.java index 1d90790bb..f8dec8ac7 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListWebcastAttendeeLinksRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListWebcastAttendeeLinksRequest.java @@ -52,7 +52,7 @@ public class ListWebcastAttendeeLinksRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -127,7 +127,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -192,7 +192,7 @@ public ListWebcastAttendeeLinksRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -313,7 +313,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/java/src/main/java/com/cvent/models/operations/ListWebcastsRequest.java b/packages/java/src/main/java/com/cvent/models/operations/ListWebcastsRequest.java index c039bba53..940bfb1b5 100644 --- a/packages/java/src/main/java/com/cvent/models/operations/ListWebcastsRequest.java +++ b/packages/java/src/main/java/com/cvent/models/operations/ListWebcastsRequest.java @@ -45,7 +45,7 @@ public class ListWebcastsRequest { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -120,7 +120,7 @@ public Optional token() { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -186,7 +186,7 @@ public ListWebcastsRequest withToken(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * @@ -303,7 +303,7 @@ public Builder token(@Nullable String token) { /** * Use filter query parameters to limit results * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * *

Supported fields and operators are listed below: * diff --git a/packages/typescript/.speakeasy/gen.lock b/packages/typescript/.speakeasy/gen.lock index 415652d49..73363961d 100644 --- a/packages/typescript/.speakeasy/gen.lock +++ b/packages/typescript/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: fd015893-3730-4721-bf8d-bb6d3730cc0f management: - docChecksum: 366f3963ef9a456f6e28208f71114563 + docChecksum: 8bccf1f5577de0d50c061573c9b1f18c docVersion: ea speakeasyVersion: 1.752.0 generationVersion: 2.859.2 - releaseVersion: 1.5.0 - configChecksum: e2904fc58687fe9c561283dff4f6c768 + releaseVersion: 1.5.1 + configChecksum: 2ba1310bc4fc73b9102b41a9602757ab repoURL: https://github.com/cvent/rest-sdks repoSubDirectory: packages/typescript published: true @@ -597,7 +597,7 @@ trackedFiles: docs/models/components/attendeeaudiencesegmentassociationspaginatedresponse.md: last_write_checksum: sha1:a18dc4f150d47c2f0390083a088cf66bfc5ac310 docs/models/components/attendeecontactinfo.md: - last_write_checksum: sha1:5e4d29a0e7c88ec4202f4ffedfd9b7277dac9767 + last_write_checksum: sha1:7f43be93dec168763d8f5760c01907f84fe6bd8a docs/models/components/attendeecontactmembership.md: last_write_checksum: sha1:f84cc0973f4053a7b1caa62e67436f1cc3f3b7f8 docs/models/components/attendeecontacttype.md: @@ -1897,7 +1897,7 @@ trackedFiles: last_write_checksum: sha1:d2f6bc49e54981c7663b04ae266c396459a6d04a pristine_git_object: b7cc363cc04ec989464d7e6a7c4f71a4f00088e8 docs/models/components/event1.md: - last_write_checksum: sha1:9083ba1cf19b8dcefc2d729a73d90f91c6fe82e2 + last_write_checksum: sha1:17c2cad9dd02cddf6f1dcd10aab0d63a5ea631d1 docs/models/components/event12.md: last_write_checksum: sha1:e98db35f89b5cf71b26ba0a478acf3e5164f5274 docs/models/components/event2.md: @@ -2036,7 +2036,7 @@ trackedFiles: last_write_checksum: sha1:4f88de513dcd6015bd7792dca4bcd13344a04900 docs/models/components/eventinput.md: id: 85ba6da700bf - last_write_checksum: sha1:fea9d36cdb040434da1daeaf0bcefb1d1a06d46d + last_write_checksum: sha1:de61d4a03b19de22766bd0d5f4f5930e9291ea73 pristine_git_object: 9c1922be56af9a46c10c314770981d72eb521574 docs/models/components/eventjson.md: last_write_checksum: sha1:1f4cfe00468dbc29dbbc75d738742c7ffafd570d @@ -2220,11 +2220,11 @@ trackedFiles: last_write_checksum: sha1:16df722f64cad640cc1e13a7a54ea6dcb6c4d443 docs/models/components/eventupdate.md: id: a0f46e2595a2 - last_write_checksum: sha1:e932351ccd274a205765b28a7e64e07485848039 + last_write_checksum: sha1:748be3d90aac10f8296aca07fbee73d9e828597e pristine_git_object: 89461bc28d6236848937904a28279bdc19a8d5d1 docs/models/components/eventupdateinput.md: id: 0c2de4c2d58b - last_write_checksum: sha1:aef45c909698a292806822529176f3e62031f382 + last_write_checksum: sha1:d5cc5a5f3893a431714e1f88e119d18d2361d704 pristine_git_object: 64db9ed375bf2c15a855bd23362f20a480bc5ce7 docs/models/components/eventupdatelookup.md: id: 0321fe4644c5 @@ -5600,7 +5600,7 @@ trackedFiles: pristine_git_object: 54a4125a2fcadd57980e0c561ab6d66d3347ca8c docs/models/operations/getaccountbudgetitemsrequest.md: id: 36d6e41ef4a1 - last_write_checksum: sha1:e40e8c2d66f5ff5253a985922ed9a66050f77a96 + last_write_checksum: sha1:8479ff94e47a12bd61da5e21f7c601f537ad6c73 pristine_git_object: 4f39bf2de5415548b5451158c48a670c4e74fe0f docs/models/operations/getaccountbudgetitemsresponse.md: id: cd67edcc8c98 @@ -5619,12 +5619,12 @@ trackedFiles: last_write_checksum: sha1:40ed0635b606b199c7d940a030b88d2819b0e592 pristine_git_object: f179a07e4340e732bfa5465248269f4cfcca65a4 docs/models/operations/getaccountvendorsrequest.md: - last_write_checksum: sha1:ada6ec6c1132c4f42c718eb069a2baf26ca7f863 + last_write_checksum: sha1:50c18fef54b0adb98c7ee45ca1c26e6f041f156b docs/models/operations/getaccountvendorsresponse.md: last_write_checksum: sha1:36270c30f00f136f6abfaaae2eab7cbe43c9d0ef docs/models/operations/getairactualdetailrequest.md: id: be27ae261d90 - last_write_checksum: sha1:c3caef624af13a569b095e7cfa95c9bd2a2b52b9 + last_write_checksum: sha1:a4ba4e28348ce6f7b59c19d6ea032d541c52dda2 pristine_git_object: 7bbeba26440021d237b1ed573222de37aed174c3 docs/models/operations/getairactualdetailresponse.md: id: 5c4986c3b584 @@ -5632,7 +5632,7 @@ trackedFiles: pristine_git_object: 6513d65813809953fb5008f0c6204b7059cee8cf docs/models/operations/getairrequestsrequest.md: id: 13765daab454 - last_write_checksum: sha1:16947425c7cd610db752ed8609463452200824b0 + last_write_checksum: sha1:943777e97d759f0ed92ff2a8dd97549fee0e311d pristine_git_object: 2925b6eb8400380a5de131c2cf909d6c615a1cc1 docs/models/operations/getairrequestsresponse.md: id: 7f916a356f84 @@ -5640,14 +5640,14 @@ trackedFiles: pristine_git_object: e66c6f45b6e94475f1b23b936cbdda39da794c2e docs/models/operations/getalleventsurveyresponsesrequest.md: id: 32f085b51cc2 - last_write_checksum: sha1:e3cf82e88596dea3149730dae201e3bef1933913 + last_write_checksum: sha1:9b619f4581202ce2b9145140ad40580900a0a0e4 pristine_git_object: c5afffff2ddaee9372add1328959ea56bd0150c9 docs/models/operations/getalleventsurveyresponsesresponse.md: id: 81a900724949 last_write_checksum: sha1:9011f6f7ad9b0b12c6a75ee9fe694f9d60d73ec2 pristine_git_object: 2abd3892051ff1429916cc0b005bb0d7905ffb27 docs/models/operations/getalternatetravelanswersrequest.md: - last_write_checksum: sha1:aea08c708d2b816926ecc9720f4450dbfe136639 + last_write_checksum: sha1:deb7d4ec2beee620ad02a829a7ae45a9b9351824 docs/models/operations/getalternatetravelanswersresponse.md: last_write_checksum: sha1:684bb10b78affc257b493c957fcebf9b6e3ed0b8 docs/models/operations/getappointmentattendeebyidrequest.md: @@ -5740,7 +5740,7 @@ trackedFiles: pristine_git_object: 443e35d67be7cfc15365736e745301c96d07d27a docs/models/operations/getbudgetallocationsrequest.md: id: d1f175da6cbc - last_write_checksum: sha1:4e9ffc2c175c1ca2c0fec949c4755e0bdf04e3cb + last_write_checksum: sha1:1385190cf849d0652dbc1ec34688fde909329df5 pristine_git_object: 936e8e21c7dbca5ea521a67505a10e450c8484a6 docs/models/operations/getbudgetallocationsresponse.md: id: 4b61356f9181 @@ -5748,7 +5748,7 @@ trackedFiles: pristine_git_object: 843a57f90fe8b3333b838c2b41c2b1cc63b881ca docs/models/operations/getbudgetitemsrequest.md: id: c396c2addc7f - last_write_checksum: sha1:49b65a22acda1662fbab4e2653e905f78c64afae + last_write_checksum: sha1:ac6ab9c1bb3e139452777f37d6d7df11b65ab008 pristine_git_object: 7315073301f94a0e0b7c4014024edd02db48872f docs/models/operations/getbudgetitemsresponse.md: id: 6de84b89dd25 @@ -5768,7 +5768,7 @@ trackedFiles: pristine_git_object: 01444223c001e317bd663716e7e6c6fec0151d49 docs/models/operations/getcardsrequest.md: id: 52decf1da81e - last_write_checksum: sha1:2c1836e5219c6af54c0f322e550208c62b902725 + last_write_checksum: sha1:c8038ac497874ea1d2b34e7f0708d8cb41ad2bd5 pristine_git_object: 32ee333103f3c25970ec1be6124ad01d8d3542cc docs/models/operations/getcardsresponse.md: id: 91adc047bdbd @@ -5776,7 +5776,7 @@ trackedFiles: pristine_git_object: b14903e22c355b8f658de5b1969c7360554843c4 docs/models/operations/getcardtransactionsrequest.md: id: 904d91a0e756 - last_write_checksum: sha1:165d5c5cb7c2d58bc80f1c2c2953e3439244b39f + last_write_checksum: sha1:79312e1713db8e7b5b11f33157672980fed7a3d3 pristine_git_object: bc9ec9f12391af36597dbfa2883eec335ada3b19 docs/models/operations/getcardtransactionsresponse.md: id: 9b4048fc5d3d @@ -5836,7 +5836,7 @@ trackedFiles: pristine_git_object: 68795688172a9a350d1112b918bf0ea0c92511e3 docs/models/operations/getcurrencyconversionraterequest.md: id: 6cd48656c52f - last_write_checksum: sha1:77d619844a09ed081d3875ad2033b532f92e8d7e + last_write_checksum: sha1:31e6ad74f083fde29832930c1b4a07ae68a80879 pristine_git_object: 9d8060167c08d4bb733479e963cb5b858fdd4bc5 docs/models/operations/getcurrencyconversionrateresponse.md: id: 3abfeeb6fe14 @@ -5888,7 +5888,7 @@ trackedFiles: pristine_git_object: beff9dd223d3a49e25c97a370797894758e19d8e docs/models/operations/geteventbudgettotalsrequest.md: id: 035c0c6b2e7d - last_write_checksum: sha1:776d347b7b09a7701f5a9c81ce96d28691b309fd + last_write_checksum: sha1:486067c4db377259e5feeb25c1b7f73a2c1ed31a pristine_git_object: 1fd03b4fd22c30d100dbd1c617c3d6fbc76a4751 docs/models/operations/geteventbudgettotalsresponse.md: id: a7ca2cd47250 @@ -5908,7 +5908,7 @@ trackedFiles: pristine_git_object: 3aa8adb06ccb1c0d0f55abb7a1f30a4becd8ed6a docs/models/operations/geteventfeaturesrequest.md: id: e69bac104271 - last_write_checksum: sha1:8d0e260c067a314b7d3e3957b3fe311bd47ad03f + last_write_checksum: sha1:86d9e6be780749064fe6295870dc977cc2d0095d pristine_git_object: de668fcda07424aff0b8bd3ecd7d759a472d1981 docs/models/operations/geteventfeaturesresponse.md: id: 109b76064881 @@ -5952,7 +5952,7 @@ trackedFiles: pristine_git_object: 54b281d44ef2d27b5c1992e5f456725571480bdc docs/models/operations/geteventsurveyrespondentsrequest.md: id: ca757a50d1da - last_write_checksum: sha1:7edfabacda55ea0b55557ba420e72be5a545c6ff + last_write_checksum: sha1:07e8cbe6485e63c07c2bc20b24a664505294cf0a pristine_git_object: 6a1b42464034895ace078f1b4aed0d42dd7af041 docs/models/operations/geteventsurveyrespondentsresponse.md: id: 7f51cc37430b @@ -5960,7 +5960,7 @@ trackedFiles: pristine_git_object: b2fbd8b55292a451ddc1f15a3f46afdd8386119d docs/models/operations/geteventsurveyresponsesrequest.md: id: 8f863bb91966 - last_write_checksum: sha1:c59275c5645ec967479cb8b6fc76a4904c86263c + last_write_checksum: sha1:51a7be44e9a169e4882350da03df6fa67a1a9503 pristine_git_object: 538d0fece7bae23d98e2c2cecc71a5b1c0a44689 docs/models/operations/geteventsurveyresponsesresponse.md: id: 5c4489b8bf11 @@ -5968,7 +5968,7 @@ trackedFiles: pristine_git_object: 67eb06585989f289cdb3e85fd319938f3cdaa169 docs/models/operations/geteventsurveysrequest.md: id: c42a626b42dc - last_write_checksum: sha1:d9a4d513bbf7b98c7196336905c331297c8bc4d5 + last_write_checksum: sha1:67191ec53b22db7d383010087a408444781a04b5 pristine_git_object: f8eb223c53fb158abb7d853b5a7d2d398cece103 docs/models/operations/geteventsurveysresponse.md: id: d0ff9beff20a @@ -6032,7 +6032,7 @@ trackedFiles: pristine_git_object: f2e8b7236cd7b183819a17f7c003010f7d949918 docs/models/operations/gethotelrequestsrequest.md: id: 80f991df8629 - last_write_checksum: sha1:def87ccda97fd4d310c6040d5907836781fcd41a + last_write_checksum: sha1:adfe8728541ce12ffc76c887a94d8ed2cfdf768c pristine_git_object: d0a0b0c3b849a4495bc8f50f89cb3a6eded5d0f5 docs/models/operations/gethotelrequestsresponse.md: id: 2dcc63482b04 @@ -6072,7 +6072,7 @@ trackedFiles: pristine_git_object: b091d602d2e57163393c5c0a5e19f1fba87c470f docs/models/operations/gethousingreservationrequestsrequest.md: id: 6369d0740562 - last_write_checksum: sha1:1ef36e33faf52f7d5145996f00b3bc739e1f0cb7 + last_write_checksum: sha1:e74560ca2a5c5d8c14a6ef9ec1dabf7b20a5f2e4 pristine_git_object: 77dc076ad28e73b5ae3544310b99e6860affe06a docs/models/operations/gethousingreservationrequestsresponse.md: id: 70c41983948a @@ -6080,7 +6080,7 @@ trackedFiles: pristine_git_object: 94efc02f91308f6418b29be4d1bcf7bc9fa101a3 docs/models/operations/gethubmembersrequest.md: id: 40abb2e1eeea - last_write_checksum: sha1:a84fcadcd8a76dd3bf3efbbd7b21df5707325f76 + last_write_checksum: sha1:82abeb38d9352cacf98ea9043f1e002dc2cbd4eb pristine_git_object: 5cd40e001f9f0ccd11b94009920651bf0a261832 docs/models/operations/gethubmembersresponse.md: id: 42707aed1e15 @@ -6096,7 +6096,7 @@ trackedFiles: pristine_git_object: 6e554b0fbd590f469422e24ebcd1aa55a9308b24 docs/models/operations/getlargechoicesrequest.md: id: 392fb67211ff - last_write_checksum: sha1:acc5082ecc86391688bcb4e908a6106d3f8dc9bc + last_write_checksum: sha1:ca885974a2ac6ded175706598434fdd160bdf3b5 pristine_git_object: 7792a2c5c9375547bfdee913076821ce3be0ec39 docs/models/operations/getlargechoicesresponse.md: id: 4280aee845e5 @@ -6144,7 +6144,7 @@ trackedFiles: pristine_git_object: 969a794d1f5eae98e8410e3c5ba97d15e95d8bae docs/models/operations/getorderitemsrequest.md: id: a43429fed646 - last_write_checksum: sha1:41e5a7cd20a4813e8939e43cca91fac8826c1c2d + last_write_checksum: sha1:34a771103e6c7d7a6d7fe5957d26b0546497bcdb pristine_git_object: 7166e629b265ddcd3729586761fd4fefca8c4119 docs/models/operations/getorderitemsresponse.md: id: 44408cd71f6a @@ -6152,7 +6152,7 @@ trackedFiles: pristine_git_object: 73969051d2ed100759e43beea2d7aded1827473f docs/models/operations/getordersrequest.md: id: 323ad826974a - last_write_checksum: sha1:7b33cb14603c6c26050ed3351c864b481d7a6b82 + last_write_checksum: sha1:1f8807bbd26e5ac6f171ec4fe4c3b30be8d265cb pristine_git_object: 81d073d5f529ecbe3c41cd5360eae4a58c5966cd docs/models/operations/getordersresponse.md: id: c230f19f893e @@ -6160,7 +6160,7 @@ trackedFiles: pristine_git_object: f24e954757f3186726dfa386dd6cd0a74413eaab docs/models/operations/getpaymentsrequest.md: id: ab843bc33c84 - last_write_checksum: sha1:727d24d1cc0bf1a86ea02e8af7ba2c689fa778f6 + last_write_checksum: sha1:946cadc6681274a91be11d72ff8500eb82f11e94 pristine_git_object: 0cc2588d7165ee90ab16c9354bf3f19f03de6b4d docs/models/operations/getpaymentsresponse.md: id: c041ff1583b2 @@ -6176,7 +6176,7 @@ trackedFiles: pristine_git_object: 0223c962a25ecc99a7f5bfd797c5ae3cdf433c17 docs/models/operations/getquestionsrequest.md: id: 41539aa8d558 - last_write_checksum: sha1:c5372970dbe0f08bc07f50be483f900c3c6b5f45 + last_write_checksum: sha1:fcba0b008eb6404e70834fff9d0851e7c2adc189 pristine_git_object: b0e2e3a69e22bad636da9c3106a2e05ffc139170 docs/models/operations/getquestionsresponse.md: id: b50d6a6b8292 @@ -6200,7 +6200,7 @@ trackedFiles: pristine_git_object: ac7ec7eb302cac06e7e055902115ee36ae6835fb docs/models/operations/getrespondentsrequest.md: id: 98b509936d4f - last_write_checksum: sha1:001d073ba954ddd1de578c6d338673c42fcd4709 + last_write_checksum: sha1:bd079f4e1ae921d008d83fec4ba17f1874310f13 pristine_git_object: 54d2c9d70a3d00a7721ae290bc599098b1b2343d docs/models/operations/getrespondentsresponse.md: id: ebc4b6f8bfcd @@ -6208,7 +6208,7 @@ trackedFiles: pristine_git_object: f877efdcc27161f80971843874a22d4472cf5aee docs/models/operations/getresponsesrequest.md: id: 2f2adc30ba19 - last_write_checksum: sha1:c0bd621bed5fea5b97a9d133d1369e21aa6a3158 + last_write_checksum: sha1:6d03756f390fbea2cc059ec578f010924c5cd8d7 pristine_git_object: a4b001f07e47a5dbed666ca406ac3a5f9bebaa19 docs/models/operations/getresponsesresponse.md: id: 5665c2675232 @@ -6328,7 +6328,7 @@ trackedFiles: pristine_git_object: d04ab339c18b0284a856bd0e459e5896f28bd5c0 docs/models/operations/getstandardsurveyrespondentsrequest.md: id: a5462a634ef4 - last_write_checksum: sha1:fddda28aee0024891de9fb7c51e1d51facde4e9a + last_write_checksum: sha1:a18f5b36d31ad6cd25a99c17ff9ecbc8e26fae6c pristine_git_object: cf79635cbc3173fdaf829f0d127b3d1955d4968f docs/models/operations/getstandardsurveyrespondentsresponse.md: id: e6055281f355 @@ -6336,7 +6336,7 @@ trackedFiles: pristine_git_object: b27f2d451aa64bdb407150ca4903d4cd62484b91 docs/models/operations/getstandardsurveyresponsesrequest.md: id: efa8c823329e - last_write_checksum: sha1:7ec09a5be8f31d4cc5dac630faa6edefe2ed8288 + last_write_checksum: sha1:ff43d1c57cd54ef7ada25d8eb758c71659b03d87 pristine_git_object: 57163c554a4b5444a3675003704c32d20f076573 docs/models/operations/getstandardsurveyresponsesresponse.md: id: f60cf3bbfc91 @@ -6344,7 +6344,7 @@ trackedFiles: pristine_git_object: 64f20895f017cdafc55b50ebb34d7b067b86d0a9 docs/models/operations/getstandardsurveysrequest.md: id: e52be45c535d - last_write_checksum: sha1:bb109f7aaded87f7766ecb4e858e3e04a51cdf88 + last_write_checksum: sha1:265363f52cfe2afcd638e07223092ad5d92e0f7f pristine_git_object: 46167b36e0553a80879b1c3992be1f6f8f8be9dd docs/models/operations/getstandardsurveysresponse.md: id: c86499cbd0ca @@ -6360,7 +6360,7 @@ trackedFiles: pristine_git_object: 1b0ef7098fe99c2f86972c58c6ef57b57628f911 docs/models/operations/getsurveyrequest.md: id: 76a0bbeee5b3 - last_write_checksum: sha1:138823ec47752ad963910b557c415d3d39bc7cee + last_write_checksum: sha1:727c5bf4a5f879fa36cc0472e9e274337bfc42d7 pristine_git_object: c073c9c5c0f038b5f147d3d4d18ac81c01746905 docs/models/operations/getsurveyresponse.md: id: 91b7af691dab @@ -6380,7 +6380,7 @@ trackedFiles: pristine_git_object: f255735e9df461d3de2c2dd03c9045b5d1a4880d docs/models/operations/gettransactionitemsrequest.md: id: 448179e9dbef - last_write_checksum: sha1:77922dbdbb6f26d9b5a6f273be1fcd58c723bb2d + last_write_checksum: sha1:d5246b9384bbc70d66e169cd1e3a5c001ee4275a pristine_git_object: 0af82f4dd3313bb53d4c78f0d648eb67539cf73e docs/models/operations/gettransactionitemsresponse.md: id: 391b71231b02 @@ -6388,7 +6388,7 @@ trackedFiles: pristine_git_object: 7c3e0a4fbc5822b2e3561a3a004bf461b8fa70ed docs/models/operations/gettransactionsrequest.md: id: a60e957ccf1c - last_write_checksum: sha1:86439b32ec5cca855dd58c2c44af90925f8deae1 + last_write_checksum: sha1:7d27a3c45509bfeefcbe101604bfc5200c37e6e9 pristine_git_object: cb47aa69a111254770cca45a96f6043b68d1ba53 docs/models/operations/gettransactionsresponse.md: id: 7063a6a4c213 @@ -6428,7 +6428,7 @@ trackedFiles: pristine_git_object: d324dc0bccdad50e5cfd1efc652fc7d1ab09c4ed docs/models/operations/getvideoviewsrequest.md: id: 71c8447da016 - last_write_checksum: sha1:19d014f466fa34351384ae1491b2c85142226069 + last_write_checksum: sha1:3542e23e4ab642109bc9b937e859c0bd38ce24c5 pristine_git_object: 242f8209607e8cbf25b11d2eac4a4d18a26e2487 docs/models/operations/getvideoviewsresponse.md: id: b5332d6e6cf8 @@ -6503,19 +6503,19 @@ trackedFiles: last_write_checksum: sha1:536e2336850379a26fee8cf7eec19e232a295140 pristine_git_object: 0f39022b51fcce3d2372cff8a92166fb78542071 docs/models/operations/listassociatedaudiencesegmentsrequest.md: - last_write_checksum: sha1:bd410f9e71861109b95d10c0cb5bca5aee7ea019 + last_write_checksum: sha1:3a64fbdc12ae3a5c305924c370ebade19a4b2d5f docs/models/operations/listassociatedaudiencesegmentsresponse.md: last_write_checksum: sha1:4b37798232733a24248c6db3414ff24d3d1406b8 docs/models/operations/listattendeeactivitiesrequest.md: id: 09ddbf44a4e3 - last_write_checksum: sha1:ad21453c74feee82cfa93bec2536e7ab00d2fb3a + last_write_checksum: sha1:74723708836a2834d4e9a1d621de64afd116ce36 pristine_git_object: 7b26a77387a2d8be2c7a68411095689fa54c4005 docs/models/operations/listattendeeactivitiesresponse.md: id: 039628d7c89f last_write_checksum: sha1:97f6772ed96ab85fa532229c0330c9017d04b39e pristine_git_object: 9aa42f130471344bf455ea6d157ccd65c8ffd563 docs/models/operations/listattendeeaudiencesegmentsrequest.md: - last_write_checksum: sha1:d25fcfb3cc48e0653c8c0f632d8ebc659d737c7c + last_write_checksum: sha1:cd73bd0ef484306c585e9c822d34c66817c02d8e docs/models/operations/listattendeeaudiencesegmentsresponse.md: last_write_checksum: sha1:17825d6270bca404de417f8d07d145f40921f8e6 docs/models/operations/listattendeeinsightsrequest.md: @@ -6528,7 +6528,7 @@ trackedFiles: pristine_git_object: 8596ba0efc0023e19f964ffe8c68a3a5d9d50771 docs/models/operations/listattendeelinksrequest.md: id: 8c651acb3be9 - last_write_checksum: sha1:793fb4275895e4e66613ca2ffea09d3fa8529434 + last_write_checksum: sha1:f779d7d4286707efc4c19e47e51885e197157d19 pristine_git_object: 7aab8a0e96f1d170493491b72a947200bfc4feeb docs/models/operations/listattendeelinksresponse.md: id: 0f15ea975504 @@ -6544,7 +6544,7 @@ trackedFiles: pristine_git_object: 1059127e5f44dbe123fa7438322f964787e3aa33 docs/models/operations/listattendeesrequest.md: id: 86d79b5330c0 - last_write_checksum: sha1:61ed00dc179bb2acc5d693e265d0f659028643a7 + last_write_checksum: sha1:7f6bb6d330914138299eed978e28463eb409e174 pristine_git_object: c620e252d67d0ee254b00c815e79c05d44a0f899 docs/models/operations/listattendeesresponse.md: id: bef9085cfc7d @@ -6552,7 +6552,7 @@ trackedFiles: pristine_git_object: 6d67c8251a01aebdf3bdce43386b513ac9b5693f docs/models/operations/listaudiencesegmentspostfilterrequest.md: id: 40431411a37c - last_write_checksum: sha1:0674e35a5b62bb03e99c4a62344f50b25a2b4933 + last_write_checksum: sha1:09dd1849124fef31fcc3ce01516e5f651313458d pristine_git_object: 805281ea648785b113bb8738d863a5ef8228d80c docs/models/operations/listaudiencesegmentspostfilterresponse.md: id: 86206659bddb @@ -6560,7 +6560,7 @@ trackedFiles: pristine_git_object: 634b4be93dc90a98bcea31db134e8c600d0f1a96 docs/models/operations/listaudiencesegmentsrequest.md: id: 52205c10bd98 - last_write_checksum: sha1:8516a0f8971504832aa4a9fbdf07cdc5c18c6c4f + last_write_checksum: sha1:7fff33ee24c51707b929467e1ef45239b44bea60 pristine_git_object: a2e08cfd29dd2fe050ec022fd3fb16fa1940beb6 docs/models/operations/listaudiencesegmentsresponse.md: id: 685e647b2a68 @@ -6604,7 +6604,7 @@ trackedFiles: pristine_git_object: e826ae4ac9ad5e09a1aeec597f86d019ef77b05c docs/models/operations/listcontactgroupsrequest.md: id: bccc652a06a6 - last_write_checksum: sha1:7753b56bdfa5a5a1b4bb4a8fea50727a1c253aed + last_write_checksum: sha1:5a9a3625527fd9bd6a3f1dae89b999a77716f66e pristine_git_object: 89a749d13830e3bcac4d2a9ccfad74461a4c4cdb docs/models/operations/listcontactgroupsresponse.md: id: 4bbb9aa2695b @@ -6628,7 +6628,7 @@ trackedFiles: pristine_git_object: 77c518bb99d202366b0e6afc2ad23aecaffffca1 docs/models/operations/listcontactsrequest.md: id: a16a4486c215 - last_write_checksum: sha1:09c27b8203e285abe9ff620d79662475b640738b + last_write_checksum: sha1:44aeab99b663c14e8da1a16b3e226d9b580b0b0f pristine_git_object: f4cc4b7628b7677e3ce6f018066113bcce05bf94 docs/models/operations/listcontactsresponse.md: id: 33e94a097969 @@ -6636,7 +6636,7 @@ trackedFiles: pristine_git_object: a81c300b7e067eaebe013ff96576f68e55aa913a docs/models/operations/listcontacttypesrequest.md: id: 5c9fc49f967f - last_write_checksum: sha1:7c15305a20bb9b20d9646f09eac6f69412400969 + last_write_checksum: sha1:937db2353973cedf1b9d08786fd6ceb712b4117b pristine_git_object: 8139f37e61ec1abe520e964373c3a10691863df7 docs/models/operations/listcontacttypesresponse.md: id: 091c9623f05a @@ -6652,7 +6652,7 @@ trackedFiles: pristine_git_object: 649203670c67c11bb9309ac0f2ae218744e994ab docs/models/operations/listdiscountedagendaitemsrequest.md: id: 5dca35e57ed2 - last_write_checksum: sha1:c897b4e8bcaf8e18f93ee87a7205f53469f569bc + last_write_checksum: sha1:e826ed03e95f67c541cb5f975182f9b999882f0a pristine_git_object: 17d6c97853a38ad6b8553b822d430aeea1903026 docs/models/operations/listdiscountedagendaitemsresponse.md: id: 11222607388b @@ -6668,7 +6668,7 @@ trackedFiles: pristine_git_object: e6756c00f83a4aef725a00fb8c3a152476a85fb8 docs/models/operations/listdonationitemsrequest.md: id: ac3dfce54059 - last_write_checksum: sha1:bbb654809550daf556c9538d5da78cebb51f6822 + last_write_checksum: sha1:a2242f59aa71eaf90ce1324380603a6d91fda38d pristine_git_object: 8fc1ba0e62c85c2c95d21334d4a5612ca22b32a9 docs/models/operations/listdonationitemsresponse.md: id: 1b31f08f4690 @@ -6676,7 +6676,7 @@ trackedFiles: pristine_git_object: 0bac5d26fa98503a65ce16c25fc853e5e4d3ca42 docs/models/operations/listdurationsrequest.md: id: 3b5be31c1c87 - last_write_checksum: sha1:0983f66983bba4921c4d57fdb1eb8984aeacca66 + last_write_checksum: sha1:4a4c788f08f832983743f22adc79a562918b42ad pristine_git_object: c007b9ccaf13f9de2fc29565ade94ce5db3210ef docs/models/operations/listdurationsresponse.md: id: c220fa2bca26 @@ -6684,7 +6684,7 @@ trackedFiles: pristine_git_object: a174bec7b11a88badce4c06523c3035f2e3f2406 docs/models/operations/listeventdiscountsrequest.md: id: 4f228dbf29d5 - last_write_checksum: sha1:1148539041d9b83a9016916e685b5d53a9459f40 + last_write_checksum: sha1:307162ba69bcedcfcc6f657d4da1478c3a8e9aee pristine_git_object: 809e12699ac1d14fb2174d1dfef1d08020f96b57 docs/models/operations/listeventdiscountsresponse.md: id: e2707f256e96 @@ -6723,7 +6723,7 @@ trackedFiles: docs/models/operations/listeventvoucherspostfilterresponse.md: last_write_checksum: sha1:9baaa633dc3de6a5457407897b24aed5161cee59 docs/models/operations/listeventvouchersrequest.md: - last_write_checksum: sha1:23fceb7261b859df3fbfcd5567ec51d50a4d61db + last_write_checksum: sha1:341ad39307dde683490299bcbb1ffd28e8ee89b5 docs/models/operations/listeventvouchersresponse.md: last_write_checksum: sha1:a3e9b2d80a8d3e7494bc5194fbf5d377f5b8ea9b docs/models/operations/listeventweblinksrequest.md: @@ -6768,7 +6768,7 @@ trackedFiles: pristine_git_object: 10ef6eefb0e4aaa680867e587f538d0d90d66f8a docs/models/operations/listexternalattendeeactivitiesmetadatarequest.md: id: 36e0bdf77604 - last_write_checksum: sha1:73bf13143b4f5eb89ff8a5f3ef241ec80f0ae137 + last_write_checksum: sha1:d87549310c7fe5c9ce1da37c5a9417c51347a6a0 pristine_git_object: 2647d2e272a032483169d971cdad914519f23813 docs/models/operations/listexternalattendeeactivitiesmetadataresponse.md: id: b55112d45ed2 @@ -6776,7 +6776,7 @@ trackedFiles: pristine_git_object: 05362aea2f7a80b17f6f3b81e706fe08b97db57d docs/models/operations/listfeeitemsrequest.md: id: c2327b0cf5af - last_write_checksum: sha1:ad359b100f93c81e3e136d3252afffa35da1cc8f + last_write_checksum: sha1:f1f5364920f2469b0eca76bbcfe1b45540f2e826 pristine_git_object: 5e35626a7dd6397c5da8b57259143f030a21691d docs/models/operations/listfeeitemsresponse.md: id: 1dbe1040bcee @@ -6784,7 +6784,7 @@ trackedFiles: pristine_git_object: 0d070b6af51c9ac1f77f232a2aca84ed0ff96837 docs/models/operations/listhubsrequest.md: id: 4661bd0cc675 - last_write_checksum: sha1:7c75a2ef53322203411c5ecbca6a7bb568313bed + last_write_checksum: sha1:9b78d015d0177bfcb7247c2e34b1e341400737a6 pristine_git_object: cbae1862cd794601b82e1387fea3ce94d2175231 docs/models/operations/listhubsresponse.md: id: b9cc102986f7 @@ -6827,7 +6827,7 @@ trackedFiles: docs/models/operations/listmembershipitemspostfilterresponse.md: last_write_checksum: sha1:f8e02e448f46393c5a79b9b5d2181323b38fe933 docs/models/operations/listmembershipitemsrequest.md: - last_write_checksum: sha1:90fcd821c968d863daa70de710cc1fbb67c2cbf6 + last_write_checksum: sha1:02a18d4fc4679c26fe7e9288028e734fe05cfe67 docs/models/operations/listmembershipitemsresponse.md: last_write_checksum: sha1:3d9f3f8e1237b1a7ec9dc5b4593f42f77a3b206f docs/models/operations/listmrfrequest.md: @@ -6840,7 +6840,7 @@ trackedFiles: pristine_git_object: 0807dc658540dc07db68d641c135f967489595db docs/models/operations/listplayersrequest.md: id: 3c5c4d8970c9 - last_write_checksum: sha1:876e1ef84ae31fac0001e316655a70e8158c55c4 + last_write_checksum: sha1:3fc18ecba0e18a8ffb3df8a1290bcf29765d141b pristine_git_object: 0826295eccbcee886073330788f35e4fafe0fe91 docs/models/operations/listplayersresponse.md: id: 9ddc1e971d33 @@ -6864,7 +6864,7 @@ trackedFiles: pristine_git_object: 19ae311d00ea5445b9b38a57eec2c1a7609aee52 docs/models/operations/listprogramitemsrequest.md: id: 9b552d331a93 - last_write_checksum: sha1:03f39aeea85dbd6e689d1c47ca9ee1b12dc605ee + last_write_checksum: sha1:3af819adce3ba9cc0e572e11785d420211c0fcbb pristine_git_object: 1b868936e35fd7f5f81d26b292805ddba5db9a69 docs/models/operations/listprogramitemsresponse.md: id: 8ee31fda551a @@ -6880,7 +6880,7 @@ trackedFiles: pristine_git_object: aa3957532b582ce16185fe4f8655dc59cadae524 docs/models/operations/listquantityitemsrequest.md: id: 0a7704c3da60 - last_write_checksum: sha1:42ffe161e8b794409289f5550c1e37d213e22a27 + last_write_checksum: sha1:96a0ab14a08f43ae6a4acc67e7f79875cca9d72e pristine_git_object: c6de4c32cf91d4e7b389d342aab7fd1a1298a0e3 docs/models/operations/listquantityitemsresponse.md: id: b8f3eaedd5b1 @@ -6950,7 +6950,7 @@ trackedFiles: pristine_git_object: 3824815b3f30998daec258d799785964b7929dcc docs/models/operations/listsegmentassociatedattendeesrequest.md: id: 9fc2e80f0e6d - last_write_checksum: sha1:d1646c1556078718fec55bceedf8b390ba638d9b + last_write_checksum: sha1:071870d5bcd1d703ca19bdc7a843cbc5f831b5bf pristine_git_object: 421392b50e1659f5dd0f2e8b528daed7ff881255 docs/models/operations/listsegmentassociatedattendeesresponse.md: id: 37fb6a2a3525 @@ -6958,7 +6958,7 @@ trackedFiles: pristine_git_object: 265dc592fb4f5ee4c0ce03e201b3f91d9bf2fc3f docs/models/operations/listsessiondocsrequest.md: id: 6ec71d7769f9 - last_write_checksum: sha1:f03b3bc588363b9c01f3fa2a71a1ac31f4a70bb9 + last_write_checksum: sha1:31001e0a786de99be2fbd55900d329c73539492c pristine_git_object: 29cce1b0d9a90261aac78b5d03a7078e7d86f4dd docs/models/operations/listsessiondocsresponse.md: id: 89b56843fea8 @@ -6982,7 +6982,7 @@ trackedFiles: pristine_git_object: 197826771db85d8e562eb2ce817bbcc0b9443a8e docs/models/operations/listsessionscategoriesrequest.md: id: 03b3faa6aac3 - last_write_checksum: sha1:800ad218bd6b36ba6428113cc5178b1977a2c80c + last_write_checksum: sha1:f840fc470a101704f7cad064b59d25f3b4228989 pristine_git_object: d282cf377ab5a27e9aaffa7b237bb09684067035 docs/models/operations/listsessionscategoriesresponse.md: id: eb5cdf3cc542 @@ -7022,7 +7022,7 @@ trackedFiles: pristine_git_object: 3a6bb00b0877113bfdd0c72691e963369281ab05 docs/models/operations/listsessionsrequest.md: id: cd7555b44e15 - last_write_checksum: sha1:0007c7551f6d2efae437af9a9671840637717df5 + last_write_checksum: sha1:006cf1acb59920294189b2598a0ba77b147cc209 pristine_git_object: ea48f3128524ab7cf5c80f91c62259a89f2c6a02 docs/models/operations/listsessionsresponse.md: id: 86f810e6e5a0 @@ -7085,7 +7085,7 @@ trackedFiles: last_write_checksum: sha1:43ab55b05a99451d7bc3c3bd6137bccb2287f42a pristine_git_object: 59462ba47cb63e18eb43a3fb2cf15529e6b1a3ed docs/models/operations/listtaxesrequest.md: - last_write_checksum: sha1:01e4d561b94b5539b423ee035cb56f31f357e192 + last_write_checksum: sha1:bbf453faa3bb70efb46172fc46dac95ea797f1be docs/models/operations/listtaxesresponse.md: last_write_checksum: sha1:c6989bb01193cf57a3816a0d696386417af82f90 docs/models/operations/listtravelaccountsrequest.md: @@ -7146,7 +7146,7 @@ trackedFiles: pristine_git_object: bc5e735490008f96f8ffb7a47fbc075946790f9e docs/models/operations/listvideosrequest.md: id: b175fc23b105 - last_write_checksum: sha1:443e923cd1db58547bf9dce015e9fbae66b11ed3 + last_write_checksum: sha1:58fcd8a2d3ec6f81714ebddcd838f70da064c713 pristine_git_object: 3ce9ab729b52f0ca404364d31b32ee466134455e docs/models/operations/listvideosresponse.md: id: f33f9f33cc16 @@ -7158,7 +7158,7 @@ trackedFiles: pristine_git_object: b1684e4cc2f818778f8556b781a63c9c6ffbed56 docs/models/operations/listwebcastattendeelinksrequest.md: id: 16ca96b1af1d - last_write_checksum: sha1:3ab7472e4413bb4a37374e9f041ea805122cbdb9 + last_write_checksum: sha1:5806e07038c8457f46a8b60ca1e00343016330cf pristine_git_object: 17b59ef3af6e799ce46197d6994dbaa5882d7f48 docs/models/operations/listwebcastattendeelinksresponse.md: id: 8bcde3b39a29 @@ -7166,7 +7166,7 @@ trackedFiles: pristine_git_object: f62b23af72ae728dd0571d06cdaf27ad7c99041f docs/models/operations/listwebcastsrequest.md: id: 0ac93bb32690 - last_write_checksum: sha1:2a3f2e501417e09a10550e159d9e2d839cd2ce80 + last_write_checksum: sha1:4c2390321e0097e3e3fb34c2e9fbbaf85593b27b pristine_git_object: 04eb18fdd28c0332249d04d1d142b43c93e98c95 docs/models/operations/listwebcastsresponse.md: id: e903abb68b67 @@ -7536,7 +7536,7 @@ trackedFiles: pristine_git_object: ae74c9bf2b2cd20359a11e4a02eacd2564459bb1 docs/sdks/authentication/README.md: id: 45be241adfc3 - last_write_checksum: sha1:3fe151c6af551556286028da90a0c93fc1419322 + last_write_checksum: sha1:7c52c6b15ed6c5a4e09fc8729d692c47bc68ac2d pristine_git_object: 4a704452b9b0691ca362d82ca56634c629c8b1dd docs/sdks/badgeprinterpools/README.md: id: d73d6cce89d1 @@ -7552,7 +7552,7 @@ trackedFiles: pristine_git_object: 374958ce28e273758cc5f3cabaf6daeab7bad928 docs/sdks/bulk/README.md: id: fa4bd7a4682a - last_write_checksum: sha1:d08435c4594f084d06e3dd8373f9394293073e34 + last_write_checksum: sha1:572be229438052d5db283fcd078c1a698874fb13 pristine_git_object: ace3db03b9be0d5edd127792291bce9be7657ef0 docs/sdks/campaigns/README.md: id: 18dcc3c717ca @@ -7628,7 +7628,7 @@ trackedFiles: pristine_git_object: 8fcb0f582a0da28cb479d6d834af0b93fe473647 docs/sdks/housing/README.md: id: 23d65d817ab8 - last_write_checksum: sha1:9cd1ea9a5b4a52dd242038de004dcec225dfae32 + last_write_checksum: sha1:fe7f383d5564fbfced4ab6d13fac4fd7b3efb7c3 pristine_git_object: ff0b2fc6e7bc9a53f0eafef083353e1ee927d4c0 docs/sdks/housinghotels/README.md: id: d04ff5412c59 @@ -7640,7 +7640,7 @@ trackedFiles: pristine_git_object: 9ba3c834dafdaa530101861d637797e586e213f8 docs/sdks/meetingrequest/README.md: id: 4d8d5f5fd977 - last_write_checksum: sha1:0ef65084ced477ba40dc000cd2a92b49cc878c56 + last_write_checksum: sha1:153984c5bc1a32b510a08140a89e7615ff028305 pristine_git_object: 9b9ded21daa94d43e931dd25bafa0aeddaf66b6e docs/sdks/processform/README.md: id: 0d23c161e66c @@ -7736,11 +7736,11 @@ trackedFiles: pristine_git_object: 80795a72645811f07559dbfd91e59131f127b3d4 jsr.json: id: 7f6ab7767282 - last_write_checksum: sha1:4084be7ba8dea337ea1e3e3fd865eeac37c66f0b + last_write_checksum: sha1:ab0d57fedcbb54491c1eb7e079f94e95a98c9f5d pristine_git_object: 3f8c18265e80f8c46d349b3a7d92f1a61f1d2dc9 package.json: id: 7030d0b2f71b - last_write_checksum: sha1:5ac98c502ac7214793ee2c11c4e04b4be6764961 + last_write_checksum: sha1:5c6658e1158d1ecaf5766609e7316a6dc5d6c2cb pristine_git_object: 3474c00ef1d014883367c7bbeca6cbe6e330ca41 src/core.ts: id: f431fdbcd144 @@ -7950,7 +7950,7 @@ trackedFiles: pristine_git_object: 06cd99235b0858cfe3060dbe845b6aaae4d8637e src/funcs/authenticationOauth2Token.ts: id: 2995b98ef214 - last_write_checksum: sha1:599f7e1a21363f5f493070a82221dd56c55bc7d0 + last_write_checksum: sha1:9f1c0ba2a6e9b02ea573dda08a6eed8febcde77e pristine_git_object: 492bfe2a8ac2d4e2b329ca607fa28a8401e68975 src/funcs/authenticationValidateToken.ts: id: 8ac4078ab787 @@ -8816,7 +8816,7 @@ trackedFiles: pristine_git_object: 7ee989d7f44ee8ca6cfbdc0ba73d71c1bca0e652 src/funcs/housingGetReservation.ts: id: 1dd7a8535d23 - last_write_checksum: sha1:997fbb7c502efeb6538bdcce85d4a21e71fb828c + last_write_checksum: sha1:521998d0bed4bc5d3de6e8dcfb1e0429b2ba8415 pristine_git_object: 4f48374abe16402eb46409536ee1ab5c8200b4c4 src/funcs/housingGetReservationRequest.ts: id: 613d54de4cf6 @@ -8868,7 +8868,7 @@ trackedFiles: pristine_git_object: 1db82cc592201fd5e4df0859a58c9b145f2b5c80 src/funcs/meetingRequestCreateMeetingRequest.ts: id: d368d3da91f5 - last_write_checksum: sha1:640aed3946142274553ee80b0e59b19e44724f23 + last_write_checksum: sha1:2f8f4ff496ca5ce9470158f427b0a0fbb6978d15 pristine_git_object: 96c9fa87f1993253cbd3181c6b0f5244f2c01119 src/funcs/meetingRequestGetMRFById.ts: id: 6989fee9f353 @@ -8896,7 +8896,7 @@ trackedFiles: pristine_git_object: cb726cf322e0f4827d028df22cbdc818dce04dc6 src/funcs/meetingRequestUpdateMeetingRequest.ts: id: 6c3ff5471a27 - last_write_checksum: sha1:b63c5cf035d96c8aaec71bd093f211a8b63b2939 + last_write_checksum: sha1:885dff3578afa4ba846095602b4ba7dd00dbd6d8 pristine_git_object: 2d161dfe4ac8692214c5fde50121b4bb9cc4c336 src/funcs/processFormListProcessFormSubmission.ts: id: 99fb63ddad7d @@ -9518,7 +9518,7 @@ trackedFiles: pristine_git_object: 0aebd8b0a4867e35cb3348fc52921c3c0b4725b7 src/lib/config.ts: id: 320761608fb3 - last_write_checksum: sha1:dc697f55528af1e9813c6320adff865c6ec7e7a5 + last_write_checksum: sha1:433b355c5c5500411d72ba32b0bf62c664fb472c pristine_git_object: 95847bcf50487c6ea615eb470cacdf861e9ba5e2 src/lib/dlv.ts: id: b1988214835a @@ -9917,7 +9917,7 @@ trackedFiles: src/models/components/attendeeaudiencesegmentassociationspaginatedresponse.ts: last_write_checksum: sha1:a1d80a77036257ae0ed774e9c3b95216e430e68b src/models/components/attendeecontactinfo.ts: - last_write_checksum: sha1:2061fe7cd9f17727c1de872118c7bb414f629d4c + last_write_checksum: sha1:5a5d584a1892206c28f3f1cf11553cc796bb0966 src/models/components/attendeecontactmembership.ts: last_write_checksum: sha1:a9df69efec72bce343e5db08dca41a0569da784a src/models/components/attendeecontacttype.ts: @@ -10883,7 +10883,7 @@ trackedFiles: last_write_checksum: sha1:9963bac9a0e038debb9a69a096695b57cc2015b3 pristine_git_object: d82c848fc51713a70309efd7604983ad10aae81c src/models/components/event1.ts: - last_write_checksum: sha1:751ea9ba4b714c39f6af2f560863c083d9779278 + last_write_checksum: sha1:871ad080340376407f3427b2acdec16d1037f8ed src/models/components/event12.ts: last_write_checksum: sha1:99ac0b70a2dc72162c48cacf644e33d9a44e6fc1 src/models/components/event2.ts: @@ -10962,7 +10962,7 @@ trackedFiles: last_write_checksum: sha1:21308570b0bfda1859eae3c1d85383610d029db3 src/models/components/eventinput.ts: id: 492c6f360569 - last_write_checksum: sha1:86a5fa293cca49686a2037056e3a9cc7825c7e3b + last_write_checksum: sha1:1f97719a1f3691b130f3746a74c0e29b5b6271f9 pristine_git_object: eb4e0d25a8eeee7011dfd6cede27b2495fc89233 src/models/components/eventjson.ts: last_write_checksum: sha1:d1d23ff68e40154bf25fbf7d1decf290da6e9c3c @@ -11086,11 +11086,11 @@ trackedFiles: last_write_checksum: sha1:129379b0f34b8a753996df24648d87be32de7b8d src/models/components/eventupdate.ts: id: 4d7e27eddc9c - last_write_checksum: sha1:244add524f04c4613b1e83455a89fe9272b1a0ef + last_write_checksum: sha1:89bcd389c571f0617cd41a4fdf6ff702beef9b2f pristine_git_object: 117f629d78d7609a642d3b4004762a59325a4dbd src/models/components/eventupdateinput.ts: id: 1c8bfef1c395 - last_write_checksum: sha1:e5a40a1e4cc6d60444ab1a200dd45b18fa9ec9bb + last_write_checksum: sha1:e0969d4e4dc6e6d1270b093484a0727fe6305887 pristine_git_object: be5c9438cb41a5a0c10d9daf51f3cad3a14a4d28 src/models/components/eventweblinkjson.ts: id: bc08c209f281 @@ -13722,7 +13722,7 @@ trackedFiles: pristine_git_object: 437673ff5d68ef192988f5f9ea2ffa6fd12b3c4a src/models/operations/getaccountbudgetitems.ts: id: 83d054b10bed - last_write_checksum: sha1:6e36161b092d39db1c556075e2f1f0b9a3dfcd67 + last_write_checksum: sha1:38b62fcabd157bb314a98b65ce2c7f4a3e339f2b pristine_git_object: ea4fb91c5a8640fba55f89a6517f717952907204 src/models/operations/getaccountusergroup.ts: id: 4aef9cc47e84 @@ -13733,21 +13733,21 @@ trackedFiles: last_write_checksum: sha1:d7f5b75ca24945c9a713a9b0cc1c0b16190e7285 pristine_git_object: ad09b6892968d4db48fd2edb01bce4c2bebaed71 src/models/operations/getaccountvendors.ts: - last_write_checksum: sha1:33dbba09461660cc0b587291da5f003a9b053d3d + last_write_checksum: sha1:f3346cc1e2bc064011e67a253d954b3b6466903f src/models/operations/getairactualdetail.ts: id: 24549bc9b39e - last_write_checksum: sha1:3d5229b90fef1046a630ab4c15b8577747cd1bd5 + last_write_checksum: sha1:02d4963c592ff49a4420a91eba8955197ac158fa pristine_git_object: dfe24c0d31e6baf23b874126ff7e01857cb25cbd src/models/operations/getairrequests.ts: id: 6a19185e5cf5 - last_write_checksum: sha1:80c6a99977addb8351f4ad794447381c840ececc + last_write_checksum: sha1:383cd3a87c41e093fc3e5baf5ae5eb6d72f20822 pristine_git_object: 0a49618a54c6f7fa3af4ae71f12376afaf9a5b61 src/models/operations/getalleventsurveyresponses.ts: id: 95886625d4ae - last_write_checksum: sha1:da6c122854ed0646a82c5a1500430cb5e58e95a5 + last_write_checksum: sha1:a6709f073c0432261d405b03c6ad2d09397289cc pristine_git_object: 586dd2519f4cb03ae1f548ee5ec735133efd26e4 src/models/operations/getalternatetravelanswers.ts: - last_write_checksum: sha1:aa4eb812c9f83b22d16d3bf5c673659612b45cf9 + last_write_checksum: sha1:f06b4e3cb3be8df876ad50262f6d78bc2e90e201 src/models/operations/getappointmentattendeebyid.ts: id: a5b5fab27421 last_write_checksum: sha1:b07f27a7cb149d9f3ae0b63e37a583c5d50066b8 @@ -13814,11 +13814,11 @@ trackedFiles: pristine_git_object: 8134b444f362ec9d3f296b477deff50255081b43 src/models/operations/getbudgetallocations.ts: id: e7f859087a34 - last_write_checksum: sha1:06578c11129a4190b565ef7d97c4765b8922e062 + last_write_checksum: sha1:80d5edbab233fef28ecbf30a1d3d7bc75e500d6c pristine_git_object: de1a3866614ba5aee1408682ff386641624607d4 src/models/operations/getbudgetitems.ts: id: 60794aa63a04 - last_write_checksum: sha1:a36063b426a9fa6c4c3f73609a19689458e3ddd6 + last_write_checksum: sha1:45765482e3a89b67e241d8da0ecb53da434c240f pristine_git_object: 69006a5f0dbdca2f7195977bb365b2e61984bc25 src/models/operations/getbulkjobbyid.ts: id: 00e3b21b02fa @@ -13830,11 +13830,11 @@ trackedFiles: pristine_git_object: e8342eaa4266fa99377e4c8a95f0f26be947e610 src/models/operations/getcards.ts: id: 9b212415af0c - last_write_checksum: sha1:9cc8651662d0afee6a486c243bdfa23ca7b7eaf6 + last_write_checksum: sha1:7d54ffd1a6984c4ccc08f128df65ac8fae8b85b3 pristine_git_object: b1ac2025c73d755256a8277000a5e2a8d6531ef2 src/models/operations/getcardtransactions.ts: id: 2cacfb4e4dc9 - last_write_checksum: sha1:3ff3f4cefde19c5b8ecce5841045e0c4fbe6e748 + last_write_checksum: sha1:7e1e1064836110727864b583ca90450b5d4d8290 pristine_git_object: a029ede74e549dc74b0adc008ddd950eae72a66d src/models/operations/getchangehistoryforaspecificcontact.ts: id: 541c95258861 @@ -13870,7 +13870,7 @@ trackedFiles: pristine_git_object: fc68b25e9fce39bb4791c85b090923959c1b6e4c src/models/operations/getcurrencyconversionrate.ts: id: 6f96df6b2fab - last_write_checksum: sha1:eeb90bf9ccdf63a4aabde780aab0757d48a1be13 + last_write_checksum: sha1:050f6ef1c39e4a069d1e62b2d2489d1927ebd3c3 pristine_git_object: 3d974839cc4f51d4581961773ab0d19f5969de0e src/models/operations/getcustomfield.ts: id: 83759c33f40a @@ -13906,7 +13906,7 @@ trackedFiles: pristine_git_object: e32e0256ac8fc1d0fac2bb63777e8fdf068060b9 src/models/operations/geteventbudgettotals.ts: id: 914b78ce167b - last_write_checksum: sha1:532837c44a1301a915b26c79e85144d4db8a1da5 + last_write_checksum: sha1:3bb6e58ddbe8d1ffd39a3b24894f994448ddc7fa pristine_git_object: 74a5835bb8f36ca947f5fe4491118efd25834df7 src/models/operations/geteventbyid.ts: id: 84cb3868cfe8 @@ -13922,7 +13922,7 @@ trackedFiles: pristine_git_object: c462b65548de2c95b514f7a1562105523c4e8bfd src/models/operations/geteventfeatures.ts: id: b2ce5da0d738 - last_write_checksum: sha1:360edea55e1e4565d01ad726b99d96171d939f23 + last_write_checksum: sha1:fed2f24b667e447851f7b99154ebcf1d34ceb4e9 pristine_git_object: eb8b163e7cb8d8b9f28a559d7a9a00a51b9cf9a3 src/models/operations/geteventplanningdocuments.ts: last_write_checksum: sha1:de22b6132955ae92b98cd225b317ca264c003d69 @@ -13944,15 +13944,15 @@ trackedFiles: pristine_git_object: 2b682f6fd76d7ab923f6af6106bd2ad197f79aec src/models/operations/geteventsurveyrespondents.ts: id: 3f7d7143a6ca - last_write_checksum: sha1:441a44c2bc4bf678356f8332b3ec31d426fa4786 + last_write_checksum: sha1:7afd64a256b717cfd556559ee69e6da9fdbcc668 pristine_git_object: 605234ca56859e887997ba6df38e80ab7f994ae3 src/models/operations/geteventsurveyresponses.ts: id: ccaf961bf550 - last_write_checksum: sha1:e1da8fafc252bee97aa7ac2c6596d900c3c31e43 + last_write_checksum: sha1:54ddf4ea58dab39213ae9e439af9789a38baae9d pristine_git_object: 101765be1d5bdaa60292804867ecad579d5b2b17 src/models/operations/geteventsurveys.ts: id: 3b0a1be26c88 - last_write_checksum: sha1:04f702eca813fa7b5fcb916a0f0743c3ddfeaadd + last_write_checksum: sha1:4386071783044f04fa4d5d4310d883b16fce8d41 pristine_git_object: e1752143f9b517f1d678a823bc7d7fcad5ade8a1 src/models/operations/geteventtableassignments.ts: id: d606cbd04d40 @@ -14000,7 +14000,7 @@ trackedFiles: pristine_git_object: d24fe41f0b077d20955278c649e13d6eb4df2dad src/models/operations/gethotelrequests.ts: id: 9e403f73b66a - last_write_checksum: sha1:bc9f3e9453f6d5bbcfc68a0e89b1cc90d65d58da + last_write_checksum: sha1:52d1f91b306c950c4134d34bde2412d1f4fed9a7 pristine_git_object: 7edffe7bc782934b166743a43ff17337ee662729 src/models/operations/gethousingeventhotel.ts: id: 7f05aacd2c2c @@ -14036,11 +14036,11 @@ trackedFiles: pristine_git_object: 8f5140f6ba5163abeb3713fabe8bba22f0e58db5 src/models/operations/gethousingreservationrequests.ts: id: c565561d1df3 - last_write_checksum: sha1:1b4a0c51894c2a64e67c4818703155929dcd5ce5 + last_write_checksum: sha1:d5fbadfac8cf012185df726704c26b7d98638bcc pristine_git_object: 70acb50cf4974d574cf9f66c97cf7078b3d0634a src/models/operations/gethubmembers.ts: id: 94c8bdcd1c95 - last_write_checksum: sha1:d15b4ace5cb8570fa461db1179dfc0de1d9ad75e + last_write_checksum: sha1:621ef89d3a231eb3863ca1f298de790ccec84098 pristine_git_object: 0d9e31a5fd01ad8837018b62d4c39d891b32838b src/models/operations/getinvitationlist.ts: id: 79bf5a09000f @@ -14048,7 +14048,7 @@ trackedFiles: pristine_git_object: bc0d31abfb60b7ef6ce308a875b37f68c70cf42b src/models/operations/getlargechoices.ts: id: d3ea932ad2f5 - last_write_checksum: sha1:f27e2f06c6e9862f6e26001981b4915345252337 + last_write_checksum: sha1:4b9b5a688706847aa92205a543e3354b1964990c pristine_git_object: d110c8ed0e1813a27290cd96c9ab0361f2e1c370 src/models/operations/getleadqualificationanswers.ts: id: 5a0682dbc3a5 @@ -14084,15 +14084,15 @@ trackedFiles: pristine_git_object: 33145a7c0be6866fa67421b84580ce01e859fbd4 src/models/operations/getorderitems.ts: id: 8e8fbf606809 - last_write_checksum: sha1:f7ae48660d60cb66993d1f93110bc52612c03c2f + last_write_checksum: sha1:b34669c0185b3cc170f6b189bca429154cc08d27 pristine_git_object: bddd37a2d2f4099861b09a8c482a714496242105 src/models/operations/getorders.ts: id: eacd56121248 - last_write_checksum: sha1:bd32e2f9c8c7e58938c99d0a9cf21015c6bb033b + last_write_checksum: sha1:edca4889e0e539aa1b5057a32ab24ad20072d9d8 pristine_git_object: c2225c27439efa9fbc7e26ccb5138d446f054517 src/models/operations/getpayments.ts: id: 49362569a8aa - last_write_checksum: sha1:768169c944f98f4b93a942f7183fa8138e8d9a2c + last_write_checksum: sha1:139ed6701e906597abc4da30987a9e0d449ac88f pristine_git_object: 47b4427280170e95c4369ece2bbc183e27026df2 src/models/operations/getprogramitemdocuments.ts: id: 28717c08a078 @@ -14104,7 +14104,7 @@ trackedFiles: pristine_git_object: dcd1c88b0b67a467c3c1f87eb7a040404e63b05a src/models/operations/getquestions.ts: id: 8ee5feb153c6 - last_write_checksum: sha1:c717ba185d4a1f14d545d933524147c2c1fd05ae + last_write_checksum: sha1:c490f0be600adb5d984f147a5ae922302acbe467 pristine_git_object: b15d1d8c3189268651a433be05e5075434dafc8b src/models/operations/getregistrationpack.ts: id: 809137dfe2ca @@ -14124,11 +14124,11 @@ trackedFiles: pristine_git_object: 835a1ca746a465b1b1ddd8b99cb95fa473c83ae0 src/models/operations/getrespondents.ts: id: c20bb0374138 - last_write_checksum: sha1:40a3421dbab693d39b4ef87716e22e96a13c2a22 + last_write_checksum: sha1:0f7e937102c2982ce3d347944fe30114a19d8df7 pristine_git_object: 01cc1ee88aa8b4b1a84920fd1944f2ebc1926859 src/models/operations/getresponses.ts: id: cacef2ad8b33 - last_write_checksum: sha1:ccd8360bea837f9a9e1117050df9fa81e11cd181 + last_write_checksum: sha1:c11aa106cbbef13dd2745fb126cf54c082a129e2 pristine_git_object: 47f392e827b8fb06c02e1bbaf7140317e276c2a3 src/models/operations/getrfp.ts: last_write_checksum: sha1:498c7b665ae9583e59e664c450fa0160f4b464ff @@ -14214,15 +14214,15 @@ trackedFiles: pristine_git_object: 01aec138946e3b2704f61ff6f6627ffa77767895 src/models/operations/getstandardsurveyrespondents.ts: id: aa1ed63aebc2 - last_write_checksum: sha1:e4ea111ea80a279eb679443a07279d88f9d6cb74 + last_write_checksum: sha1:d82b7e5771d46a90f32feeaafd287f74aa2c3083 pristine_git_object: c842ade1e383591a41fab921d65a0a51928b5555 src/models/operations/getstandardsurveyresponses.ts: id: 63b02cba400a - last_write_checksum: sha1:b1e611706c4a31fa7d86f3c7e6269c75129a1cf5 + last_write_checksum: sha1:9de7c3a0792ec576d168eec0a396488ec552cdb0 pristine_git_object: 23de7f1b40458c6f3ce03cd4dbbc11da2ca6fb37 src/models/operations/getstandardsurveys.ts: id: 85ae018d9761 - last_write_checksum: sha1:d554154ddb885b428d58063196898e51c0d66700 + last_write_checksum: sha1:58c180dff167fa74450b807d7d513bb0bdd22a97 pristine_git_object: b1d245750b1a45ef0b27d618d8579b59778c50fe src/models/operations/getstats.ts: id: 46d946a062ba @@ -14234,7 +14234,7 @@ trackedFiles: pristine_git_object: 5643ea90d9d99b96b219556a700d86dd904789a5 src/models/operations/getsurvey.ts: id: cf3a1e8e3453 - last_write_checksum: sha1:b566eb7bd5869f35dcc953a0c83f23f11e1fad1a + last_write_checksum: sha1:d2d817ec9a3e871d9a9deeff6d7413a726901c2d pristine_git_object: 7749c43d7c75fa2eec4cb12e1236c9daa3f1fd66 src/models/operations/gettable.ts: id: 3e5c9ebec04d @@ -14246,11 +14246,11 @@ trackedFiles: pristine_git_object: c6764380640aa6c67ffbfb934989fc8441203648 src/models/operations/gettransactionitems.ts: id: fac27deb2f58 - last_write_checksum: sha1:c1be3f9270d5c2ea592e01fffcfc15e6b2b5e3e2 + last_write_checksum: sha1:8310bb3eff6f92ea5fb614911977ec368c84920d pristine_git_object: 3eb89798ea8b47984e8f096af5967102b9ccdb0b src/models/operations/gettransactions.ts: id: 488920f0797c - last_write_checksum: sha1:239bfb48690ba01f783ceb5907bcb59fca4f71e4 + last_write_checksum: sha1:e86e46846b9d3986d1cb17858db887b7e30a2ca1 pristine_git_object: 84699f7ef77cc1af910516eb58b03a1ff085bc01 src/models/operations/gettravelaccount.ts: id: 87a868f664c0 @@ -14286,7 +14286,7 @@ trackedFiles: pristine_git_object: b6bf6125de8baf2a09878d48141e446286856fdb src/models/operations/getvideoviews.ts: id: 73492d7d3f27 - last_write_checksum: sha1:4e60dd9bd2a84bfe1e96b899f532e43b266a03bc + last_write_checksum: sha1:a020ec30e771d126f2d205685e025a01c5b43bbc pristine_git_object: d734b1eaa52dd066373ccc5caeb7b6698b79c10b src/models/operations/getwebcastbyid.ts: id: c0718ad4dc4a @@ -14333,24 +14333,24 @@ trackedFiles: last_write_checksum: sha1:e04c8520335bccf67f23783525c4689c21c6b0f4 pristine_git_object: 5f8ff677ae282ae3d895017770a736afd10ea073 src/models/operations/listassociatedaudiencesegments.ts: - last_write_checksum: sha1:6f0397266a6df182fab8aaae3c27e67d3020812d + last_write_checksum: sha1:66150d714b83743215c70f82a12084f7b90f3b94 src/models/operations/listattendeeactivities.ts: id: 39339b8379d3 - last_write_checksum: sha1:31620b45edcd5617f76ed321df61e8bb51a9d59b + last_write_checksum: sha1:7ed358f8e226018effda8cfa89f74d526e8b4da2 pristine_git_object: 42bc8a3e12ef15457381ac1d8ea1da409fc03bb4 src/models/operations/listattendeeaudiencesegments.ts: - last_write_checksum: sha1:f5c5a97341a607a1dd295bfe42fa6b069e075fbf + last_write_checksum: sha1:58e066fbf7976562abf8c38fd4f42520067d36f8 src/models/operations/listattendeeinsights.ts: id: 78d0caa07717 last_write_checksum: sha1:3a97d92af9873fa61151204d551fc5cf58010f88 pristine_git_object: 10fe2d19714575d068de54b185b41faf3b380053 src/models/operations/listattendeelinks.ts: id: 4c2aec574fac - last_write_checksum: sha1:3cb11049e5c18153d65e3ec9445119ec6b106c29 + last_write_checksum: sha1:df0b593ad78fec16b84c26e2cfea37e257941b3d pristine_git_object: 7f96c5bbd50f641248314f8f4dd3945dcc4aabeb src/models/operations/listattendees.ts: id: e3565b250895 - last_write_checksum: sha1:078e126cdcef3911229f0f09970ce998016e3bda + last_write_checksum: sha1:baeaed94c3326764a09448c6c1d24b28c61e0d8a pristine_git_object: 4a655b4f822fd4f4f2b8bb7a88decc45e512b643 src/models/operations/listattendeespostfilter.ts: id: 091f5e61d17c @@ -14358,11 +14358,11 @@ trackedFiles: pristine_git_object: 072657ba2d0e4f8ce5c748891e63ac002781cb85 src/models/operations/listaudiencesegments.ts: id: ebbf17db4ddd - last_write_checksum: sha1:6ac9b1ebb99945283373f30c6e4779ca89943976 + last_write_checksum: sha1:bb8baa7b9607f2a4e20c3b1daba76f2b60b055cb pristine_git_object: 7857fc76a55dae63d43d3d12928986cbf069a3d3 src/models/operations/listaudiencesegmentspostfilter.ts: id: c5eb43562531 - last_write_checksum: sha1:29edbcb4c59757dbb7544aa967f4a1ce4c0c2b37 + last_write_checksum: sha1:dc515af8e62076a73b1293b6928bddb94d9932a1 pristine_git_object: 2216c956bc04f8cee8ff2432fda54b45301292de src/models/operations/listaudiotracks.ts: id: 15f2ca6ac72f @@ -14386,7 +14386,7 @@ trackedFiles: pristine_git_object: 61e7cea3717431e8f8c5dbd4c0fcb59999fcbd36 src/models/operations/listcontactgroups.ts: id: 70129fb69838 - last_write_checksum: sha1:afb0cc0d08483b8c529587b3c5c65b39ea1cc4e1 + last_write_checksum: sha1:909f0eec714dc29c069f79bac41b1ae3dea13661 pristine_git_object: fcd85fd9b46bace3b603eb9a2fbbc3173350ca07 src/models/operations/listcontacthooks.ts: id: b042d13e14a4 @@ -14394,7 +14394,7 @@ trackedFiles: pristine_git_object: 9dea5a0fbeacd87668afd1d5ee597cc5b670c185 src/models/operations/listcontacts.ts: id: f45012ecf03a - last_write_checksum: sha1:7a93ec3169eca0e6bd10d9b380bc08681fed28f7 + last_write_checksum: sha1:8ec76a370ad39305b002c766006fa15ebce1d6ca pristine_git_object: 0e62afbd6aedaad58d052809274549757f8316da src/models/operations/listcontactspostfilters.ts: id: 5f8e0c5c3877 @@ -14402,7 +14402,7 @@ trackedFiles: pristine_git_object: 366afd9fec6ad7822a6c031ef5ccf18b95fc6267 src/models/operations/listcontacttypes.ts: id: 9fae2fcece63 - last_write_checksum: sha1:7c9f9c10271d3c54ffd513a5f2b3362da09636aa + last_write_checksum: sha1:2bae8c39ff91db98f2330b7c552d7f7f2a07aa84 pristine_git_object: 64247d87f01f0cea2737d6a17c04f990b110a845 src/models/operations/listcustomfields.ts: id: 3626b5d9763a @@ -14410,11 +14410,11 @@ trackedFiles: pristine_git_object: 5f49458a08d28a0c971ed13ea28642f21201fbf5 src/models/operations/listdiscountedagendaitems.ts: id: 2668fa08a0e1 - last_write_checksum: sha1:eaaa39905789d4463e3842c3e628d6853c36e851 + last_write_checksum: sha1:1e25ede5a10605f469e18e64c198de4a14d99822 pristine_git_object: 784e7ab621996b2ee33fc7b4262e69a7f21a37f3 src/models/operations/listdonationitems.ts: id: be749322ea75 - last_write_checksum: sha1:59e6e86865629e2ba3e65655b34eb834017c6bd4 + last_write_checksum: sha1:7b07aaef4623b45b2d87234dbc2904b7615e2399 pristine_git_object: 9eb441460322ba550f00d44fca091271a3a33d34 src/models/operations/listdonationitemspostfilter.ts: id: e8b192ade62c @@ -14422,11 +14422,11 @@ trackedFiles: pristine_git_object: d25b0dc28b25ce83894fc162698537b42718086a src/models/operations/listdurations.ts: id: 51b7bd22c8af - last_write_checksum: sha1:6ddb62d06d5bd6cc749ce17a427cf1fca864cb35 + last_write_checksum: sha1:738496242aa13d342fc88298eb0e2a4914502f6f pristine_git_object: ae6bf053424e00e8285d2a899912c5b98497a4cc src/models/operations/listeventdiscounts.ts: id: 56dd553e9035 - last_write_checksum: sha1:36209c4941f552e43ba339f84372220389d55993 + last_write_checksum: sha1:5029ca452e39ccb8935ad6435dd00cf68e03e2bb pristine_git_object: 46bbe30dd1701472b1698dd50043cd5579151cda src/models/operations/listeventemails.ts: id: 00af707fa028 @@ -14443,7 +14443,7 @@ trackedFiles: src/models/operations/listeventvoucherattendees.ts: last_write_checksum: sha1:e1ab0fa0267952c8288e78b508dece5127b41d33 src/models/operations/listeventvouchers.ts: - last_write_checksum: sha1:0139dba62dfde6bd184dc461e4baf755036d10b3 + last_write_checksum: sha1:1862536199b03012935013c3fc02cd6050556dd5 src/models/operations/listeventvoucherspostfilter.ts: last_write_checksum: sha1:63481721231ce951ec94a6283e5bf18e4877ee6d src/models/operations/listeventweblinks.ts: @@ -14472,15 +14472,15 @@ trackedFiles: pristine_git_object: b254fe497cd858cd376d0608d79e2215c39e4cbf src/models/operations/listexternalattendeeactivitiesmetadata.ts: id: 685b8290d4b4 - last_write_checksum: sha1:2f3f657e9e4c5276d8a24b6ba9f649559b166dd3 + last_write_checksum: sha1:2a72697bbdff1b77f40cb12d5233dd3cf24bdb96 pristine_git_object: 0d107265803d65018da26ddd953bd2565f651798 src/models/operations/listfeeitems.ts: id: cb7c0b747cfb - last_write_checksum: sha1:9666cc51d6707c59bf9b6fd1a8740c14a11645c6 + last_write_checksum: sha1:0615bc9e014a0bdb27e3770d1762cadcb5d59cfb pristine_git_object: 41524f555b26abdad800fb92a514bd9e5aa2c7be src/models/operations/listhubs.ts: id: 771e4bb92a24 - last_write_checksum: sha1:58ead3e928fcd63700d0fc2ac3226eaced8562fd + last_write_checksum: sha1:00f1fa2d3b723ac5d1b0f57abebfb3212a53f6ce pristine_git_object: 11f8824d36fb9902dc2fb5d06ac5c84861ac0221 src/models/operations/listlocations.ts: id: afbad8d531fb @@ -14499,7 +14499,7 @@ trackedFiles: last_write_checksum: sha1:7f165d56149f846a73979b3a14b72d949b6c7363 pristine_git_object: eaa8ca5cf214c5d9926c84575a78989030363098 src/models/operations/listmembershipitems.ts: - last_write_checksum: sha1:e7052c277169aea47743f3c931be689c10c92f9d + last_write_checksum: sha1:2fe186b8fa5f420ff9bfba2553bf1224de30f183 src/models/operations/listmembershipitemspostfilter.ts: last_write_checksum: sha1:011a8113a50dc71788dc2d98078d0f4c92a082c1 src/models/operations/listmrf.ts: @@ -14508,7 +14508,7 @@ trackedFiles: pristine_git_object: bbfa00ef42664d97673c2c9c2dcb429ed8657d13 src/models/operations/listplayers.ts: id: 0aff5ded116e - last_write_checksum: sha1:633e7a02cc386bb6539620ddb048aeb830d5b493 + last_write_checksum: sha1:be94297abb7e9bde465f37691fa3379850a985dc pristine_git_object: 4c27ed9522f7940048d02608495dde001d481d9d src/models/operations/listprocessformsubmission.ts: id: 708dcf3be395 @@ -14516,7 +14516,7 @@ trackedFiles: pristine_git_object: 8c5178fb05af6c6b838c73dd9e9423b724e840ba src/models/operations/listprogramitems.ts: id: 40b40d10b628 - last_write_checksum: sha1:69708c2f90e868118daaf173fa7d737441251773 + last_write_checksum: sha1:8b14c6254fa120a3ac664155256e3ed970bec0f6 pristine_git_object: 7d2e21b95c654ec1e1ffb8379b63d84fee405440 src/models/operations/listprogramitemspostfilters.ts: id: 6db071803b79 @@ -14524,7 +14524,7 @@ trackedFiles: pristine_git_object: 49c91a7cdd9f10a4ec88729c1954868abf2f36ea src/models/operations/listquantityitems.ts: id: 73fe2f034dfd - last_write_checksum: sha1:8b113047c1396332785ed2544a9b12d74b5c293f + last_write_checksum: sha1:783d8795150f5a94ed21c9d81e68ae85fc3189c8 pristine_git_object: fea6c874629a59b4f01a6e8dc2c33296e6749b29 src/models/operations/listquantityitemspostfilter.ts: id: 50c8745e42b2 @@ -14564,11 +14564,11 @@ trackedFiles: pristine_git_object: 0793a8c5317f489b5271fec8d77ab4f32b0dadce src/models/operations/listsegmentassociatedattendees.ts: id: b1b3cf512564 - last_write_checksum: sha1:701c6f7516de4d97c89a734e806ce8196b8434b5 + last_write_checksum: sha1:3671dc13b448d411ef8bd04b8b6c5ab868be1319 pristine_git_object: 86fa0b58f36b405a6f29d1e820105010c6a78f03 src/models/operations/listsessiondocs.ts: id: 2177a7a75434 - last_write_checksum: sha1:cb3f31adab0f513bc922588ae10bf4af9235924b + last_write_checksum: sha1:72360afcd352219c1d3e284d6d5cb9b89bd2e23d pristine_git_object: dec687e2ac05c0c479c7acc6e5bd1acff07cdf0c src/models/operations/listsessionprogramspeakerspostfilters.ts: id: d715bf251e47 @@ -14576,7 +14576,7 @@ trackedFiles: pristine_git_object: 824ac11de13525bb03c366c8758ccf8637cace51 src/models/operations/listsessions.ts: id: b7f43a8735c6 - last_write_checksum: sha1:e6db817a4371c4e9920698610a76574505123372 + last_write_checksum: sha1:5c0e6b58a2d1a426a87daef22309eca6ca29c75e pristine_git_object: 6e0352cb598b5a6c196bacf66beb638c58ce154a src/models/operations/listsessionsattendance.ts: id: cfbd0c92ef7b @@ -14584,7 +14584,7 @@ trackedFiles: pristine_git_object: a51b591240cbedaeb3ab4eb58d8ba730f4b9d6f8 src/models/operations/listsessionscategories.ts: id: 980c28ac5818 - last_write_checksum: sha1:bbfabdf4f2d6d3bdd8373e669ac8940fe168a5f0 + last_write_checksum: sha1:5cf043b6c1527abebccc1feba1c199a0c07ba125 pristine_git_object: 83d1782e74548a301e48ae3fdb6015c2ecf1c7a5 src/models/operations/listsessionsenrollment.ts: id: cdbac73c7d4d @@ -14631,7 +14631,7 @@ trackedFiles: last_write_checksum: sha1:de23fe7ebd3bbd489e98fe90169bd064473ab558 pristine_git_object: 58636ca7d31096e6e7c09f3a6d560816ec6e7ffe src/models/operations/listtaxes.ts: - last_write_checksum: sha1:c86fef39281608ba6e51bda646c692610ae45407 + last_write_checksum: sha1:b7a78647702a46606282e541c7b6a4d4174afba1 src/models/operations/listtravelaccounts.ts: id: af5e18f38060 last_write_checksum: sha1:3ba2b150d20e030a2927a9ba93c86e88b41cb4ec @@ -14666,7 +14666,7 @@ trackedFiles: pristine_git_object: 82d06bbba19b4feee265213c28dc1b75957f4b70 src/models/operations/listvideos.ts: id: 9ba74192d7b8 - last_write_checksum: sha1:ae86bff1e0ab744f72d4ef1de24412f3ff6624fd + last_write_checksum: sha1:51ad2021fa482ea015db2720ab3c0bb3cfeff35d pristine_git_object: ffb6bf7afd395edea27b89758c69c8ff75d3de18 src/models/operations/listvideotexttracks.ts: id: f647a6eb18b8 @@ -14674,11 +14674,11 @@ trackedFiles: pristine_git_object: 96ab83dd2af1c454743b6e00aa47d829aa05d94f src/models/operations/listwebcastattendeelinks.ts: id: 80814669504f - last_write_checksum: sha1:45817bdcc2faeacdbfcf2c7f9c11cd453ac5d285 + last_write_checksum: sha1:998c0ca2e68ebf3c67796cb833c88dd662635a1a pristine_git_object: 4382f678879b8cf962374094fd5ee56c48461a63 src/models/operations/listwebcasts.ts: id: 0af1602ac47a - last_write_checksum: sha1:0e9f0dc338b3ed593a9ddd551c68c70829477d3c + last_write_checksum: sha1:c7745217785f0b88479622324cb4a8cf42fedc34 pristine_git_object: b543194c7b5aee6b84de3530dc9211944fa7283a src/models/operations/mergecontacts.ts: id: eb4a3a7e9764 @@ -15012,7 +15012,7 @@ trackedFiles: pristine_git_object: 9208cff55d4a387124b9dc4a0ec2643347d79366 src/sdk/authentication.ts: id: 627e108b9d4b - last_write_checksum: sha1:bd8a3e4a56a221583be62d1fcff3cc68f12a9615 + last_write_checksum: sha1:0512830b2b948abc7990983b0f6cebaaaa8fe6cd pristine_git_object: ef71badf5c26067be616371502ce4716614462f7 src/sdk/badgeprinterpools.ts: id: 8a5f0ffe8858 @@ -15104,7 +15104,7 @@ trackedFiles: pristine_git_object: 447dba6547c7b9a419d2208218f77e542c9f44eb src/sdk/housing.ts: id: 30a8b34082fc - last_write_checksum: sha1:a761af04e0ab054ab3ffdd6c792c7206bd163a5e + last_write_checksum: sha1:ecd21f5e898bea570fb80ad537ee2c9a86dd35c4 pristine_git_object: ebaf984fb1155c77faafa30f5635e4719b16dce1 src/sdk/housinghotels.ts: id: 625a4455803e @@ -15120,7 +15120,7 @@ trackedFiles: pristine_git_object: 026de2eb81cf94d4ea91ac7e46ad982c25d96b7d src/sdk/meetingrequest.ts: id: a4ee648b9baf - last_write_checksum: sha1:3f75e1d5e552faa09a5433eb7cc0b71ba9ce6aac + last_write_checksum: sha1:a62ff41aa6c32497845ae133c5e49a5f94d1c07f pristine_git_object: a03313854a717831d797b16eb9405eff436277b1 src/sdk/processform.ts: id: 355936b318b5 diff --git a/packages/typescript/.speakeasy/gen.yaml b/packages/typescript/.speakeasy/gen.yaml index 691484fc0..a029a11a8 100644 --- a/packages/typescript/.speakeasy/gen.yaml +++ b/packages/typescript/.speakeasy/gen.yaml @@ -34,7 +34,7 @@ generation: generateNewTests: true skipResponseBodyAssertions: false typescript: - version: 1.5.0 + version: 1.5.1 acceptHeaderEnum: true additionalDependencies: dependencies: {} diff --git a/packages/typescript/docs/models/components/attendeecontactinfo.md b/packages/typescript/docs/models/components/attendeecontactinfo.md index ebe786768..beddbe965 100644 --- a/packages/typescript/docs/models/components/attendeecontactinfo.md +++ b/packages/typescript/docs/models/components/attendeecontactinfo.md @@ -103,43 +103,43 @@ let value: AttendeeContactInfo = { ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| ~~`created`~~ | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | 2017-01-02T02:00:00Z | -| ~~`createdBy`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that created this attendee record. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | hporter | -| ~~`lastModified`~~ | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | 2019-02-12T03:00:00Z | -| ~~`lastModifiedBy`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that last updated this attendee record. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | hporter | -| `id` | *string* | :heavy_minus_sign: | The id of contact | | -| `firstName` | *string* | :heavy_minus_sign: | The first name of the contact | Henry | -| `lastName` | *string* | :heavy_minus_sign: | The last name of the contact | Potterfield | -| `middleName` | *string* | :heavy_minus_sign: | The middle name of the contact | A | -| `nickname` | *string* | :heavy_minus_sign: | The nickname of the contact. | Harry | -| `email` | *string* | :heavy_minus_sign: | The email address of the contact | h.potterfield@test.com | -| `ccEmail` | *string* | :heavy_minus_sign: | An alternate email address of the contact that will be cc'd on all email communications | h.porter@tesing.com | -| `gender` | [components.Gender](../../models/components/gender.md) | :heavy_minus_sign: | The gender of the contact. | Male | -| `company` | *string* | :heavy_minus_sign: | The company/organization the contact belongs to. | Cvent Inc. | -| `designation` | *string* | :heavy_minus_sign: | The designation of the contact | Event | -| `title` | *string* | :heavy_minus_sign: | The job title of the contact | Event Planner | -| `type` | [components.AttendeeContactType](../../models/components/attendeecontacttype.md) | :heavy_minus_sign: | Contains details related to the attendee's contact type. | | -| ~~`membership`~~ | [components.AttendeeContactMembership](../../models/components/attendeecontactmembership.md) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Attendee's contact membership information. Note: This field is deprecated. Previous documentation incorrectly listed support for this feature. | | -| `primaryAddressType` | [components.AddressType](../../models/components/addresstype.md) | :heavy_minus_sign: | The type of address. | Home | -| `homeAddress` | [components.Address3](../../models/components/address3.md) | :heavy_minus_sign: | Address details | | -| `homePhone` | *string* | :heavy_minus_sign: | Home phone number | 555-555-5555 | -| `homeFax` | *string* | :heavy_minus_sign: | Home FAX number | 555-555-5555 | -| `workAddress` | [components.Address3](../../models/components/address3.md) | :heavy_minus_sign: | Address details | | -| `workPhone` | *string* | :heavy_minus_sign: | Work phone number | 555-555-5555 | -| `workFax` | *string* | :heavy_minus_sign: | Work FAX number | 555-555-5555 | -| `optOut` | [components.OptOut](../../models/components/optout.md) | :heavy_minus_sign: | Opt-out choices. | | -| `customFields` | [components.CustomFieldSchema](../../models/components/customfieldschema.md)[] | :heavy_minus_sign: | Collection of custom fields. | | -| `sourceId` | *string* | :heavy_minus_sign: | This is a ID for the contact in an external system. NOTE: This value is expected to be unique for each contact within an account. Consider adding the external system name has part of the ID | system-a-00000000-0000-0000-0000-000000000000 | -| `mobilePhone` | *string* | :heavy_minus_sign: | Mobile phone number | 555-555-5555 | -| `compliance` | [components.Compliance](../../models/components/compliance.md)[] | :heavy_minus_sign: | Detail related to compliance with the contact's privacy rights under various legislation. | | -| `prefix` | *string* | :heavy_minus_sign: | Used to denote what is traditionally a title of an individual. For example, Mr., Mrs., Dr., etc. | Dr. | -| `pager` | *string* | :heavy_minus_sign: | The pager number of the contact. | 555-555-5555 | -| `deleted` | *boolean* | :heavy_minus_sign: | True indicates a contact is deleted. | false | -| `headline` | *string* | :heavy_minus_sign: | The headline of the contact's profile, which summarizes their professional experience and qualities. | Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands | -| `personalWebsite` | *string* | :heavy_minus_sign: | A contact's personal website URL. | https://www.example.com | -| `biography` | *string* | :heavy_minus_sign: | A contact's biographical writeup. | I am a marketing professional with experience in event planning and brand strategy. | -| ~~`pronoun`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Represents the preferred pronoun of a contact. Deprecated. Use `pronouns` instead. | he/him/she/her/they/them | -| `pronouns` | *string* | :heavy_minus_sign: | Represents the preferred pronouns of a contact. | he/him/she/her/they/them | -| `links` | [components.ContactLinks](../../models/components/contactlinks.md) | :heavy_minus_sign: | Collection of social media links for the contact. | | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| ~~`created`~~ | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | 2017-01-02T02:00:00Z | +| ~~`createdBy`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that created this attendee record. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | hporter | +| ~~`lastModified`~~ | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | 2019-02-12T03:00:00Z | +| ~~`lastModifiedBy`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that last updated this attendee record. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. | hporter | +| `id` | *string* | :heavy_minus_sign: | The id of contact | | +| `firstName` | *string* | :heavy_minus_sign: | The first name of the contact | Henry | +| `lastName` | *string* | :heavy_minus_sign: | The last name of the contact | Potterfield | +| `middleName` | *string* | :heavy_minus_sign: | The middle name of the contact | A | +| `nickname` | *string* | :heavy_minus_sign: | The nickname of the contact. | Harry | +| `email` | *string* | :heavy_minus_sign: | The email address of the contact | h.potterfield@test.com | +| `ccEmail` | *string* | :heavy_minus_sign: | An alternate email address of the contact that will be cc'd on all email communications | h.porter@tesing.com | +| `gender` | [components.Gender](../../models/components/gender.md) | :heavy_minus_sign: | The gender of the contact. | Male | +| `company` | *string* | :heavy_minus_sign: | The company/organization the contact belongs to. | Cvent Inc. | +| `designation` | *string* | :heavy_minus_sign: | The designation of the contact | Event | +| `title` | *string* | :heavy_minus_sign: | The job title of the contact | Event Planner | +| `type` | [components.AttendeeContactType](../../models/components/attendeecontacttype.md) | :heavy_minus_sign: | Contains details related to the attendee's contact type. | | +| ~~`membership`~~ | [components.AttendeeContactMembership](../../models/components/attendeecontactmembership.md) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Attendee's contact membership information. Note: This field is deprecated. Previous documentation incorrectly listed support for this feature. | | +| `primaryAddressType` | [components.AddressType](../../models/components/addresstype.md) | :heavy_minus_sign: | The type of address. | Home | +| `homeAddress` | [components.Address3](../../models/components/address3.md) | :heavy_minus_sign: | Address details | | +| `homePhone` | *string* | :heavy_minus_sign: | Home phone number | 555-555-5555 | +| `homeFax` | *string* | :heavy_minus_sign: | Home FAX number | 555-555-5555 | +| `workAddress` | [components.Address3](../../models/components/address3.md) | :heavy_minus_sign: | Address details | | +| `workPhone` | *string* | :heavy_minus_sign: | Work phone number | 555-555-5555 | +| `workFax` | *string* | :heavy_minus_sign: | Work FAX number | 555-555-5555 | +| `optOut` | [components.OptOut](../../models/components/optout.md) | :heavy_minus_sign: | Opt-out choices. | | +| `customFields` | [components.CustomFieldSchema](../../models/components/customfieldschema.md)[] | :heavy_minus_sign: | Collection of custom fields. | | +| `sourceId` | *string* | :heavy_minus_sign: | This is a ID for the contact in an external system. NOTE: This value is expected to be unique for each contact within an account. Consider adding the external system name has part of the ID | system-a-00000000-0000-0000-0000-000000000000 | +| `mobilePhone` | *string* | :heavy_minus_sign: | Mobile phone number | 555-555-5555 | +| `compliance` | [components.Compliance](../../models/components/compliance.md)[] | :heavy_minus_sign: | Detail related to compliance with the contact's privacy rights under various legislation. | | +| `prefix` | *string* | :heavy_minus_sign: | Used to denote what is traditionally a title of an individual. For example, Mr., Mrs., Dr., etc. | Dr. | +| `pager` | *string* | :heavy_minus_sign: | The pager number of the contact. | 555-555-5555 | +| `deleted` | *boolean* | :heavy_minus_sign: | True indicates a contact is deleted. | false | +| `headline` | *string* | :heavy_minus_sign: | The headline of the contact's profile, which summarizes their professional experience and qualities. | Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands | +| `personalWebsite` | *string* | :heavy_minus_sign: | A contact's personal website URL. | https://www.example.com | +| `biography` | *string* | :heavy_minus_sign: | A contact's biographical writeup. | I am a marketing professional with experience in event planning and brand strategy. | +| ~~`pronoun`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Represents the preferred pronoun of a contact. Deprecated. Use `pronouns` instead. | he/him/she/her/they/them | +| `pronouns` | *string* | :heavy_minus_sign: | Represents the preferred pronouns of a contact. | he/him/she/her/they/them | +| `links` | [components.ContactLinks](../../models/components/contactlinks.md) | :heavy_minus_sign: | Collection of social media links for the contact. | | \ No newline at end of file diff --git a/packages/typescript/docs/models/components/event1.md b/packages/typescript/docs/models/components/event1.md index 0effb9368..3ed0a66c3 100644 --- a/packages/typescript/docs/models/components/event1.md +++ b/packages/typescript/docs/models/components/event1.md @@ -124,7 +124,7 @@ let value: Event1 = { | `closeAfter` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The event will be closed for registration after this ISO 8601 formatted date and time. | 2020-02-01T23:59:00.000Z | | `archiveAfter` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The event will be archived after this ISO 8601 formatted date and time. | 2020-05-07T12:00:00.000Z | | `launchAfter` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The event will launch after this ISO 8601 formatted date and time. If the event has not yet launched, this field shows a date of 1/1/1900. | 2020-01-07T12:00:00.000Z | -| `timezone` | *string* | :heavy_check_mark: | List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). | America/New_York | +| `timezone` | *string* | :heavy_check_mark: | List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). | America/New_York | | `venues` | [components.VenueJson](../../models/components/venuejson.md)[] | :heavy_minus_sign: | Collection of venues. | | | `showVenueLocation` | *boolean* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | | `showPointOfContact` | *boolean* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | diff --git a/packages/typescript/docs/models/components/eventinput.md b/packages/typescript/docs/models/components/eventinput.md index daf775589..7ad0ca745 100644 --- a/packages/typescript/docs/models/components/eventinput.md +++ b/packages/typescript/docs/models/components/eventinput.md @@ -46,7 +46,7 @@ let value: EventInput = { | `description` | *string* | :heavy_minus_sign: | Detailed description of the event. | Cvent annual user conference. | | `start` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The ISO 8601 formatted date and time when the event starts. | 2020-02-03T13:00:00.000Z | | `end` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The ISO 8601 formatted date and time when the event ends. | 2020-02-07T17:00:00.000Z | -| `timezone` | *string* | :heavy_check_mark: | List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). | America/New_York | +| `timezone` | *string* | :heavy_check_mark: | List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). | America/New_York | | `venues` | [components.VenueJsonInput](../../models/components/venuejsoninput.md)[] | :heavy_minus_sign: | Collection of venues. | | | `showVenueLocation` | *boolean* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | | `showPointOfContact` | *boolean* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | diff --git a/packages/typescript/docs/models/components/eventupdate.md b/packages/typescript/docs/models/components/eventupdate.md index 4f1536237..43b672795 100644 --- a/packages/typescript/docs/models/components/eventupdate.md +++ b/packages/typescript/docs/models/components/eventupdate.md @@ -114,7 +114,7 @@ let value: EventUpdate = { | `closeAfter` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The event will be closed for registration after this ISO 8601 formatted date and time. | 2020-02-01T23:59:00.000Z | | `archiveAfter` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The event will be archived after this ISO 8601 formatted date and time. | 2020-05-07T12:00:00.000Z | | `launchAfter` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The event will launch after this ISO 8601 formatted date and time. If the event has not yet launched, this field shows a date of 1/1/1900. | 2020-01-07T12:00:00.000Z | -| `timezone` | *string* | :heavy_check_mark: | List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). | America/New_York | +| `timezone` | *string* | :heavy_check_mark: | List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). | America/New_York | | `venues` | [components.VenueJson](../../models/components/venuejson.md)[] | :heavy_minus_sign: | Collection of venues. | | | `showVenueLocation` | *boolean* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | | `showPointOfContact` | *boolean* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | diff --git a/packages/typescript/docs/models/components/eventupdateinput.md b/packages/typescript/docs/models/components/eventupdateinput.md index d7b3b2b91..6097cab85 100644 --- a/packages/typescript/docs/models/components/eventupdateinput.md +++ b/packages/typescript/docs/models/components/eventupdateinput.md @@ -51,7 +51,7 @@ let value: EventUpdateInput = { | `end` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The ISO 8601 formatted date and time when the event ends. | 2020-02-07T17:00:00.000Z | | `closeAfter` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The event will be closed for registration after this ISO 8601 formatted date and time. | 2020-02-01T23:59:00.000Z | | `archiveAfter` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The event will be archived after this ISO 8601 formatted date and time. | 2020-05-07T12:00:00.000Z | -| `timezone` | *string* | :heavy_check_mark: | List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). | America/New_York | +| `timezone` | *string* | :heavy_check_mark: | List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). | America/New_York | | `venues` | [components.VenueJsonInput](../../models/components/venuejsoninput.md)[] | :heavy_minus_sign: | Collection of venues. | | | `showVenueLocation` | *boolean* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | | `showPointOfContact` | *boolean* | :heavy_minus_sign: | True indicates the venue location is visible to guests for essential events. If used with other event types, the request returns a 400 error. | | diff --git a/packages/typescript/docs/models/operations/getaccountbudgetitemsrequest.md b/packages/typescript/docs/models/operations/getaccountbudgetitemsrequest.md index 82c8af881..ed8a3c350 100644 --- a/packages/typescript/docs/models/operations/getaccountbudgetitemsrequest.md +++ b/packages/typescript/docs/models/operations/getaccountbudgetitemsrequest.md @@ -16,10 +16,10 @@ let value: GetAccountBudgetItemsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Used to query records that have been modified after this time point. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Used to query records that have been modified before this point | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-----------------\|:-----------\|
\| event.id \| `eq`, `ne` \|
\| rfp.id \| `eq`, `ne` \|
\| budgetVersion.id \| `eq`, `ne` \|
\| id \| `eq`, `ne` \|
\| category.id \| `eq`, `ne` \|
\| category.name \| `eq`, `ne` \|
\| subCategory.id \| `eq`, `ne` \|
\| subCategory.name \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| event.id eq 'e7120b27-ca4c-46c1-b5de-cbe5ea0e26d5' and budgetVersion.id ne 'e7120b27-ca4c-46c1-b5de-cbe5ea0e26d5' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Used to query records that have been modified after this time point. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Used to query records that have been modified before this point | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-----------------\|:-----------\|
\| event.id \| `eq`, `ne` \|
\| rfp.id \| `eq`, `ne` \|
\| budgetVersion.id \| `eq`, `ne` \|
\| id \| `eq`, `ne` \|
\| category.id \| `eq`, `ne` \|
\| category.name \| `eq`, `ne` \|
\| subCategory.id \| `eq`, `ne` \|
\| subCategory.name \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| event.id eq 'e7120b27-ca4c-46c1-b5de-cbe5ea0e26d5' and budgetVersion.id ne 'e7120b27-ca4c-46c1-b5de-cbe5ea0e26d5' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getaccountvendorsrequest.md b/packages/typescript/docs/models/operations/getaccountvendorsrequest.md index b46da8919..090126ee7 100644 --- a/packages/typescript/docs/models/operations/getaccountvendorsrequest.md +++ b/packages/typescript/docs/models/operations/getaccountvendorsrequest.md @@ -16,10 +16,10 @@ let value: GetAccountVendorsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:--------------\|:-----------------------------------\|
\| id \| `eq`, `ne` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| active \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| active eq true and id eq '5b5a6e5c-1234-4af5-9d1f-9bcb9e7c1234' and lastModified ge '2025-01-01T00:00:00Z' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:--------------\|:-----------------------------------\|
\| id \| `eq`, `ne` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| active \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| active eq true and id eq '5b5a6e5c-1234-4af5-9d1f-9bcb9e7c1234' and lastModified ge '2025-01-01T00:00:00Z' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getairactualdetailrequest.md b/packages/typescript/docs/models/operations/getairactualdetailrequest.md index 2bb1e62dc..d5d41f574 100644 --- a/packages/typescript/docs/models/operations/getairactualdetailrequest.md +++ b/packages/typescript/docs/models/operations/getairactualdetailrequest.md @@ -21,13 +21,13 @@ let value: GetAirActualDetailRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `expand` | [components.ExpandAirActualQuestionAnswer](../../models/components/expandairactualquestionanswer.md)[] | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* airActualDetails.airActualAnswers.question (List Event Questions)
| airActualDetails.airActualAnswers.question | -| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* airActualDetails.name
* airActualDetails.lastModified
where i <= limit
| airActualDetails.name:DESC,airActualDetails.lastModified:ASC | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `expand` | [components.ExpandAirActualQuestionAnswer](../../models/components/expandairactualquestionanswer.md)[] | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* airActualDetails.airActualAnswers.question (List Event Questions)
| airActualDetails.airActualAnswers.question | +| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* airActualDetails.name
* airActualDetails.lastModified
where i <= limit
| airActualDetails.name:DESC,airActualDetails.lastModified:ASC | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getairrequestsrequest.md b/packages/typescript/docs/models/operations/getairrequestsrequest.md index 7f653ba6f..f510a4d85 100644 --- a/packages/typescript/docs/models/operations/getairrequestsrequest.md +++ b/packages/typescript/docs/models/operations/getairrequestsrequest.md @@ -22,13 +22,13 @@ let value: GetAirRequestsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* airRequestDetails.requesterFirstName
* airRequestDetails.requesterLastName
* airRequestDetails.lastModified
| airRequestDetails.requesterFirstName:DESC,airRequestDetails.requesterLastName:ASC | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `expand` | [components.ExpandAirRequestQuestionAnswer](../../models/components/expandairrequestquestionanswer.md)[] | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* airRequestDetails.airRequestAnswers.question (List Event Questions)
| airRequestDetails.airRequestAnswers.question | -| `id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* airRequestDetails.requesterFirstName
* airRequestDetails.requesterLastName
* airRequestDetails.lastModified
| airRequestDetails.requesterFirstName:DESC,airRequestDetails.requesterLastName:ASC | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `expand` | [components.ExpandAirRequestQuestionAnswer](../../models/components/expandairrequestquestionanswer.md)[] | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* airRequestDetails.airRequestAnswers.question (List Event Questions)
| airRequestDetails.airRequestAnswers.question | +| `id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getalleventsurveyresponsesrequest.md b/packages/typescript/docs/models/operations/getalleventsurveyresponsesrequest.md index 1e36f188f..6bfc89d6d 100644 --- a/packages/typescript/docs/models/operations/getalleventsurveyresponsesrequest.md +++ b/packages/typescript/docs/models/operations/getalleventsurveyresponsesrequest.md @@ -15,10 +15,10 @@ let value: GetAllEventSurveyResponsesRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------------\|-------------\|
\| id \| `eq`, `ne` \|
\| respondent.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------------\|-------------\|
\| id \| `eq`, `ne` \|
\| respondent.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getalternatetravelanswersrequest.md b/packages/typescript/docs/models/operations/getalternatetravelanswersrequest.md index 9c35d5056..d4eb5665f 100644 --- a/packages/typescript/docs/models/operations/getalternatetravelanswersrequest.md +++ b/packages/typescript/docs/models/operations/getalternatetravelanswersrequest.md @@ -17,11 +17,11 @@ let value: GetAlternateTravelAnswersRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getbudgetallocationsrequest.md b/packages/typescript/docs/models/operations/getbudgetallocationsrequest.md index 9119d076e..d212d7300 100644 --- a/packages/typescript/docs/models/operations/getbudgetallocationsrequest.md +++ b/packages/typescript/docs/models/operations/getbudgetallocationsrequest.md @@ -17,11 +17,11 @@ let value: GetBudgetAllocationsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-----------------\|:-----------------------------\|
\| budgetVersion.id \| `eq` \|
\| budgetItem.id \| `eq` \|
\| category.id \| `eq`, `ne` \|
\| subcategory.id \| `eq`, `ne` \|
\| generalLedger.id \| `eq`, `ne` \|
\| value \| `lt`, `le`, `gt`, `ge`, `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| category.id eq 'e9ee2669-65db-46f8-872c-dbafbf9b0e92' or value lt 1000 | -| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-----------------\|:-----------------------------\|
\| budgetVersion.id \| `eq` \|
\| budgetItem.id \| `eq` \|
\| category.id \| `eq`, `ne` \|
\| subcategory.id \| `eq`, `ne` \|
\| generalLedger.id \| `eq`, `ne` \|
\| value \| `lt`, `le`, `gt`, `ge`, `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| category.id eq 'e9ee2669-65db-46f8-872c-dbafbf9b0e92' or value lt 1000 | +| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getbudgetitemsrequest.md b/packages/typescript/docs/models/operations/getbudgetitemsrequest.md index 1d7c80e85..8cea907ea 100644 --- a/packages/typescript/docs/models/operations/getbudgetitemsrequest.md +++ b/packages/typescript/docs/models/operations/getbudgetitemsrequest.md @@ -16,11 +16,11 @@ let value: GetBudgetItemsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|:--------------------\|:-----------------------------------\|:----------------------------------------------------------------------------------------------------------------------------------------------\|
\| id \| `eq` \| \|
\| costType \| `eq`, `ne` \| \|
\| category.id \| `eq`, `ne` \| \|
\| category.name \| `eq`, `ne` \| \|
\| subCategory.id \| `eq`, `ne` \| \|
\| subCategory.name \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| vendor.id \| `eq`, `ne` \| \|
\| vendor.name \| `eq`, `ne` \| \|
\| date \| `gt`, `ge`, `lt`, `le` \| \|
\| customFields.{uuid} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| deleted \| `eq`, `ne` \| Budget items that are deleted are available for 3 months after deletion. After this, they are removed and no longer appear in search results. \|

The following logical operators are supported for combining filters:
* and
* or
| category.name eq 'Accommodation' and status ne 'Estimated' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|:--------------------\|:-----------------------------------\|:----------------------------------------------------------------------------------------------------------------------------------------------\|
\| id \| `eq` \| \|
\| costType \| `eq`, `ne` \| \|
\| category.id \| `eq`, `ne` \| \|
\| category.name \| `eq`, `ne` \| \|
\| subCategory.id \| `eq`, `ne` \| \|
\| subCategory.name \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| vendor.id \| `eq`, `ne` \| \|
\| vendor.name \| `eq`, `ne` \| \|
\| date \| `gt`, `ge`, `lt`, `le` \| \|
\| customFields.{uuid} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| deleted \| `eq`, `ne` \| Budget items that are deleted are available for 3 months after deletion. After this, they are removed and no longer appear in search results. \|

The following logical operators are supported for combining filters:
* and
* or
| category.name eq 'Accommodation' and status ne 'Estimated' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getcardsrequest.md b/packages/typescript/docs/models/operations/getcardsrequest.md index 6d091f40f..aaa09e9ed 100644 --- a/packages/typescript/docs/models/operations/getcardsrequest.md +++ b/packages/typescript/docs/models/operations/getcardsrequest.md @@ -13,8 +13,8 @@ let value: GetCardsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:---------\|:----------\|
\| event.id \| `eq` \|
| event.id eq 'E05029A8-39F5-49DF-8450-2EB41B302421' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:---------\|:----------\|
\| event.id \| `eq` \|
| event.id eq 'E05029A8-39F5-49DF-8450-2EB41B302421' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getcardtransactionsrequest.md b/packages/typescript/docs/models/operations/getcardtransactionsrequest.md index eeeb8f9ad..ddd1bf0d3 100644 --- a/packages/typescript/docs/models/operations/getcardtransactionsrequest.md +++ b/packages/typescript/docs/models/operations/getcardtransactionsrequest.md @@ -16,10 +16,10 @@ let value: GetCardTransactionsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-------------------------------\|:-----------------------\|
\| event.id \| `eq` \|
\| type \| `eq`, `ne` \|
\| status \| `eq`, `ne` \|
\| fromDate \| `gt`, `ge` \|
\| toDate \| `lt`, `le` \|
\| reconciliations.reconciledDate \| `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| event.id eq 'E05029A8-39F5-49DF-8450-2EB41B302421' and type ne 'Virtual' and status eq 'Active' or status eq 'Inactive' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:-------------------------------\|:-----------------------\|
\| event.id \| `eq` \|
\| type \| `eq`, `ne` \|
\| status \| `eq`, `ne` \|
\| fromDate \| `gt`, `ge` \|
\| toDate \| `lt`, `le` \|
\| reconciliations.reconciledDate \| `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| event.id eq 'E05029A8-39F5-49DF-8450-2EB41B302421' and type ne 'Virtual' and status eq 'Active' or status eq 'Inactive' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getcurrencyconversionraterequest.md b/packages/typescript/docs/models/operations/getcurrencyconversionraterequest.md index 154989dce..eabba1487 100644 --- a/packages/typescript/docs/models/operations/getcurrencyconversionraterequest.md +++ b/packages/typescript/docs/models/operations/getcurrencyconversionraterequest.md @@ -16,11 +16,11 @@ let value: GetCurrencyConversionRateRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `currency` | *string* | :heavy_check_mark: | The ISO 4217 standard format currency code. | USD | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:----------\|:-----------------------------\|
\| id \| `eq` \|
\| startDate \| `gt`, `ge`, `lt`, `le`, `eq` \|
\| endDate \| `gt`, `ge`, `lt`, `le`, `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| startDate eq '2020-02-07' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `currency` | *string* | :heavy_check_mark: | The ISO 4217 standard format currency code. | USD | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:----------\|:-----------------------------\|
\| id \| `eq` \|
\| startDate \| `gt`, `ge`, `lt`, `le`, `eq` \|
\| endDate \| `gt`, `ge`, `lt`, `le`, `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| startDate eq '2020-02-07' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/geteventbudgettotalsrequest.md b/packages/typescript/docs/models/operations/geteventbudgettotalsrequest.md index 8bae2520a..1f9d8c758 100644 --- a/packages/typescript/docs/models/operations/geteventbudgettotalsrequest.md +++ b/packages/typescript/docs/models/operations/geteventbudgettotalsrequest.md @@ -17,11 +17,11 @@ let value: GetEventBudgetTotalsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:----------------\|:-----------\|
\| version.id \| `eq` \|
\| version.name \| `eq` \|
\| version.default \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| version.name eq 'Test version' and version.id eq '1b3a755a-d440-498d-baab-30f45dae3cf5' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|:----------------\|:-----------\|
\| version.id \| `eq` \|
\| version.name \| `eq` \|
\| version.default \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| version.name eq 'Test version' and version.id eq '1b3a755a-d440-498d-baab-30f45dae3cf5' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/geteventfeaturesrequest.md b/packages/typescript/docs/models/operations/geteventfeaturesrequest.md index 08d89a334..e93274ae9 100644 --- a/packages/typescript/docs/models/operations/geteventfeaturesrequest.md +++ b/packages/typescript/docs/models/operations/geteventfeaturesrequest.md @@ -15,10 +15,10 @@ let value: GetEventFeaturesRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `locale` | *string* | :heavy_minus_sign: | Locale code in IETF Language tag format. Indicates desired locale of return values. | en-US | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------\|-----------\|
\| enabled \| `eq` \|
| enabled eq 'true' | -| `id` | *string* | :heavy_check_mark: | Unique Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `locale` | *string* | :heavy_minus_sign: | Locale code in IETF Language tag format. Indicates desired locale of return values. | en-US | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------\|-----------\|
\| enabled \| `eq` \|
| enabled eq 'true' | +| `id` | *string* | :heavy_check_mark: | Unique Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/geteventsurveyrespondentsrequest.md b/packages/typescript/docs/models/operations/geteventsurveyrespondentsrequest.md index 0cad101f0..5df99a558 100644 --- a/packages/typescript/docs/models/operations/geteventsurveyrespondentsrequest.md +++ b/packages/typescript/docs/models/operations/geteventsurveyrespondentsrequest.md @@ -17,12 +17,12 @@ let value: GetEventSurveyRespondentsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `surveyId` | *string* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `surveyId` | *string* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/geteventsurveyresponsesrequest.md b/packages/typescript/docs/models/operations/geteventsurveyresponsesrequest.md index 63755256b..530a47f3f 100644 --- a/packages/typescript/docs/models/operations/geteventsurveyresponsesrequest.md +++ b/packages/typescript/docs/models/operations/geteventsurveyresponsesrequest.md @@ -17,12 +17,12 @@ let value: GetEventSurveyResponsesRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------------\|-------------\|
\| id \| `eq`, `ne` \|
\| respondent.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | -| `id` | *string* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `surveyId` | *string* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------------\|-------------\|
\| id \| `eq`, `ne` \|
\| respondent.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | +| `id` | *string* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `surveyId` | *string* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/geteventsurveysrequest.md b/packages/typescript/docs/models/operations/geteventsurveysrequest.md index 60c10aa6a..c911faaf3 100644 --- a/packages/typescript/docs/models/operations/geteventsurveysrequest.md +++ b/packages/typescript/docs/models/operations/geteventsurveysrequest.md @@ -17,11 +17,11 @@ let value: GetEventSurveysRequest = { ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|----------\|-------------\|--------------------------------\|
\| id \| `eq`, `ne` \| chapter ID of the event survey \|
\| type \| `eq`, `ne` \| \|
\| sessions \| `eq`, `ne` \| \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and type eq 'Session Feedback' and sessions eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or sessions eq '05ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | -| `id` | *string* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|----------\|-------------\|--------------------------------\|
\| id \| `eq`, `ne` \| chapter ID of the event survey \|
\| type \| `eq`, `ne` \| \|
\| sessions \| `eq`, `ne` \| \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and type eq 'Session Feedback' and sessions eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or sessions eq '05ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | +| `id` | *string* | :heavy_check_mark: | Id of an event | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/gethotelrequestsrequest.md b/packages/typescript/docs/models/operations/gethotelrequestsrequest.md index e72afcd2a..d427ec03d 100644 --- a/packages/typescript/docs/models/operations/gethotelrequestsrequest.md +++ b/packages/typescript/docs/models/operations/gethotelrequestsrequest.md @@ -22,13 +22,13 @@ let value: GetHotelRequestsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `expand` | [components.ExpandHotelRequestQuestionAnswer](../../models/components/expandhotelrequestquestionanswer.md)[] | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* hotelRequestDetails.hotelRequestAnswers.question (List Event Questions)
| hotelRequestDetails.hotelRequestAnswers.question | -| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* hotelRequestDetails.requesterFirstName
* hotelRequestDetails.requesterLastName
* hotelRequestDetails.lastModified
| hotelRequestDetails.requesterFirstName:DESC,hotelRequestDetails.requesterLastName:ASC | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `expand` | [components.ExpandHotelRequestQuestionAnswer](../../models/components/expandhotelrequestquestionanswer.md)[] | :heavy_minus_sign: | A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.

The following fields are expandable:
* hotelRequestDetails.hotelRequestAnswers.question (List Event Questions)
| hotelRequestDetails.hotelRequestAnswers.question | +| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* hotelRequestDetails.requesterFirstName
* hotelRequestDetails.requesterLastName
* hotelRequestDetails.lastModified
| hotelRequestDetails.requesterFirstName:DESC,hotelRequestDetails.requesterLastName:ASC | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/gethousingreservationrequestsrequest.md b/packages/typescript/docs/models/operations/gethousingreservationrequestsrequest.md index 6089ec0b0..886698ffa 100644 --- a/packages/typescript/docs/models/operations/gethousingreservationrequestsrequest.md +++ b/packages/typescript/docs/models/operations/gethousingreservationrequestsrequest.md @@ -17,11 +17,11 @@ let value: GetHousingReservationRequestsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | -| `id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------------\|
\| attendee.id \| `eq`, `ne` \| Limit: 17 fields can be passed in a filter \|

The following logical operators are supported for combining filters:
* or
| (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') | +| `id` | *string* | :heavy_check_mark: | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/gethubmembersrequest.md b/packages/typescript/docs/models/operations/gethubmembersrequest.md index f89379b5b..0265fc155 100644 --- a/packages/typescript/docs/models/operations/gethubmembersrequest.md +++ b/packages/typescript/docs/models/operations/gethubmembersrequest.md @@ -15,10 +15,10 @@ let value: GetHubMembersRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `hubId` | *string* | :heavy_check_mark: | The identifier of an Events+ Hub | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------------\|------------\|
\| firstName \| `contains` \|
\| lastName \| `contains` \|
\| emailAddress \| `contains` \|
\| jobTitle \| `contains` \|
\| companyName \| `contains` \|
\| designation \| `contains` \|
\| workAddress.city \| `contains` \|
\| workAddress.state \| `contains` \|
\| workAddress.country \| `contains` \|

Limit for the number of fields that can be passed in a filter is 35.

The following logical operators are supported for combining filters:
* and
* or
| (firstName contains 'tim') and (lastName contains 'wood') | -| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* firstName (member first name)
* lastName (member last name)
* emailAddress (member email address)
* jobTitle (member job title)
* designation (Designation of member)
* workAddress.city (Work City of member)
* workAddress.state (Work State of member)
* workAddress.country (Work Country of member)
* companyName (member company)
* registrationDate (member registration date)
* lastLoginDate (member last login date)
| firstName:ASC,lastName:ASC | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `hubId` | *string* | :heavy_check_mark: | The identifier of an Events+ Hub | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------------\|------------\|
\| firstName \| `contains` \|
\| lastName \| `contains` \|
\| emailAddress \| `contains` \|
\| jobTitle \| `contains` \|
\| companyName \| `contains` \|
\| designation \| `contains` \|
\| workAddress.city \| `contains` \|
\| workAddress.state \| `contains` \|
\| workAddress.country \| `contains` \|

Limit for the number of fields that can be passed in a filter is 35.

The following logical operators are supported for combining filters:
* and
* or
| (firstName contains 'tim') and (lastName contains 'wood') | +| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* firstName (member first name)
* lastName (member last name)
* emailAddress (member email address)
* jobTitle (member job title)
* designation (Designation of member)
* workAddress.city (Work City of member)
* workAddress.state (Work State of member)
* workAddress.country (Work Country of member)
* companyName (member company)
* registrationDate (member registration date)
* lastLoginDate (member last login date)
| firstName:ASC,lastName:ASC | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getlargechoicesrequest.md b/packages/typescript/docs/models/operations/getlargechoicesrequest.md index 9449e4464..acb1412cc 100644 --- a/packages/typescript/docs/models/operations/getlargechoicesrequest.md +++ b/packages/typescript/docs/models/operations/getlargechoicesrequest.md @@ -13,8 +13,8 @@ let value: GetLargeChoicesRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------\|-------------\|
\| id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------\|-------------\|
\| id \| `eq`, `ne` \|
\| question.id \| `eq`, `ne` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getorderitemsrequest.md b/packages/typescript/docs/models/operations/getorderitemsrequest.md index 5d58c0445..364271830 100644 --- a/packages/typescript/docs/models/operations/getorderitemsrequest.md +++ b/packages/typescript/docs/models/operations/getorderitemsrequest.md @@ -17,12 +17,12 @@ let value: GetOrderItemsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| order.id \| `eq`, `ne` \|
\| product.id \| `eq`, `ne` \|
\| product.type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (product.id eq '65322e75-076f-4070-a6e6-3315c581728d' OR product.id eq 'e1874067-a5ed-4111-ac8a-63de9aa18929') | -| `deleted` | *boolean* | :heavy_minus_sign: | This sets whether or not to fetch deleted order items in the response. If set to true, the response will include records for the deleted order items.
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| order.id \| `eq`, `ne` \|
\| product.id \| `eq`, `ne` \|
\| product.type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (product.id eq '65322e75-076f-4070-a6e6-3315c581728d' OR product.id eq 'e1874067-a5ed-4111-ac8a-63de9aa18929') | +| `deleted` | *boolean* | :heavy_minus_sign: | This sets whether or not to fetch deleted order items in the response. If set to true, the response will include records for the deleted order items.
| | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getordersrequest.md b/packages/typescript/docs/models/operations/getordersrequest.md index 9e34406e5..116f1c225 100644 --- a/packages/typescript/docs/models/operations/getordersrequest.md +++ b/packages/typescript/docs/models/operations/getordersrequest.md @@ -17,12 +17,12 @@ let value: GetOrdersRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (type eq 'Online Charge' OR type eq 'Online Refund') | -| `deleted` | *boolean* | :heavy_minus_sign: | This sets whether or not to fetch deleted orders in the response. If set to true, the response will include records for the deleted orders.
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (type eq 'Online Charge' OR type eq 'Online Refund') | +| `deleted` | *boolean* | :heavy_minus_sign: | This sets whether or not to fetch deleted orders in the response. If set to true, the response will include records for the deleted orders.
| | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getpaymentsrequest.md b/packages/typescript/docs/models/operations/getpaymentsrequest.md index 607186a95..fdfb78875 100644 --- a/packages/typescript/docs/models/operations/getpaymentsrequest.md +++ b/packages/typescript/docs/models/operations/getpaymentsrequest.md @@ -17,11 +17,11 @@ let value: GetPaymentsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|:-----------------\|:-----------------------\|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\|
\| budgetItem.id \| `eq` \| \|
\| id \| `eq` \| \|
\| budgetVersion.id \| `eq` \| \|
\| lastModified \| `gt`, `ge`, `lt`, `le` \| `lastModified` refers to the date the associated budget item was last modified. Filtering by `lastModified` returns payments linked to budget items modified within the specified date range. \|

The following logical operators are supported for combining filters:
* and
* or
| budgetItem.id eq '2c3a755a-d440-498d-baab-30f45dae3cf5' or id eq '1b3a755a-d440-498d-baab-30f45dae3cf5' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|:-----------------\|:-----------------------\|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\|
\| budgetItem.id \| `eq` \| \|
\| id \| `eq` \| \|
\| budgetVersion.id \| `eq` \| \|
\| lastModified \| `gt`, `ge`, `lt`, `le` \| `lastModified` refers to the date the associated budget item was last modified. Filtering by `lastModified` returns payments linked to budget items modified within the specified date range. \|

The following logical operators are supported for combining filters:
* and
* or
| budgetItem.id eq '2c3a755a-d440-498d-baab-30f45dae3cf5' or id eq '1b3a755a-d440-498d-baab-30f45dae3cf5' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getquestionsrequest.md b/packages/typescript/docs/models/operations/getquestionsrequest.md index 3e6904ac9..b98cb2f9b 100644 --- a/packages/typescript/docs/models/operations/getquestionsrequest.md +++ b/packages/typescript/docs/models/operations/getquestionsrequest.md @@ -15,10 +15,10 @@ let value: GetQuestionsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| survey.id \| `eq`, `ne` \|
\| code \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| chapter.id \| `eq`, `ne` \|
\| maxScore \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| survey.id \| `eq`, `ne` \|
\| code \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| chapter.id \| `eq`, `ne` \|
\| maxScore \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getrespondentsrequest.md b/packages/typescript/docs/models/operations/getrespondentsrequest.md index eb9c662b4..68e096f6e 100644 --- a/packages/typescript/docs/models/operations/getrespondentsrequest.md +++ b/packages/typescript/docs/models/operations/getrespondentsrequest.md @@ -15,10 +15,10 @@ let value: GetRespondentsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-----------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| survey.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| responseCode \| `eq`, `ne` \|
\| score \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
\| chapters.score \| `eq`, `gt`, `ge`, `lt`, `le` \|
\| chapters.evaluationResult \| `eq` \|
\| chapters.status \| `eq` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-----------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| survey.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| responseCode \| `eq`, `ne` \|
\| score \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
\| chapters.score \| `eq`, `gt`, `ge`, `lt`, `le` \|
\| chapters.evaluationResult \| `eq` \|
\| chapters.status \| `eq` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getresponsesrequest.md b/packages/typescript/docs/models/operations/getresponsesrequest.md index f12d0d62c..8115475b9 100644 --- a/packages/typescript/docs/models/operations/getresponsesrequest.md +++ b/packages/typescript/docs/models/operations/getresponsesrequest.md @@ -16,10 +16,10 @@ let value: GetResponsesRequest = { ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|---------------\|-------------\|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\|
\| id \| `eq`, `ne` \| \|
\| survey.id \| `eq` \| Use only survey.id to get responses for all questions in the survey. \|
\| respondent.id \| `eq`, `ne` \| Use only respondent.id to get responses for specific respondents. \|
\| event.id \| `eq` \| \|
\| session.id \| `eq` \| \|
\| question.id \| `eq` \| Use only question.id to get responses for specific questions, which may belong to one or more surveys. question.id can be combined with other fields by 'and' operator only. \|
\| chapter.id \| `eq` \| Use only chapter.id to get responses for all questions in the chapter of a particular survey. \|
\| attempt \| `eq` \| \|

The following logical operators are supported for combining filters:
* `and`
* `or`

**Usage:**
1. chapter.id and survey.id cannot be used in combination with any other fields.
2. Multiple chapter.id or survey.id values must be separated by `or` (not `and`). Example: `filter=chapter.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or chapter.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1'`
3. question.id can be combined with other fields using `and` operator only.
| question.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or question.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|---------------\|-------------\|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\|
\| id \| `eq`, `ne` \| \|
\| survey.id \| `eq` \| Use only survey.id to get responses for all questions in the survey. \|
\| respondent.id \| `eq`, `ne` \| Use only respondent.id to get responses for specific respondents. \|
\| event.id \| `eq` \| \|
\| session.id \| `eq` \| \|
\| question.id \| `eq` \| Use only question.id to get responses for specific questions, which may belong to one or more surveys. question.id can be combined with other fields by 'and' operator only. \|
\| chapter.id \| `eq` \| Use only chapter.id to get responses for all questions in the chapter of a particular survey. \|
\| attempt \| `eq` \| \|

The following logical operators are supported for combining filters:
* `and`
* `or`

**Usage:**
1. chapter.id and survey.id cannot be used in combination with any other fields.
2. Multiple chapter.id or survey.id values must be separated by `or` (not `and`). Example: `filter=chapter.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or chapter.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1'`
3. question.id can be combined with other fields using `and` operator only.
| question.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or question.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getstandardsurveyrespondentsrequest.md b/packages/typescript/docs/models/operations/getstandardsurveyrespondentsrequest.md index cbb23324d..07eb4858e 100644 --- a/packages/typescript/docs/models/operations/getstandardsurveyrespondentsrequest.md +++ b/packages/typescript/docs/models/operations/getstandardsurveyrespondentsrequest.md @@ -16,11 +16,11 @@ let value: GetStandardSurveyRespondentsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `surveyId` | *string* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `surveyId` | *string* | :heavy_check_mark: | Id of a survey or Id of a chapter in event survey | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getstandardsurveyresponsesrequest.md b/packages/typescript/docs/models/operations/getstandardsurveyresponsesrequest.md index 13235966d..a3043bdc9 100644 --- a/packages/typescript/docs/models/operations/getstandardsurveyresponsesrequest.md +++ b/packages/typescript/docs/models/operations/getstandardsurveyresponsesrequest.md @@ -16,10 +16,10 @@ let value: GetStandardSurveyResponsesRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Max # Fields You Can Pass In Filter \| Usage \|
\|---------------\|-----------\|-------------------------------------\|---------------------------------------------------------------------------------------------------------------------\|
\| survey.id \| `eq` \| 1 \| Use only survey.id to get responses for all questions in the survey. \|
\| question.id \| `eq` \| 100 \| Use only question.id to get responses for specific questions, which may belong to different surveys or same survey. \|
\| respondent.id \| `eq` \| 100 \| Use only respondent.id to get responses for specific respondents. \|

The following logical operators are supported for combining filters:
* `and`
* `or`

**Usage:**
* question.id can be combined with respondent.id using `and` operator only.
* Multiple question.id/respondent.id values must be separated by `or`.
| question.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or question.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Max # Fields You Can Pass In Filter \| Usage \|
\|---------------\|-----------\|-------------------------------------\|---------------------------------------------------------------------------------------------------------------------\|
\| survey.id \| `eq` \| 1 \| Use only survey.id to get responses for all questions in the survey. \|
\| question.id \| `eq` \| 100 \| Use only question.id to get responses for specific questions, which may belong to different surveys or same survey. \|
\| respondent.id \| `eq` \| 100 \| Use only respondent.id to get responses for specific respondents. \|

The following logical operators are supported for combining filters:
* `and`
* `or`

**Usage:**
* question.id can be combined with respondent.id using `and` operator only.
* Multiple question.id/respondent.id values must be separated by `or`.
| question.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or question.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getstandardsurveysrequest.md b/packages/typescript/docs/models/operations/getstandardsurveysrequest.md index c3c08ca5a..5855f13c4 100644 --- a/packages/typescript/docs/models/operations/getstandardsurveysrequest.md +++ b/packages/typescript/docs/models/operations/getstandardsurveysrequest.md @@ -16,10 +16,10 @@ let value: GetStandardSurveysRequest = { ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------\|------------------------------------\|
\| status \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
\| title \| `eq`, `ne` \|
\| code \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| status eq 'active' and created gt '2020-12-12T11:30:37.909Z' and title eq 'Survey Demo' and code ne 'NFWHF5DW46A' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|---------\|------------------------------------\|
\| status \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `gt`, `ge`, `lt`, `le` \|
\| title \| `eq`, `ne` \|
\| code \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| status eq 'active' and created gt '2020-12-12T11:30:37.909Z' and title eq 'Survey Demo' and code ne 'NFWHF5DW46A' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getsurveyrequest.md b/packages/typescript/docs/models/operations/getsurveyrequest.md index f42f71dc9..7ade4ad94 100644 --- a/packages/typescript/docs/models/operations/getsurveyrequest.md +++ b/packages/typescript/docs/models/operations/getsurveyrequest.md @@ -16,10 +16,10 @@ let value: GetSurveyRequest = { ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and type eq 'Standalone' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-------------\|
\| id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* `and`
* `or`
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and type eq 'Standalone' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/gettransactionitemsrequest.md b/packages/typescript/docs/models/operations/gettransactionitemsrequest.md index 5694cb7f5..f624b3367 100644 --- a/packages/typescript/docs/models/operations/gettransactionitemsrequest.md +++ b/packages/typescript/docs/models/operations/gettransactionitemsrequest.md @@ -17,11 +17,11 @@ let value: GetTransactionItemsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| transaction.id \| `eq`, `ne` \|
\| transaction.processorTransactionId \| `eq`, `ne` \|
\| uniqueId \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (transaction.id eq '82da8c60-24f4-47d0-b6e2-429b18a4bb7c' OR transaction.id eq '034bb884-05de-4818-b9f9-5144495d5495') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| transaction.id \| `eq`, `ne` \|
\| transaction.processorTransactionId \| `eq`, `ne` \|
\| uniqueId \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (transaction.id eq '82da8c60-24f4-47d0-b6e2-429b18a4bb7c' OR transaction.id eq '034bb884-05de-4818-b9f9-5144495d5495') | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/gettransactionsrequest.md b/packages/typescript/docs/models/operations/gettransactionsrequest.md index 276ccbe4c..91ef6d628 100644 --- a/packages/typescript/docs/models/operations/gettransactionsrequest.md +++ b/packages/typescript/docs/models/operations/gettransactionsrequest.md @@ -17,11 +17,11 @@ let value: GetTransactionsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| processorTransactionId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| success \| `eq`, `ne` \|
\| paymentType \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq 'f4af0b94-4427-46f8-bea0-b06af2a0af80' AND (paymentType eq 'Online Charge' OR paymentType eq 'Online Refund') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `id` | *string* | :heavy_check_mark: | Unique ID of an Event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| processorTransactionId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| success \| `eq`, `ne` \|
\| paymentType \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| attendee.id eq 'f4af0b94-4427-46f8-bea0-b06af2a0af80' AND (paymentType eq 'Online Charge' OR paymentType eq 'Online Refund') | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/getvideoviewsrequest.md b/packages/typescript/docs/models/operations/getvideoviewsrequest.md index e37d4b34f..c92b98199 100644 --- a/packages/typescript/docs/models/operations/getvideoviewsrequest.md +++ b/packages/typescript/docs/models/operations/getvideoviewsrequest.md @@ -16,10 +16,10 @@ let value: GetVideoViewsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------------\|-----------\|------------\|
\| contact.id \| `eq` \| \|
\| solution \| `eq` \| \|
\| device.type \| `eq` \| deprecated \|
\| device.operatingSystem \| `eq` \| deprecated \|
\| video.id \| `eq` \| \|
\| type \| `eq` \| \|

The filter query supports maximum three fields in a filter expression.

The following logical operators are supported for combining filters:
* and
| contact.id eq '123e4567-e89b-12d3-a456-426614174000' and solution eq 'EVENTS_PLUS' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------------\|-----------\|------------\|
\| contact.id \| `eq` \| \|
\| solution \| `eq` \| \|
\| device.type \| `eq` \| deprecated \|
\| device.operatingSystem \| `eq` \| deprecated \|
\| video.id \| `eq` \| \|
\| type \| `eq` \| \|

The filter query supports maximum three fields in a filter expression.

The following logical operators are supported for combining filters:
* and
| contact.id eq '123e4567-e89b-12d3-a456-426614174000' and solution eq 'EVENTS_PLUS' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listassociatedaudiencesegmentsrequest.md b/packages/typescript/docs/models/operations/listassociatedaudiencesegmentsrequest.md index 1b0d8f34b..59e74bb37 100644 --- a/packages/typescript/docs/models/operations/listassociatedaudiencesegmentsrequest.md +++ b/packages/typescript/docs/models/operations/listassociatedaudiencesegmentsrequest.md @@ -16,9 +16,9 @@ let value: ListAssociatedAudienceSegmentsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `attendeeId` | *string* | :heavy_check_mark: | ID of an attendee. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | [components.Filter](../../models/components/filter.md) | :heavy_check_mark: | Use the filter property in the request body to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| segment.id \| `eq`, `in` \|

No logical operators are supported.
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `attendeeId` | *string* | :heavy_check_mark: | ID of an attendee. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | [components.Filter](../../models/components/filter.md) | :heavy_check_mark: | Use the filter property in the request body to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| segment.id \| `eq`, `in` \|

No logical operators are supported.
| | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listattendeeactivitiesrequest.md b/packages/typescript/docs/models/operations/listattendeeactivitiesrequest.md index 2741273b0..6eca2d220 100644 --- a/packages/typescript/docs/models/operations/listattendeeactivitiesrequest.md +++ b/packages/typescript/docs/models/operations/listattendeeactivitiesrequest.md @@ -16,10 +16,10 @@ let value: ListAttendeeActivitiesRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|----------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| event.id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| exhibitor.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| appointment.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| data.id \| `eq`, `ne` \|
\| name \| `eq`, `ne` \|
\| externalActivityDate \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| time \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| type eq 'event.registered' or type eq 'session.enrolled' and (attendee.id eq 'uuid1' or attendee.id eq 'uuid2') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|----------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| event.id \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| exhibitor.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne` \|
\| appointment.id \| `eq`, `ne` \|
\| speaker.id \| `eq`, `ne` \|
\| data.id \| `eq`, `ne` \|
\| name \| `eq`, `ne` \|
\| externalActivityDate \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| time \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| type eq 'event.registered' or type eq 'session.enrolled' and (attendee.id eq 'uuid1' or attendee.id eq 'uuid2') | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listattendeeaudiencesegmentsrequest.md b/packages/typescript/docs/models/operations/listattendeeaudiencesegmentsrequest.md index d9a7b1502..a73486499 100644 --- a/packages/typescript/docs/models/operations/listattendeeaudiencesegmentsrequest.md +++ b/packages/typescript/docs/models/operations/listattendeeaudiencesegmentsrequest.md @@ -14,9 +14,9 @@ let value: ListAttendeeAudienceSegmentsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `attendeeId` | *string* | :heavy_check_mark: | ID of an attendee. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| segment.id \| `eq`, `in` \|

No logical operators are supported.
| segment.id eq '313097a4-143d-11e5-9f99-d0a637ee0897' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `attendeeId` | *string* | :heavy_check_mark: | ID of an attendee. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| segment.id \| `eq`, `in` \|

No logical operators are supported.
| segment.id eq '313097a4-143d-11e5-9f99-d0a637ee0897' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listattendeelinksrequest.md b/packages/typescript/docs/models/operations/listattendeelinksrequest.md index 38ad0eae3..6b4b43a69 100644 --- a/packages/typescript/docs/models/operations/listattendeelinksrequest.md +++ b/packages/typescript/docs/models/operations/listattendeelinksrequest.md @@ -16,10 +16,10 @@ let value: ListAttendeeLinksRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| id \| `eq`, `ne` \|
\| sourceId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| webcast.id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and event.id eq '55ca6645-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| id \| `eq`, `ne` \|
\| sourceId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| webcast.id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and event.id eq '55ca6645-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listattendeesrequest.md b/packages/typescript/docs/models/operations/listattendeesrequest.md index 69a79913a..77e1e7aa8 100644 --- a/packages/typescript/docs/models/operations/listattendeesrequest.md +++ b/packages/typescript/docs/models/operations/listattendeesrequest.md @@ -21,13 +21,13 @@ let value: ListAttendeesRequest = { ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `expand` | [components.Expand](../../models/components/expand.md)[] | :heavy_minus_sign: | This endpoint allows you to request additional information as an expanded response using the expand query parameter.
The expanded entity is retrieved and displayed inline for each specified expand value.

An object contains the ID of a related object in its response properties. You can expand these objects,
along with others, in line using the expand query parameter.

You can expand multiple objects at the same time by identifying multiple items in the expand array.

The respective scopes for each expansion are required.

The following fields are expandable:
* answers.question
* **Scope**: event/events:read
* **Reference**: List Event Questions
* registrationType
* **Scope**: event/registration-types:read
* **Reference**: List Registration Types
| [
"answers.question",
"registrationType"
] | -| `sort` | *string* | :heavy_minus_sign: | The `sort` query parameter sorts items in the list of results and organizes them according to your preference.
There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* contact.firstName
* contact.lastName
* contact.title
* contact.company
* registeredAt
* checkIn
| contact.company:DESC,contact.title:ASC | -| `includeDeletedGuests` | *boolean* | :heavy_minus_sign: | True indicates the request should include deleted guests in the response. By default, deleted guests are excluded.
The `deletedGuest` filter has no effect unless this parameter is `true`.
| | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------\|
\| event.id \| `eq`, `ne` \| \|
\| id \| `eq`, `ne` \| \|
\| confirmationNumber \| `eq`, `ne` \| \|
\| checkedIn \| `eq`, `ne` \| \|
\| checkIn \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| checkOut \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| registrationPath.id \| `eq`, `ne` \| \|
\| invitationList.id \| `eq`, `ne` \| \|
\| registrationType.id \| `eq`, `ne`, `is null`, `is not null`, `is empty`, `is not empty` \| \|
\| referenceId \| `eq`, `ne` \| \|
\| externalReference.type \| `eq` \| \|
\| externalReference.id \| `eq` \| \|
\| externalReference.referenceId \| `eq` \| \|
\| note \| `eq`, `ne` \| \|
\| guest \| `eq`, `ne` \| \|
\| group.leader \| `eq`, `ne` \| \|
\| group.id \| `eq`, `ne` \| \|
\| unsubscribed \| `eq`, `ne` \| **DEPRECATED**: Please use PUT /attendees/{id}/email-subscriptions instead \|
\| registeredAt \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| registrationLastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| invitedBy \| `eq`, `ne` \| \|
\| responseMethod \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| Will be updated when any field in the response has changed. Used by the 'before' and 'after' filters. \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| contact.id \| `eq`, `ne` \| \|
\| visibility \| `eq`, `ne` \| \|
\| contact.title \| `eq`, `ne`, `sw` \| \|
\| contact.company \| `eq`, `ne`, `sw` \| \|
\| contact.firstName \| `eq`, `ne`, `sw` \| \|
\| contact.lastName \| `eq`, `ne`, `sw` \| \|
\| answers.question.{question id} \| `eq`, `ne` \| \|
\| contact.email \| `eq`, `ne`, `sw` \| \|
\| attendeeLastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| Will be updated only when some field other than contact.* has changed. Not used by the 'before' and 'after' filters. \|
\| appointmentGroup.id \| `eq`, `ne` \| \|
\| contact.deleted \| `eq`, `ne` \| \|
\| primaryId \| `eq`, `ne` \| \|
\| deletedGuest \| `eq`, `ne` \| Filter returns guests marked as deleted. This filter works only when the query parameter `includeDeletedGuests` is `true`. \|
| contact.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or checkedIn eq 'true' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `expand` | [components.Expand](../../models/components/expand.md)[] | :heavy_minus_sign: | This endpoint allows you to request additional information as an expanded response using the expand query parameter.
The expanded entity is retrieved and displayed inline for each specified expand value.

An object contains the ID of a related object in its response properties. You can expand these objects,
along with others, in line using the expand query parameter.

You can expand multiple objects at the same time by identifying multiple items in the expand array.

The respective scopes for each expansion are required.

The following fields are expandable:
* answers.question
* **Scope**: event/events:read
* **Reference**: List Event Questions
* registrationType
* **Scope**: event/registration-types:read
* **Reference**: List Registration Types
| [
"answers.question",
"registrationType"
] | +| `sort` | *string* | :heavy_minus_sign: | The `sort` query parameter sorts items in the list of results and organizes them according to your preference.
There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* contact.firstName
* contact.lastName
* contact.title
* contact.company
* registeredAt
* checkIn
| contact.company:DESC,contact.title:ASC | +| `includeDeletedGuests` | *boolean* | :heavy_minus_sign: | True indicates the request should include deleted guests in the response. By default, deleted guests are excluded.
The `deletedGuest` filter has no effect unless this parameter is `true`.
| | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------\|
\| event.id \| `eq`, `ne` \| \|
\| id \| `eq`, `ne` \| \|
\| confirmationNumber \| `eq`, `ne` \| \|
\| checkedIn \| `eq`, `ne` \| \|
\| checkIn \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| checkOut \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| registrationPath.id \| `eq`, `ne` \| \|
\| invitationList.id \| `eq`, `ne` \| \|
\| registrationType.id \| `eq`, `ne`, `is null`, `is not null`, `is empty`, `is not empty` \| \|
\| referenceId \| `eq`, `ne` \| \|
\| externalReference.type \| `eq` \| \|
\| externalReference.id \| `eq` \| \|
\| externalReference.referenceId \| `eq` \| \|
\| note \| `eq`, `ne` \| \|
\| guest \| `eq`, `ne` \| \|
\| group.leader \| `eq`, `ne` \| \|
\| group.id \| `eq`, `ne` \| \|
\| unsubscribed \| `eq`, `ne` \| **DEPRECATED**: Please use PUT /attendees/{id}/email-subscriptions instead \|
\| registeredAt \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| registrationLastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| invitedBy \| `eq`, `ne` \| \|
\| responseMethod \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| Will be updated when any field in the response has changed. Used by the 'before' and 'after' filters. \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| contact.id \| `eq`, `ne` \| \|
\| visibility \| `eq`, `ne` \| \|
\| contact.title \| `eq`, `ne`, `sw` \| \|
\| contact.company \| `eq`, `ne`, `sw` \| \|
\| contact.firstName \| `eq`, `ne`, `sw` \| \|
\| contact.lastName \| `eq`, `ne`, `sw` \| \|
\| answers.question.{question id} \| `eq`, `ne` \| \|
\| contact.email \| `eq`, `ne`, `sw` \| \|
\| attendeeLastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| Will be updated only when some field other than contact.* has changed. Not used by the 'before' and 'after' filters. \|
\| appointmentGroup.id \| `eq`, `ne` \| \|
\| contact.deleted \| `eq`, `ne` \| \|
\| primaryId \| `eq`, `ne` \| \|
\| deletedGuest \| `eq`, `ne` \| Filter returns guests marked as deleted. This filter works only when the query parameter `includeDeletedGuests` is `true`. \|
| contact.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or checkedIn eq 'true' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listaudiencesegmentspostfilterrequest.md b/packages/typescript/docs/models/operations/listaudiencesegmentspostfilterrequest.md index 95acbcc07..cc8f598eb 100644 --- a/packages/typescript/docs/models/operations/listaudiencesegmentspostfilterrequest.md +++ b/packages/typescript/docs/models/operations/listaudiencesegmentspostfilterrequest.md @@ -18,11 +18,11 @@ let value: ListAudienceSegmentsPostFilterRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts. By default, data is sorted by lastModified ASC.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* lastModified
* lastModifiedBy
* creationType
| lastModifiedBy:DESC | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `filter` | [components.Filter](../../models/components/filter.md) | :heavy_check_mark: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------------------------------------------------------\|
\| event.id \| `eq`, `in` \| Filters the list of all segments present in an event. \|
\| id \| `eq`, `in` \| \|
\| deleted \| `eq` \| \|
\| creationType \| `eq`, `in` \| \|

The following logical operators are supported for combining filters:
* and
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts. By default, data is sorted by lastModified ASC.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* lastModified
* lastModifiedBy
* creationType
| lastModifiedBy:DESC | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `filter` | [components.Filter](../../models/components/filter.md) | :heavy_check_mark: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------------------------------------------------------\|
\| event.id \| `eq`, `in` \| Filters the list of all segments present in an event. \|
\| id \| `eq`, `in` \| \|
\| deleted \| `eq` \| \|
\| creationType \| `eq`, `in` \| \|

The following logical operators are supported for combining filters:
* and
| | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listaudiencesegmentsrequest.md b/packages/typescript/docs/models/operations/listaudiencesegmentsrequest.md index 37cf3f445..fc4d97777 100644 --- a/packages/typescript/docs/models/operations/listaudiencesegmentsrequest.md +++ b/packages/typescript/docs/models/operations/listaudiencesegmentsrequest.md @@ -17,11 +17,11 @@ let value: ListAudienceSegmentsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts. By default, data is sorted by lastModified ASC.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* lastModified
* lastModifiedBy
* creationType
| lastModifiedBy:DESC | -| `filter` | *string* | :heavy_check_mark: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------------------------------------------------------\|
\| event.id \| `eq`, `in` \| Filters the list of all segments present in an event. \|
\| id \| `eq`, `in` \| \|
\| deleted \| `eq` \| \|
\| creationType \| `eq`, `in` \| \|

The following logical operators are supported for combining filters:
* and
| event.id eq '103097a4-143d-11e5-9f99-d0a637ee0032' and id in ('313097a4-143d-11e5-9f99-d0a637ee0897','423097a4-143d-11e5-9f99-d0a637ee0897') and deleted eq 'false' and creationType eq 'MANUAL' | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts. By default, data is sorted by lastModified ASC.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* lastModified
* lastModifiedBy
* creationType
| lastModifiedBy:DESC | +| `filter` | *string* | :heavy_check_mark: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------------------------------------------------------\|
\| event.id \| `eq`, `in` \| Filters the list of all segments present in an event. \|
\| id \| `eq`, `in` \| \|
\| deleted \| `eq` \| \|
\| creationType \| `eq`, `in` \| \|

The following logical operators are supported for combining filters:
* and
| event.id eq '103097a4-143d-11e5-9f99-d0a637ee0032' and id in ('313097a4-143d-11e5-9f99-d0a637ee0897','423097a4-143d-11e5-9f99-d0a637ee0897') and deleted eq 'false' and creationType eq 'MANUAL' | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listcontactgroupsrequest.md b/packages/typescript/docs/models/operations/listcontactgroupsrequest.md index 2e398fe85..cef90353c 100644 --- a/packages/typescript/docs/models/operations/listcontactgroupsrequest.md +++ b/packages/typescript/docs/models/operations/listcontactgroupsrequest.md @@ -15,10 +15,10 @@ let value: ListContactGroupsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------\|
\| name \| `eq`, `ne`, `sw`, `contains` \| \|
\| type \| `eq` \| Not supported with before or after parameters \|

The following logical operators are supported for combining filters:
* and
| name eq 'groupName' and type eq 'STANDARD' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------\|
\| name \| `eq`, `ne`, `sw`, `contains` \| \|
\| type \| `eq` \| Not supported with before or after parameters \|

The following logical operators are supported for combining filters:
* and
| name eq 'groupName' and type eq 'STANDARD' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listcontactsrequest.md b/packages/typescript/docs/models/operations/listcontactsrequest.md index 32c1a15e2..ddbc42987 100644 --- a/packages/typescript/docs/models/operations/listcontactsrequest.md +++ b/packages/typescript/docs/models/operations/listcontactsrequest.md @@ -15,11 +15,11 @@ let value: ListContactsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------\|
\| id \| `eq`, `ne` \| \|
\| sourceId \| `eq`, `ne` \| \|
\| firstName \| `eq`, `ne`, `contains`, `sw` \| \|
\| lastName \| `eq`, `ne`, `contains`, `sw` \| \|
\| email \| `eq`, `ne`, `contains`, `sw` \| \|
\| ccEmail \| `eq`, `ne` \| \|
\| company \| `eq`, `ne` \| \|
\| type.id \| `eq`, `ne` \| \|
\| nickname \| `eq`, `ne` \| \|
\| title \| `eq`, `ne` \| \|
\| workPhone \| `eq`, `ne` \| \|
\| middleName \| `eq`, `ne` \| \|
\| mobilePhone \| `eq`, `ne` \| \|
\| homeFax \| `eq`, `ne` \| \|
\| designation \| `eq`, `ne` \| \|
\| homePhone \| `eq`, `ne` \| \|
\| pager \| `eq`, `ne` \| \|
\| workFax \| `eq`, `ne` \| \|
\| lastModifiedBy \| `eq`, `ne` \| \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| createdBy \| `eq`, `ne` \| \|
\| workAddress.address1 \| `eq`, `ne` \| \|
\| workAddress.address2 \| `eq`, `ne` \| \|
\| workAddress.address3 \| `eq`, `ne` \| \|
\| workAddress.city \| `eq`, `ne` \| \|
\| workAddress.country \| `eq`, `ne` \| \|
\| homeAddress.address1 \| `eq`, `ne` \| \|
\| homeAddress.address2 \| `eq`, `ne` \| \|
\| homeAddress.address3 \| `eq`, `ne` \| \|
\| homeAddress.city \| `eq`, `ne` \| \|
\| homeAddress.country \| `eq`, `ne` \| \|
\| deleted \| `eq`, `ne` \| Filters for deleted contacts. To retrieve purged contacts, see the `includePurged` parameter. \|
\| customField.{uuid of custom field} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge`, `sw`, `contains` \| \|
\| optOut.optedOut \| `eq`, `ne` \| \|

The following logical operators are supported for combining filters:
* and
* or
| firstName eq 'John' or lastName eq 'Anderson' | -| `includePurged` | *boolean* | :heavy_minus_sign: | True means purged contacts can be included in the response. Purged contacts contain only limited display data (`id`, `lastModified`, and `purged`). When true, the filter query parameter can only filter by the `id` field. The `before`, `after`, `limit`, and `token` query parameters are still valid query parameters to use with this parameter. If false, only contacts that have not been purged will be returned.
| | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|-------\|
\| id \| `eq`, `ne` \| \|
\| sourceId \| `eq`, `ne` \| \|
\| firstName \| `eq`, `ne`, `contains`, `sw` \| \|
\| lastName \| `eq`, `ne`, `contains`, `sw` \| \|
\| email \| `eq`, `ne`, `contains`, `sw` \| \|
\| ccEmail \| `eq`, `ne` \| \|
\| company \| `eq`, `ne` \| \|
\| type.id \| `eq`, `ne` \| \|
\| nickname \| `eq`, `ne` \| \|
\| title \| `eq`, `ne` \| \|
\| workPhone \| `eq`, `ne` \| \|
\| middleName \| `eq`, `ne` \| \|
\| mobilePhone \| `eq`, `ne` \| \|
\| homeFax \| `eq`, `ne` \| \|
\| designation \| `eq`, `ne` \| \|
\| homePhone \| `eq`, `ne` \| \|
\| pager \| `eq`, `ne` \| \|
\| workFax \| `eq`, `ne` \| \|
\| lastModifiedBy \| `eq`, `ne` \| \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \| \|
\| createdBy \| `eq`, `ne` \| \|
\| workAddress.address1 \| `eq`, `ne` \| \|
\| workAddress.address2 \| `eq`, `ne` \| \|
\| workAddress.address3 \| `eq`, `ne` \| \|
\| workAddress.city \| `eq`, `ne` \| \|
\| workAddress.country \| `eq`, `ne` \| \|
\| homeAddress.address1 \| `eq`, `ne` \| \|
\| homeAddress.address2 \| `eq`, `ne` \| \|
\| homeAddress.address3 \| `eq`, `ne` \| \|
\| homeAddress.city \| `eq`, `ne` \| \|
\| homeAddress.country \| `eq`, `ne` \| \|
\| deleted \| `eq`, `ne` \| Filters for deleted contacts. To retrieve purged contacts, see the `includePurged` parameter. \|
\| customField.{uuid of custom field} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge`, `sw`, `contains` \| \|
\| optOut.optedOut \| `eq`, `ne` \| \|

The following logical operators are supported for combining filters:
* and
* or
| firstName eq 'John' or lastName eq 'Anderson' | +| `includePurged` | *boolean* | :heavy_minus_sign: | True means purged contacts can be included in the response. Purged contacts contain only limited display data (`id`, `lastModified`, and `purged`). When true, the filter query parameter can only filter by the `id` field. The `before`, `after`, `limit`, and `token` query parameters are still valid query parameters to use with this parameter. If false, only contacts that have not been purged will be returned.
| | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listcontacttypesrequest.md b/packages/typescript/docs/models/operations/listcontacttypesrequest.md index bb3bf7906..abfc9686d 100644 --- a/packages/typescript/docs/models/operations/listcontacttypesrequest.md +++ b/packages/typescript/docs/models/operations/listcontacttypesrequest.md @@ -13,8 +13,8 @@ let value: ListContactTypesRequest = { ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| name \| `eq`, `ne`, `sw`, `contains` \|

No logical operators are supported on this endpoint, only one filter
can be passed in each request.
| name eq 'groupType' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| name \| `eq`, `ne`, `sw`, `contains` \|

No logical operators are supported on this endpoint, only one filter
can be passed in each request.
| name eq 'groupType' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listdiscountedagendaitemsrequest.md b/packages/typescript/docs/models/operations/listdiscountedagendaitemsrequest.md index 3f15a00d1..d907308bd 100644 --- a/packages/typescript/docs/models/operations/listdiscountedagendaitemsrequest.md +++ b/packages/typescript/docs/models/operations/listdiscountedagendaitemsrequest.md @@ -15,9 +15,9 @@ let value: ListDiscountedAgendaItemsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| discount.id \| `eq`, `in` \|
\| type \| `eq`, `in` \|

The following logical operators are supported for combining filters:
* and
* or
| type eq 'AdmissionItem' and discount.id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| discount.id \| `eq`, `in` \|
\| type \| `eq`, `in` \|

The following logical operators are supported for combining filters:
* and
* or
| type eq 'AdmissionItem' and discount.id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listdonationitemsrequest.md b/packages/typescript/docs/models/operations/listdonationitemsrequest.md index 0152700b5..5699211f3 100644 --- a/packages/typescript/docs/models/operations/listdonationitemsrequest.md +++ b/packages/typescript/docs/models/operations/listdonationitemsrequest.md @@ -15,9 +15,9 @@ let value: ListDonationItemsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listdurationsrequest.md b/packages/typescript/docs/models/operations/listdurationsrequest.md index 16d3e563d..08f799405 100644 --- a/packages/typescript/docs/models/operations/listdurationsrequest.md +++ b/packages/typescript/docs/models/operations/listdurationsrequest.md @@ -17,11 +17,11 @@ let value: ListDurationsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of attendance duration records returned per page. | | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* event
* session
* attendee
* type
* firstSeen
* duration
* lastModified - default
| start:DESC,title:ASC | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne`, `in` \|
\| session.id \| `eq`, `ne`, `in` \|
\| attendee.id \| `eq`, `ne`, `in` \|
\| type \| `contains`, `eq`, `ne`, `in` \|
\| deleted \| `eq`, `ne` \|
\| firstSeen \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastSeen \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| duration \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| firstSeen gt '2020-02-07T12:00:00.000Z' and session.id = '0e2f583e-62ae-40d8-9b5c-b8e67a6ba1ab' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of attendance duration records returned per page. | | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* event
* session
* attendee
* type
* firstSeen
* duration
* lastModified - default
| start:DESC,title:ASC | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne`, `in` \|
\| session.id \| `eq`, `ne`, `in` \|
\| attendee.id \| `eq`, `ne`, `in` \|
\| type \| `contains`, `eq`, `ne`, `in` \|
\| deleted \| `eq`, `ne` \|
\| firstSeen \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastSeen \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| duration \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| firstSeen gt '2020-02-07T12:00:00.000Z' and session.id = '0e2f583e-62ae-40d8-9b5c-b8e67a6ba1ab' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listeventdiscountsrequest.md b/packages/typescript/docs/models/operations/listeventdiscountsrequest.md index 90d40fbf6..e8b902e64 100644 --- a/packages/typescript/docs/models/operations/listeventdiscountsrequest.md +++ b/packages/typescript/docs/models/operations/listeventdiscountsrequest.md @@ -18,12 +18,12 @@ let value: ListEventDiscountsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* code
* method.type
* effectiveTo
* effectiveFrom
* type
* level
| name:DESC,code:ASC | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| id \| `in` \|
\| method.type \| `eq` \|
\| type \| `eq` \|
\| level \| `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and method.type eq 'PERCENTAGE' | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts.

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
* code
* method.type
* effectiveTo
* effectiveFrom
* type
* level
| name:DESC,code:ASC | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| id \| `in` \|
\| method.type \| `eq` \|
\| type \| `eq` \|
\| level \| `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and method.type eq 'PERCENTAGE' | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listeventvouchersrequest.md b/packages/typescript/docs/models/operations/listeventvouchersrequest.md index b645c00d5..99e2b3ff4 100644 --- a/packages/typescript/docs/models/operations/listeventvouchersrequest.md +++ b/packages/typescript/docs/models/operations/listeventvouchersrequest.md @@ -18,12 +18,12 @@ let value: ListEventVouchersRequest = { ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `sort` | *string* | :heavy_minus_sign: | The sort order for the results, expressed as a priority-ordered list of field and direction pairs.

There are two sort directions:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* code

When not provided, results are sorted by `code` ascending.
| code:ASC | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-----------\|
\| id \| `in` \|

No logical operators are available.
| id in ('1800c9bd-b5f4-438a-a92c-ea1f59553a5c', '2900d8ce-c6f5-449b-b03d-fb2f60664b6d') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `sort` | *string* | :heavy_minus_sign: | The sort order for the results, expressed as a priority-ordered list of field and direction pairs.

There are two sort directions:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* code

When not provided, results are sorted by `code` ascending.
| code:ASC | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|-----------\|
\| id \| `in` \|

No logical operators are available.
| id in ('1800c9bd-b5f4-438a-a92c-ea1f59553a5c', '2900d8ce-c6f5-449b-b03d-fb2f60664b6d') | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listexternalattendeeactivitiesmetadatarequest.md b/packages/typescript/docs/models/operations/listexternalattendeeactivitiesmetadatarequest.md index 4c8030e53..3e5bdd9d7 100644 --- a/packages/typescript/docs/models/operations/listexternalattendeeactivitiesmetadatarequest.md +++ b/packages/typescript/docs/models/operations/listexternalattendeeactivitiesmetadatarequest.md @@ -16,10 +16,10 @@ let value: ListExternalAttendeeActivitiesMetadataRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| name \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| id eq 'd94aff58-175d-41a5-9612-64e71202f8c3' and 'type eq 'event.external' and name ne 'social.media' and created ge '2021-03-15T09:33:13.750Z' and lastModified le '2021-03-15T09:33:13.750Z' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| name \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| id eq 'd94aff58-175d-41a5-9612-64e71202f8c3' and 'type eq 'event.external' and name ne 'social.media' and created ge '2021-03-15T09:33:13.750Z' and lastModified le '2021-03-15T09:33:13.750Z' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listfeeitemsrequest.md b/packages/typescript/docs/models/operations/listfeeitemsrequest.md index 182549d8f..9b67f37fe 100644 --- a/packages/typescript/docs/models/operations/listfeeitemsrequest.md +++ b/packages/typescript/docs/models/operations/listfeeitemsrequest.md @@ -15,9 +15,9 @@ let value: ListFeeItemsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-----------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| product.id \| `eq`, `ne` \|
\| generalLedgerCodes.id \| `eq`, `ne` \|
\| product.type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or product.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d6' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-----------------------\|------------------------------------\|
\| id \| `eq`, `ne` \|
\| product.id \| `eq`, `ne` \|
\| generalLedgerCodes.id \| `eq`, `ne` \|
\| product.type \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
* or
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or product.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d6' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listhubsrequest.md b/packages/typescript/docs/models/operations/listhubsrequest.md index bc8e97109..2aa31b39f 100644 --- a/packages/typescript/docs/models/operations/listhubsrequest.md +++ b/packages/typescript/docs/models/operations/listhubsrequest.md @@ -14,8 +14,8 @@ let value: ListHubsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|------------\|
\| id \| `eq`, `ne` \|

Limit for the number of fields that can be passed in a filter is 35.

The following logical operators are supported for combining filters:
* or
| (id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (id eq '16322408-bae8-4b29-a559-702d2023e13a') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------\|------------\|
\| id \| `eq`, `ne` \|

Limit for the number of fields that can be passed in a filter is 35.

The following logical operators are supported for combining filters:
* or
| (id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (id eq '16322408-bae8-4b29-a559-702d2023e13a') | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listmembershipitemsrequest.md b/packages/typescript/docs/models/operations/listmembershipitemsrequest.md index ad65c1870..993f33988 100644 --- a/packages/typescript/docs/models/operations/listmembershipitemsrequest.md +++ b/packages/typescript/docs/models/operations/listmembershipitemsrequest.md @@ -15,9 +15,9 @@ let value: ListMembershipItemsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listplayersrequest.md b/packages/typescript/docs/models/operations/listplayersrequest.md index 88db396aa..43a57ed72 100644 --- a/packages/typescript/docs/models/operations/listplayersrequest.md +++ b/packages/typescript/docs/models/operations/listplayersrequest.md @@ -15,10 +15,10 @@ let value: ListPlayersRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| webcast.id \| `eq`, `ne` \|
\| id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| webcast.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| webcast.id \| `eq`, `ne` \|
\| id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| webcast.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listprogramitemsrequest.md b/packages/typescript/docs/models/operations/listprogramitemsrequest.md index 39c5c325a..ee5ec0eeb 100644 --- a/packages/typescript/docs/models/operations/listprogramitemsrequest.md +++ b/packages/typescript/docs/models/operations/listprogramitemsrequest.md @@ -14,8 +14,8 @@ let value: ListProgramItemsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------\|------------\|
\| id \| `eq`, `in` \|
\| session.id \| `eq`, `in` \|
\| event.id \| `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| session.id in ('04ca6ae2-0dc3-487b-953e-86d6abbdf7d3', '34ca65e2-1dc3-487b-589e-839d8bbdf7d3') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------\|------------\|
\| id \| `eq`, `in` \|
\| session.id \| `eq`, `in` \|
\| event.id \| `eq` \|

The following logical operators are supported for combining filters:
* and
* or
| session.id in ('04ca6ae2-0dc3-487b-953e-86d6abbdf7d3', '34ca65e2-1dc3-487b-589e-839d8bbdf7d3') | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listquantityitemsrequest.md b/packages/typescript/docs/models/operations/listquantityitemsrequest.md index 3bb16bd16..df06a07a9 100644 --- a/packages/typescript/docs/models/operations/listquantityitemsrequest.md +++ b/packages/typescript/docs/models/operations/listquantityitemsrequest.md @@ -15,9 +15,9 @@ let value: ListQuantityItemsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|-------------------\|-----------\|
\| id \| `in` \|
\| registrationTypes \| `in` \|

The following logical operators are supported for combining filters:
* and
| id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listsegmentassociatedattendeesrequest.md b/packages/typescript/docs/models/operations/listsegmentassociatedattendeesrequest.md index bf49df400..7562466d6 100644 --- a/packages/typescript/docs/models/operations/listsegmentassociatedattendeesrequest.md +++ b/packages/typescript/docs/models/operations/listsegmentassociatedattendeesrequest.md @@ -17,12 +17,12 @@ let value: ListSegmentAssociatedAttendeesRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `audienceSegmentId` | *string* | :heavy_check_mark: | ID of an audience segment. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------\|
\| disassociated \| `eq` \| To use this filter, `includeDisassociated` query parameter must be true. \|
| disassociated eq 'false' | -| `includeDisassociated` | *boolean* | :heavy_minus_sign: | Use the `includeDisassociated` query parameter to include disassociated attendees in the result. Note: Disassociated attendees older than 30 days will not be returned in result.
| true | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `audienceSegmentId` | *string* | :heavy_check_mark: | ID of an audience segment. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|------------------\|-------------------------------------\|------------------------------------------\|
\| disassociated \| `eq` \| To use this filter, `includeDisassociated` query parameter must be true. \|
| disassociated eq 'false' | +| `includeDisassociated` | *boolean* | :heavy_minus_sign: | Use the `includeDisassociated` query parameter to include disassociated attendees in the result. Note: Disassociated attendees older than 30 days will not be returned in result.
| true | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listsessiondocsrequest.md b/packages/typescript/docs/models/operations/listsessiondocsrequest.md index 993935bfb..7d3a3cf85 100644 --- a/packages/typescript/docs/models/operations/listsessiondocsrequest.md +++ b/packages/typescript/docs/models/operations/listsessiondocsrequest.md @@ -14,9 +14,9 @@ let value: ListSessionDocsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `id` | *string* | :heavy_check_mark: | Unique Id of a session | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| file.id \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| file.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | Unique Id of a session | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| file.id \| `eq`, `ne` \|

The following logical operators are supported for combining filters:
* and
* or
| file.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listsessionscategoriesrequest.md b/packages/typescript/docs/models/operations/listsessionscategoriesrequest.md index 0c8c0733c..3aeb07059 100644 --- a/packages/typescript/docs/models/operations/listsessionscategoriesrequest.md +++ b/packages/typescript/docs/models/operations/listsessionscategoriesrequest.md @@ -14,9 +14,9 @@ let value: ListSessionsCategoriesRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
| name:ASC | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| id \| `eq`, `ne`, `in` \|
\| name \| `eq`, `ne`, `contains` \|

The following operators are available:
* and
* or
| name contains 'general' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* name
| name:ASC | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------\|-------------------------------------\|
\| id \| `eq`, `ne`, `in` \|
\| name \| `eq`, `ne`, `contains` \|

The following operators are available:
* and
* or
| name contains 'general' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listsessionsrequest.md b/packages/typescript/docs/models/operations/listsessionsrequest.md index f7a8057ab..fd3fd1567 100644 --- a/packages/typescript/docs/models/operations/listsessionsrequest.md +++ b/packages/typescript/docs/models/operations/listsessionsrequest.md @@ -18,12 +18,12 @@ let value: ListSessionsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* start
* end
* title
* includedSession
* category.name
* code
* relevance
* order
| start:DESC,order:ASC,title:ASC | -| `locale` | *string* | :heavy_minus_sign: | Locale code in IETF Language tag format. Indicates desired locale of return values. | en-US | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------------------\|----------------------------------------------\|
\| id \| `eq`, `ne`, `in` \|
\| status \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| title \| `eq`, `ne`, `contains`, `match` \|
\| code \| `eq`, `ne` \|
\| category.id \| `eq`, `ne` \|
\| category.name \| `eq`, `ne`, `contains` \|
\| start \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| end \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| description \| `eq`, `ne`, `contains` \|
\| capacity \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| location.id \| `eq`, `ne` \|
\| location.name \| `eq`, `ne`, `contains` \|
\| location.code \| `eq`, `ne` \|
\| includedSession \| `eq`, `ne` \|
\| enableWaitlist \| `eq`, `ne` \|
\| featured \| `eq`, `ne` \|
\| openForRegistration \| `eq`, `ne` \|
\| openForAttendeeHub \| `eq`, `ne` \|
\| virtual \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| registrationTypes \| `contains`, `in`, `is empty`, `is not empty` \|
\| customField.{uuid of custom field} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge`, `sw`, `contains`, `in` \|
\| group.id \| `eq`, `ne` \|
\| admissionItems \| `contains`, `is empty`, `is not empty` \|
\| segments \| `contains`, `in`, `is empty`, `is not empty` \|

**Note:** If the "match" filter is passed, the endpoint will return a relevance score for each session in the list and, by default, sort results by relevance. Higher scores represent a higher relevance to the filter string.

The following logical operators are supported for combining filters:
* and
* or
| status eq 'active' or status eq 'closed' or event.id eq 'abc' or customField.{uuid of custom field} in ('abc','def') | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `sort` | *string* | :heavy_minus_sign: | The sort order passed as a parameter, used to control the order of the
search results as a priority ordered list of sorts

There are two orders:
* ascending: ASC
* descending: DESC

The following fields are sortable:
* start
* end
* title
* includedSession
* category.name
* code
* relevance
* order
| start:DESC,order:ASC,title:ASC | +| `locale` | *string* | :heavy_minus_sign: | Locale code in IETF Language tag format. Indicates desired locale of return values. | en-US | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|------------------------------------\|----------------------------------------------\|
\| id \| `eq`, `ne`, `in` \|
\| status \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| title \| `eq`, `ne`, `contains`, `match` \|
\| code \| `eq`, `ne` \|
\| category.id \| `eq`, `ne` \|
\| category.name \| `eq`, `ne`, `contains` \|
\| start \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| end \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| description \| `eq`, `ne`, `contains` \|
\| capacity \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| location.id \| `eq`, `ne` \|
\| location.name \| `eq`, `ne`, `contains` \|
\| location.code \| `eq`, `ne` \|
\| includedSession \| `eq`, `ne` \|
\| enableWaitlist \| `eq`, `ne` \|
\| featured \| `eq`, `ne` \|
\| openForRegistration \| `eq`, `ne` \|
\| openForAttendeeHub \| `eq`, `ne` \|
\| virtual \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| registrationTypes \| `contains`, `in`, `is empty`, `is not empty` \|
\| customField.{uuid of custom field} \| `eq`, `ne`, `lt`, `le`, `gt`, `ge`, `sw`, `contains`, `in` \|
\| group.id \| `eq`, `ne` \|
\| admissionItems \| `contains`, `is empty`, `is not empty` \|
\| segments \| `contains`, `in`, `is empty`, `is not empty` \|

**Note:** If the "match" filter is passed, the endpoint will return a relevance score for each session in the list and, by default, sort results by relevance. Higher scores represent a higher relevance to the filter string.

The following logical operators are supported for combining filters:
* and
* or
| status eq 'active' or status eq 'closed' or event.id eq 'abc' or customField.{uuid of custom field} in ('abc','def') | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listtaxesrequest.md b/packages/typescript/docs/models/operations/listtaxesrequest.md index 03b682f9b..887bd761e 100644 --- a/packages/typescript/docs/models/operations/listtaxesrequest.md +++ b/packages/typescript/docs/models/operations/listtaxesrequest.md @@ -14,9 +14,9 @@ let value: ListTaxesRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `in` \|
\| active \| `eq` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | Unique ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\|------------------------------------\|
\| id \| `eq`, `in` \|
\| active \| `eq` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|

The following logical operators are supported for combining filters:
* and
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listvideosrequest.md b/packages/typescript/docs/models/operations/listvideosrequest.md index b1400b75a..5f6930068 100644 --- a/packages/typescript/docs/models/operations/listvideosrequest.md +++ b/packages/typescript/docs/models/operations/listvideosrequest.md @@ -17,11 +17,11 @@ let value: ListVideosRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|--------------\|------------\|----------------------------------\|
\| id \| `eq`, `ne` \| \|
\| events \| `eq`, `ne` \| \|
\| sessions \| `eq`, `ne` \| \|
\| exhibitors \| `eq`, `ne` \| \|
\| speakers \| `eq`, `ne` \| \|
\| source.id \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| tags \| `eq`, `ne` \| \|
\| recording.id \| `eq`, `ne` \| \|
\| event.id \| `eq`, `ne` \| deprecated, use `events` instead \|

The following logical operators are supported for combining filters:
* and
* or
| events eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and source.id ne 'sampleWebcastSystemId' | -| `deleted` | *boolean* | :heavy_minus_sign: | True means only videos marked as deleted will be queried. False means only non-deleted videos will be queried. | true | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \| Notes \|
\|--------------\|------------\|----------------------------------\|
\| id \| `eq`, `ne` \| \|
\| events \| `eq`, `ne` \| \|
\| sessions \| `eq`, `ne` \| \|
\| exhibitors \| `eq`, `ne` \| \|
\| speakers \| `eq`, `ne` \| \|
\| source.id \| `eq`, `ne` \| \|
\| status \| `eq`, `ne` \| \|
\| tags \| `eq`, `ne` \| \|
\| recording.id \| `eq`, `ne` \| \|
\| event.id \| `eq`, `ne` \| deprecated, use `events` instead \|

The following logical operators are supported for combining filters:
* and
* or
| events eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and source.id ne 'sampleWebcastSystemId' | +| `deleted` | *boolean* | :heavy_minus_sign: | True means only videos marked as deleted will be queried. False means only non-deleted videos will be queried. | true | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listwebcastattendeelinksrequest.md b/packages/typescript/docs/models/operations/listwebcastattendeelinksrequest.md index 04a1e5b09..391ebcf86 100644 --- a/packages/typescript/docs/models/operations/listwebcastattendeelinksrequest.md +++ b/packages/typescript/docs/models/operations/listwebcastattendeelinksrequest.md @@ -16,11 +16,11 @@ let value: ListWebcastAttendeeLinksRequest = { ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *string* | :heavy_check_mark: | The identifier of the webcast. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| id \| `eq`, `ne` \|
\| sourceId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *string* | :heavy_check_mark: | The identifier of the webcast. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|--------------\| -----------------------------------\|
\| id \| `eq`, `ne` \|
\| sourceId \| `eq`, `ne` \|
\| attendee.id \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
| id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' | \ No newline at end of file diff --git a/packages/typescript/docs/models/operations/listwebcastsrequest.md b/packages/typescript/docs/models/operations/listwebcastsrequest.md index 41cc8ef8d..e8aaf352b 100644 --- a/packages/typescript/docs/models/operations/listwebcastsrequest.md +++ b/packages/typescript/docs/models/operations/listwebcastsrequest.md @@ -16,10 +16,10 @@ let value: ListWebcastsRequest = { ## Fields -| Field | Type | Required | Description | Example | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | -| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | -| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | -| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | -| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|----------------\|------------------------------------------\|
\| id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| appointment.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| exhibitor.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| sourceId \| `eq`, `ne`, `is empty`, `is not empty` \|
\| solutionType \| `eq`, `ne` \|
\| provider \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| status \| `eq`, `ne` \|
\| meetingId \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| playerType \| `eq`, `ne` \|
| event.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and sourceId ne 'sampleWebcastSystemId' | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `after` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z | +| `before` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z | +| `limit` | *number* | :heavy_minus_sign: | The maximum number of records to return per page. | 100 | +| `token` | *string* | :heavy_minus_sign: | The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
| 0e28af57-511f-47ab-ae46-46cd1ca51a1a | +| `filter` | *string* | :heavy_minus_sign: | Use filter query parameters to limit results
to data that matches your criteria. See
[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.

Supported fields and operators are listed below:

\| Field \| Operators \|
\|----------------\|------------------------------------------\|
\| id \| `eq`, `ne` \|
\| event.id \| `eq`, `ne` \|
\| session.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| appointment.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| exhibitor.id \| `eq`, `ne`, `is empty`, `is not empty` \|
\| sourceId \| `eq`, `ne`, `is empty`, `is not empty` \|
\| solutionType \| `eq`, `ne` \|
\| provider \| `eq`, `ne` \|
\| type \| `eq`, `ne` \|
\| status \| `eq`, `ne` \|
\| meetingId \| `eq`, `ne` \|
\| created \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| lastModified \| `eq`, `ne`, `lt`, `le`, `gt`, `ge` \|
\| playerType \| `eq`, `ne` \|
| event.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and sourceId ne 'sampleWebcastSystemId' | \ No newline at end of file diff --git a/packages/typescript/docs/sdks/authentication/README.md b/packages/typescript/docs/sdks/authentication/README.md index f1cab8eb9..c7a1c4ffa 100644 --- a/packages/typescript/docs/sdks/authentication/README.md +++ b/packages/typescript/docs/sdks/authentication/README.md @@ -111,7 +111,7 @@ run(); ## oauth2Token -Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer Quickstart](/docs/rest-api/tutorials/developer-quickstart) for an example request. +Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer Quickstart](https://developers.cvent.com/docs/rest-api/tutorials/developer-quickstart) for an example request. **Note:** The token endpoint returns refresh_token only when the grant_type is authorization_code. diff --git a/packages/typescript/docs/sdks/bulk/README.md b/packages/typescript/docs/sdks/bulk/README.md index 80a5440cb..4725dcfde 100644 --- a/packages/typescript/docs/sdks/bulk/README.md +++ b/packages/typescript/docs/sdks/bulk/README.md @@ -11,7 +11,7 @@ Consumers of the bulk API will do the following: * Use [get bulk job](#operation/getBulkJobById) to track status * Use [list bulk job results](#operation/listBulkJobResult) to get details of items uploaded -For more details, see the [Bulk Job User Guide](/docs/rest-api/guides/bulk-api-user-guide). +For more details, see the [Bulk Job User Guide](https://developers.cvent.com/docs/rest-api/guides/bulk-api-user-guide). **Note:** These bulk jobs have a TTL and will expire once they are complete or never ran. Bulk jobs will expire 1 week after creation, and this one week is refreshed when data is uploaded and the job is run. The Bulk Job diff --git a/packages/typescript/docs/sdks/housing/README.md b/packages/typescript/docs/sdks/housing/README.md index fac1dd3fa..51aaf026b 100644 --- a/packages/typescript/docs/sdks/housing/README.md +++ b/packages/typescript/docs/sdks/housing/README.md @@ -15,7 +15,7 @@ If you need authentication credentials or have any questions regarding the RegLi * **Housing Event.** An Passkey event where invitees will be able to register and book rooms. * **Reservation Request.** Represents a request to book rooms in the housing event. * **RegLink.** A feature that links Passkey events to your registration events, enabling you to sync data between the two events. -* **Callback.** [Passkey's callback system](/docs/passkey/REST/callbacks) allows for a push notification to be sent to your system when a reservation is created, modified or cancelled. +* **Callback.** [Passkey's callback system](https://developers.cvent.com/docs/passkey/REST/callbacks) allows for a push notification to be sent to your system when a reservation is created, modified or cancelled. ### Available Operations @@ -2076,7 +2076,7 @@ run(); ## getReservation -Get reservation details for the given reservation ID. Commonly used in response to [passkey callbacks](/docs/passkey/REST/callbacks). +Get reservation details for the given reservation ID. Commonly used in response to [passkey callbacks](https://developers.cvent.com/docs/passkey/REST/callbacks). ### Example Usage diff --git a/packages/typescript/docs/sdks/meetingrequest/README.md b/packages/typescript/docs/sdks/meetingrequest/README.md index c74d32119..f05487e45 100644 --- a/packages/typescript/docs/sdks/meetingrequest/README.md +++ b/packages/typescript/docs/sdks/meetingrequest/README.md @@ -297,9 +297,9 @@ run(); ## createMeetingRequest -Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. +Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for details. -**Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. +**Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. More about OAuth2 authorization code support for administrators <#oauth2-auth-code-planner-admin> @@ -418,9 +418,9 @@ run(); ## updateMeetingRequest -Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. +Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for details. -**Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. +**Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. More about OAuth2 authorization code support for administrators <#oauth2-auth-code-planner-admin> diff --git a/packages/typescript/jsr.json b/packages/typescript/jsr.json index 7082fb764..8cbaeb8b1 100644 --- a/packages/typescript/jsr.json +++ b/packages/typescript/jsr.json @@ -2,7 +2,7 @@ { "name": "@cvent/sdk", - "version": "1.5.0", + "version": "1.5.1", "exports": { ".": "./src/index.ts", "./models/errors": "./src/models/errors/index.ts", diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 2d552d008..c0aac3720 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@cvent/sdk", - "version": "1.5.0", + "version": "1.5.1", "author": "Cvent", "files": [ "dist/", diff --git a/packages/typescript/src/funcs/authenticationOauth2Token.ts b/packages/typescript/src/funcs/authenticationOauth2Token.ts index 5bfa0d3a2..121cf7726 100644 --- a/packages/typescript/src/funcs/authenticationOauth2Token.ts +++ b/packages/typescript/src/funcs/authenticationOauth2Token.ts @@ -29,7 +29,7 @@ import { Result } from "../types/fp.js"; * Token * * @remarks - * Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer Quickstart](/docs/rest-api/tutorials/developer-quickstart) for an example request. + * Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer Quickstart](https://developers.cvent.com/docs/rest-api/tutorials/developer-quickstart) for an example request. * * **Note:** The token endpoint returns refresh_token only when the grant_type is authorization_code. */ diff --git a/packages/typescript/src/funcs/housingGetReservation.ts b/packages/typescript/src/funcs/housingGetReservation.ts index b44f87df8..e7af6fff3 100644 --- a/packages/typescript/src/funcs/housingGetReservation.ts +++ b/packages/typescript/src/funcs/housingGetReservation.ts @@ -30,7 +30,7 @@ import { Result } from "../types/fp.js"; * Get Reservation * * @remarks - * Get reservation details for the given reservation ID. Commonly used in response to [passkey callbacks](/docs/passkey/REST/callbacks). + * Get reservation details for the given reservation ID. Commonly used in response to [passkey callbacks](https://developers.cvent.com/docs/passkey/REST/callbacks). */ export function housingGetReservation( client: CventSDKCore, diff --git a/packages/typescript/src/funcs/meetingRequestCreateMeetingRequest.ts b/packages/typescript/src/funcs/meetingRequestCreateMeetingRequest.ts index d521590c1..a1e538754 100644 --- a/packages/typescript/src/funcs/meetingRequestCreateMeetingRequest.ts +++ b/packages/typescript/src/funcs/meetingRequestCreateMeetingRequest.ts @@ -31,9 +31,9 @@ import { Result } from "../types/fp.js"; * Create MR (Bulk) * * @remarks - * Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. + * Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for details. * - * **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. * * @see {@link #oauth2-auth-code-planner-admin} - More about OAuth2 authorization code support for administrators */ diff --git a/packages/typescript/src/funcs/meetingRequestUpdateMeetingRequest.ts b/packages/typescript/src/funcs/meetingRequestUpdateMeetingRequest.ts index 6929583a5..effffd37f 100644 --- a/packages/typescript/src/funcs/meetingRequestUpdateMeetingRequest.ts +++ b/packages/typescript/src/funcs/meetingRequestUpdateMeetingRequest.ts @@ -31,9 +31,9 @@ import { Result } from "../types/fp.js"; * Update MR (Bulk) * * @remarks - * Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. + * Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for details. * - * **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. * * @see {@link #oauth2-auth-code-planner-admin} - More about OAuth2 authorization code support for administrators */ diff --git a/packages/typescript/src/lib/config.ts b/packages/typescript/src/lib/config.ts index 47d66a80f..510d95e03 100644 --- a/packages/typescript/src/lib/config.ts +++ b/packages/typescript/src/lib/config.ts @@ -66,7 +66,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null { export const SDK_METADATA = { language: "typescript", openapiDocVersion: "ea", - sdkVersion: "1.5.0", + sdkVersion: "1.5.1", genVersion: "2.859.2", - userAgent: "speakeasy-sdk/typescript 1.5.0 2.859.2 ea @cvent/sdk", + userAgent: "speakeasy-sdk/typescript 1.5.1 2.859.2 ea @cvent/sdk", } as const; diff --git a/packages/typescript/src/models/components/attendeecontactinfo.ts b/packages/typescript/src/models/components/attendeecontactinfo.ts index 5f7e98a26..ce397f85b 100644 --- a/packages/typescript/src/models/components/attendeecontactinfo.ts +++ b/packages/typescript/src/models/components/attendeecontactinfo.ts @@ -40,25 +40,25 @@ export type OptOut = { */ export type AttendeeContactInfo = { /** - * The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * The ISO 8601 zoned date time when an attendee record was created. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ created?: Date | undefined; /** - * The identifier of the user that created this attendee record. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * The identifier of the user that created this attendee record. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ createdBy?: string | undefined; /** - * The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * The ISO 8601 zoned date time when this attendee record was updated. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ lastModified?: Date | undefined; /** - * The identifier of the user that last updated this attendee record. Note: This field is deprecated. Please use the [Get Contact](/documentation#tag/Contacts/operation/getContactById) or [List Contact](/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. + * The identifier of the user that last updated this attendee record. Note: This field is deprecated. Please use the [Get Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/getContactById) or [List Contact](https://developers.cvent.com/documentation#tag/Contacts/operation/listContacts) endpoints for contact audit details. * * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible. */ diff --git a/packages/typescript/src/models/components/event1.ts b/packages/typescript/src/models/components/event1.ts index 77ff085f0..730875a36 100644 --- a/packages/typescript/src/models/components/event1.ts +++ b/packages/typescript/src/models/components/event1.ts @@ -110,7 +110,7 @@ export type Event1 = { */ launchAfter?: Date | undefined; /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ timezone: string; /** diff --git a/packages/typescript/src/models/components/eventinput.ts b/packages/typescript/src/models/components/eventinput.ts index 574041f70..5f8cb2b63 100644 --- a/packages/typescript/src/models/components/eventinput.ts +++ b/packages/typescript/src/models/components/eventinput.ts @@ -47,7 +47,7 @@ export type EventInput = { */ end?: Date | undefined; /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ timezone: string; /** diff --git a/packages/typescript/src/models/components/eventupdate.ts b/packages/typescript/src/models/components/eventupdate.ts index 8c348a49d..f5d3dbef1 100644 --- a/packages/typescript/src/models/components/eventupdate.ts +++ b/packages/typescript/src/models/components/eventupdate.ts @@ -110,7 +110,7 @@ export type EventUpdate = { */ launchAfter?: Date | undefined; /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ timezone: string; /** diff --git a/packages/typescript/src/models/components/eventupdateinput.ts b/packages/typescript/src/models/components/eventupdateinput.ts index 0825cd3de..b21c4dbf0 100644 --- a/packages/typescript/src/models/components/eventupdateinput.ts +++ b/packages/typescript/src/models/components/eventupdateinput.ts @@ -55,7 +55,7 @@ export type EventUpdateInput = { */ archiveAfter?: Date | undefined; /** - * List of supported [timezones](/docs/rest-api/reference/api-standards#time-zones). + * List of supported [timezones](https://developers.cvent.com/docs/rest-api/reference/api-standards#time-zones). */ timezone: string; /** diff --git a/packages/typescript/src/models/operations/getaccountbudgetitems.ts b/packages/typescript/src/models/operations/getaccountbudgetitems.ts index 48fe4f987..d945db7fa 100644 --- a/packages/typescript/src/models/operations/getaccountbudgetitems.ts +++ b/packages/typescript/src/models/operations/getaccountbudgetitems.ts @@ -34,7 +34,7 @@ export type GetAccountBudgetItemsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getaccountvendors.ts b/packages/typescript/src/models/operations/getaccountvendors.ts index 33967d671..87c4d543f 100644 --- a/packages/typescript/src/models/operations/getaccountvendors.ts +++ b/packages/typescript/src/models/operations/getaccountvendors.ts @@ -34,7 +34,7 @@ export type GetAccountVendorsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getairactualdetail.ts b/packages/typescript/src/models/operations/getairactualdetail.ts index 310a31d08..d2250ed60 100644 --- a/packages/typescript/src/models/operations/getairactualdetail.ts +++ b/packages/typescript/src/models/operations/getairactualdetail.ts @@ -59,7 +59,7 @@ export type GetAirActualDetailRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getairrequests.ts b/packages/typescript/src/models/operations/getairrequests.ts index 631cf1349..43c7a6252 100644 --- a/packages/typescript/src/models/operations/getairrequests.ts +++ b/packages/typescript/src/models/operations/getairrequests.ts @@ -50,7 +50,7 @@ export type GetAirRequestsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getalleventsurveyresponses.ts b/packages/typescript/src/models/operations/getalleventsurveyresponses.ts index 857537c6c..bedf728be 100644 --- a/packages/typescript/src/models/operations/getalleventsurveyresponses.ts +++ b/packages/typescript/src/models/operations/getalleventsurveyresponses.ts @@ -34,7 +34,7 @@ export type GetAllEventSurveyResponsesRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getalternatetravelanswers.ts b/packages/typescript/src/models/operations/getalternatetravelanswers.ts index 2df997180..3dac229a9 100644 --- a/packages/typescript/src/models/operations/getalternatetravelanswers.ts +++ b/packages/typescript/src/models/operations/getalternatetravelanswers.ts @@ -34,7 +34,7 @@ export type GetAlternateTravelAnswersRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getbudgetallocations.ts b/packages/typescript/src/models/operations/getbudgetallocations.ts index c80a28ea0..5495fca0d 100644 --- a/packages/typescript/src/models/operations/getbudgetallocations.ts +++ b/packages/typescript/src/models/operations/getbudgetallocations.ts @@ -34,7 +34,7 @@ export type GetBudgetAllocationsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getbudgetitems.ts b/packages/typescript/src/models/operations/getbudgetitems.ts index 9d21db9a0..6ef0d023a 100644 --- a/packages/typescript/src/models/operations/getbudgetitems.ts +++ b/packages/typescript/src/models/operations/getbudgetitems.ts @@ -38,7 +38,7 @@ export type GetBudgetItemsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getcards.ts b/packages/typescript/src/models/operations/getcards.ts index 3fb36fbb6..38fd8c97c 100644 --- a/packages/typescript/src/models/operations/getcards.ts +++ b/packages/typescript/src/models/operations/getcards.ts @@ -26,7 +26,7 @@ export type GetCardsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getcardtransactions.ts b/packages/typescript/src/models/operations/getcardtransactions.ts index b279785f0..d841011b8 100644 --- a/packages/typescript/src/models/operations/getcardtransactions.ts +++ b/packages/typescript/src/models/operations/getcardtransactions.ts @@ -34,7 +34,7 @@ export type GetCardTransactionsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getcurrencyconversionrate.ts b/packages/typescript/src/models/operations/getcurrencyconversionrate.ts index 6e54fb6d8..918d4221b 100644 --- a/packages/typescript/src/models/operations/getcurrencyconversionrate.ts +++ b/packages/typescript/src/models/operations/getcurrencyconversionrate.ts @@ -38,7 +38,7 @@ export type GetCurrencyConversionRateRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/geteventbudgettotals.ts b/packages/typescript/src/models/operations/geteventbudgettotals.ts index 1b5ba7365..487d9cce1 100644 --- a/packages/typescript/src/models/operations/geteventbudgettotals.ts +++ b/packages/typescript/src/models/operations/geteventbudgettotals.ts @@ -38,7 +38,7 @@ export type GetEventBudgetTotalsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/geteventfeatures.ts b/packages/typescript/src/models/operations/geteventfeatures.ts index 7c3b6b32e..1cf5dc6b8 100644 --- a/packages/typescript/src/models/operations/geteventfeatures.ts +++ b/packages/typescript/src/models/operations/geteventfeatures.ts @@ -30,7 +30,7 @@ export type GetEventFeaturesRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/geteventsurveyrespondents.ts b/packages/typescript/src/models/operations/geteventsurveyrespondents.ts index 3d1e8cce0..e1130d1de 100644 --- a/packages/typescript/src/models/operations/geteventsurveyrespondents.ts +++ b/packages/typescript/src/models/operations/geteventsurveyrespondents.ts @@ -42,7 +42,7 @@ export type GetEventSurveyRespondentsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/geteventsurveyresponses.ts b/packages/typescript/src/models/operations/geteventsurveyresponses.ts index d985111bd..a60729234 100644 --- a/packages/typescript/src/models/operations/geteventsurveyresponses.ts +++ b/packages/typescript/src/models/operations/geteventsurveyresponses.ts @@ -34,7 +34,7 @@ export type GetEventSurveyResponsesRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/geteventsurveys.ts b/packages/typescript/src/models/operations/geteventsurveys.ts index 3308d4c72..a2df6e409 100644 --- a/packages/typescript/src/models/operations/geteventsurveys.ts +++ b/packages/typescript/src/models/operations/geteventsurveys.ts @@ -34,7 +34,7 @@ export type GetEventSurveysRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/gethotelrequests.ts b/packages/typescript/src/models/operations/gethotelrequests.ts index 31df791e4..967fa6b10 100644 --- a/packages/typescript/src/models/operations/gethotelrequests.ts +++ b/packages/typescript/src/models/operations/gethotelrequests.ts @@ -59,7 +59,7 @@ export type GetHotelRequestsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/gethousingreservationrequests.ts b/packages/typescript/src/models/operations/gethousingreservationrequests.ts index 89986ef05..b60fd942d 100644 --- a/packages/typescript/src/models/operations/gethousingreservationrequests.ts +++ b/packages/typescript/src/models/operations/gethousingreservationrequests.ts @@ -34,7 +34,7 @@ export type GetHousingReservationRequestsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/gethubmembers.ts b/packages/typescript/src/models/operations/gethubmembers.ts index ca0ac521b..efbc0d402 100644 --- a/packages/typescript/src/models/operations/gethubmembers.ts +++ b/packages/typescript/src/models/operations/gethubmembers.ts @@ -30,7 +30,7 @@ export type GetHubMembersRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getlargechoices.ts b/packages/typescript/src/models/operations/getlargechoices.ts index eaad53365..0400c242c 100644 --- a/packages/typescript/src/models/operations/getlargechoices.ts +++ b/packages/typescript/src/models/operations/getlargechoices.ts @@ -26,7 +26,7 @@ export type GetLargeChoicesRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getorderitems.ts b/packages/typescript/src/models/operations/getorderitems.ts index e799f5f9d..7adf1bd16 100644 --- a/packages/typescript/src/models/operations/getorderitems.ts +++ b/packages/typescript/src/models/operations/getorderitems.ts @@ -38,7 +38,7 @@ export type GetOrderItemsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getorders.ts b/packages/typescript/src/models/operations/getorders.ts index 983157ee8..6c01bbbe0 100644 --- a/packages/typescript/src/models/operations/getorders.ts +++ b/packages/typescript/src/models/operations/getorders.ts @@ -38,7 +38,7 @@ export type GetOrdersRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getpayments.ts b/packages/typescript/src/models/operations/getpayments.ts index ab6857d97..ee9b600a4 100644 --- a/packages/typescript/src/models/operations/getpayments.ts +++ b/packages/typescript/src/models/operations/getpayments.ts @@ -38,7 +38,7 @@ export type GetPaymentsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getquestions.ts b/packages/typescript/src/models/operations/getquestions.ts index 8cf37098c..f66680311 100644 --- a/packages/typescript/src/models/operations/getquestions.ts +++ b/packages/typescript/src/models/operations/getquestions.ts @@ -34,7 +34,7 @@ export type GetQuestionsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getrespondents.ts b/packages/typescript/src/models/operations/getrespondents.ts index caa904f56..fc07ae250 100644 --- a/packages/typescript/src/models/operations/getrespondents.ts +++ b/packages/typescript/src/models/operations/getrespondents.ts @@ -34,7 +34,7 @@ export type GetRespondentsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getresponses.ts b/packages/typescript/src/models/operations/getresponses.ts index a382dd7a2..c7c467ca7 100644 --- a/packages/typescript/src/models/operations/getresponses.ts +++ b/packages/typescript/src/models/operations/getresponses.ts @@ -34,7 +34,7 @@ export type GetResponsesRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getstandardsurveyrespondents.ts b/packages/typescript/src/models/operations/getstandardsurveyrespondents.ts index f794e5bfd..55b9e288b 100644 --- a/packages/typescript/src/models/operations/getstandardsurveyrespondents.ts +++ b/packages/typescript/src/models/operations/getstandardsurveyrespondents.ts @@ -38,7 +38,7 @@ export type GetStandardSurveyRespondentsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getstandardsurveyresponses.ts b/packages/typescript/src/models/operations/getstandardsurveyresponses.ts index 7a3a30ccb..ef81fc3b3 100644 --- a/packages/typescript/src/models/operations/getstandardsurveyresponses.ts +++ b/packages/typescript/src/models/operations/getstandardsurveyresponses.ts @@ -34,7 +34,7 @@ export type GetStandardSurveyResponsesRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getstandardsurveys.ts b/packages/typescript/src/models/operations/getstandardsurveys.ts index 36c63840f..919c0a9a3 100644 --- a/packages/typescript/src/models/operations/getstandardsurveys.ts +++ b/packages/typescript/src/models/operations/getstandardsurveys.ts @@ -34,7 +34,7 @@ export type GetStandardSurveysRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getsurvey.ts b/packages/typescript/src/models/operations/getsurvey.ts index 99624b910..7ddb2f663 100644 --- a/packages/typescript/src/models/operations/getsurvey.ts +++ b/packages/typescript/src/models/operations/getsurvey.ts @@ -34,7 +34,7 @@ export type GetSurveyRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/gettransactionitems.ts b/packages/typescript/src/models/operations/gettransactionitems.ts index 7c4a6c722..9e92c9fbf 100644 --- a/packages/typescript/src/models/operations/gettransactionitems.ts +++ b/packages/typescript/src/models/operations/gettransactionitems.ts @@ -38,7 +38,7 @@ export type GetTransactionItemsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/gettransactions.ts b/packages/typescript/src/models/operations/gettransactions.ts index a13d5d6ef..98608fd72 100644 --- a/packages/typescript/src/models/operations/gettransactions.ts +++ b/packages/typescript/src/models/operations/gettransactions.ts @@ -38,7 +38,7 @@ export type GetTransactionsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/getvideoviews.ts b/packages/typescript/src/models/operations/getvideoviews.ts index 16fc95796..036786965 100644 --- a/packages/typescript/src/models/operations/getvideoviews.ts +++ b/packages/typescript/src/models/operations/getvideoviews.ts @@ -34,7 +34,7 @@ export type GetVideoViewsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listassociatedaudiencesegments.ts b/packages/typescript/src/models/operations/listassociatedaudiencesegments.ts index 180cf5e12..acdf61969 100644 --- a/packages/typescript/src/models/operations/listassociatedaudiencesegments.ts +++ b/packages/typescript/src/models/operations/listassociatedaudiencesegments.ts @@ -30,7 +30,7 @@ export type ListAssociatedAudienceSegmentsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listattendeeactivities.ts b/packages/typescript/src/models/operations/listattendeeactivities.ts index 0b4218804..005f9954c 100644 --- a/packages/typescript/src/models/operations/listattendeeactivities.ts +++ b/packages/typescript/src/models/operations/listattendeeactivities.ts @@ -34,7 +34,7 @@ export type ListAttendeeActivitiesRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listattendeeaudiencesegments.ts b/packages/typescript/src/models/operations/listattendeeaudiencesegments.ts index 77cab31b7..4d039741b 100644 --- a/packages/typescript/src/models/operations/listattendeeaudiencesegments.ts +++ b/packages/typescript/src/models/operations/listattendeeaudiencesegments.ts @@ -30,7 +30,7 @@ export type ListAttendeeAudienceSegmentsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listattendeelinks.ts b/packages/typescript/src/models/operations/listattendeelinks.ts index 4b0a5e8fd..555453c91 100644 --- a/packages/typescript/src/models/operations/listattendeelinks.ts +++ b/packages/typescript/src/models/operations/listattendeelinks.ts @@ -34,7 +34,7 @@ export type ListAttendeeLinksRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listattendees.ts b/packages/typescript/src/models/operations/listattendees.ts index 2ba28c811..1245374b0 100644 --- a/packages/typescript/src/models/operations/listattendees.ts +++ b/packages/typescript/src/models/operations/listattendees.ts @@ -80,7 +80,7 @@ export type ListAttendeesRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listaudiencesegments.ts b/packages/typescript/src/models/operations/listaudiencesegments.ts index 8138203eb..eb25fa235 100644 --- a/packages/typescript/src/models/operations/listaudiencesegments.ts +++ b/packages/typescript/src/models/operations/listaudiencesegments.ts @@ -43,7 +43,7 @@ export type ListAudienceSegmentsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listaudiencesegmentspostfilter.ts b/packages/typescript/src/models/operations/listaudiencesegmentspostfilter.ts index 370a4b8ac..6cc89a2ad 100644 --- a/packages/typescript/src/models/operations/listaudiencesegmentspostfilter.ts +++ b/packages/typescript/src/models/operations/listaudiencesegmentspostfilter.ts @@ -51,7 +51,7 @@ export type ListAudienceSegmentsPostFilterRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listcontactgroups.ts b/packages/typescript/src/models/operations/listcontactgroups.ts index 02cec7f4f..03a7ddc9c 100644 --- a/packages/typescript/src/models/operations/listcontactgroups.ts +++ b/packages/typescript/src/models/operations/listcontactgroups.ts @@ -34,7 +34,7 @@ export type ListContactGroupsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listcontacts.ts b/packages/typescript/src/models/operations/listcontacts.ts index c4896034d..550fbbb4c 100644 --- a/packages/typescript/src/models/operations/listcontacts.ts +++ b/packages/typescript/src/models/operations/listcontacts.ts @@ -34,7 +34,7 @@ export type ListContactsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listcontacttypes.ts b/packages/typescript/src/models/operations/listcontacttypes.ts index 7de747c1e..7d6646977 100644 --- a/packages/typescript/src/models/operations/listcontacttypes.ts +++ b/packages/typescript/src/models/operations/listcontacttypes.ts @@ -26,7 +26,7 @@ export type ListContactTypesRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listdiscountedagendaitems.ts b/packages/typescript/src/models/operations/listdiscountedagendaitems.ts index 8ca4081bc..b8c1b20f8 100644 --- a/packages/typescript/src/models/operations/listdiscountedagendaitems.ts +++ b/packages/typescript/src/models/operations/listdiscountedagendaitems.ts @@ -30,7 +30,7 @@ export type ListDiscountedAgendaItemsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listdonationitems.ts b/packages/typescript/src/models/operations/listdonationitems.ts index b70cdac87..cd5f109c4 100644 --- a/packages/typescript/src/models/operations/listdonationitems.ts +++ b/packages/typescript/src/models/operations/listdonationitems.ts @@ -30,7 +30,7 @@ export type ListDonationItemsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listdurations.ts b/packages/typescript/src/models/operations/listdurations.ts index 8aaa9cff2..a7b471c2b 100644 --- a/packages/typescript/src/models/operations/listdurations.ts +++ b/packages/typescript/src/models/operations/listdurations.ts @@ -54,7 +54,7 @@ export type ListDurationsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listeventdiscounts.ts b/packages/typescript/src/models/operations/listeventdiscounts.ts index eb4d3e16a..c3402b9a1 100644 --- a/packages/typescript/src/models/operations/listeventdiscounts.ts +++ b/packages/typescript/src/models/operations/listeventdiscounts.ts @@ -50,7 +50,7 @@ export type ListEventDiscountsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listeventvouchers.ts b/packages/typescript/src/models/operations/listeventvouchers.ts index 458fe8999..65b7c8c91 100644 --- a/packages/typescript/src/models/operations/listeventvouchers.ts +++ b/packages/typescript/src/models/operations/listeventvouchers.ts @@ -53,7 +53,7 @@ export type ListEventVouchersRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listexternalattendeeactivitiesmetadata.ts b/packages/typescript/src/models/operations/listexternalattendeeactivitiesmetadata.ts index 64075218d..7df32564d 100644 --- a/packages/typescript/src/models/operations/listexternalattendeeactivitiesmetadata.ts +++ b/packages/typescript/src/models/operations/listexternalattendeeactivitiesmetadata.ts @@ -34,7 +34,7 @@ export type ListExternalAttendeeActivitiesMetadataRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listfeeitems.ts b/packages/typescript/src/models/operations/listfeeitems.ts index 67d3078bb..979df4e56 100644 --- a/packages/typescript/src/models/operations/listfeeitems.ts +++ b/packages/typescript/src/models/operations/listfeeitems.ts @@ -30,7 +30,7 @@ export type ListFeeItemsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listhubs.ts b/packages/typescript/src/models/operations/listhubs.ts index 4dc65d239..7cc615ee1 100644 --- a/packages/typescript/src/models/operations/listhubs.ts +++ b/packages/typescript/src/models/operations/listhubs.ts @@ -26,7 +26,7 @@ export type ListHubsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listmembershipitems.ts b/packages/typescript/src/models/operations/listmembershipitems.ts index 92f43d97f..4b4898832 100644 --- a/packages/typescript/src/models/operations/listmembershipitems.ts +++ b/packages/typescript/src/models/operations/listmembershipitems.ts @@ -30,7 +30,7 @@ export type ListMembershipItemsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listplayers.ts b/packages/typescript/src/models/operations/listplayers.ts index 6ea82f1ce..cfe39e4a8 100644 --- a/packages/typescript/src/models/operations/listplayers.ts +++ b/packages/typescript/src/models/operations/listplayers.ts @@ -34,7 +34,7 @@ export type ListPlayersRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listprogramitems.ts b/packages/typescript/src/models/operations/listprogramitems.ts index 1367d3c57..0427b61cc 100644 --- a/packages/typescript/src/models/operations/listprogramitems.ts +++ b/packages/typescript/src/models/operations/listprogramitems.ts @@ -26,7 +26,7 @@ export type ListProgramItemsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listquantityitems.ts b/packages/typescript/src/models/operations/listquantityitems.ts index f09862140..5c0dddc34 100644 --- a/packages/typescript/src/models/operations/listquantityitems.ts +++ b/packages/typescript/src/models/operations/listquantityitems.ts @@ -30,7 +30,7 @@ export type ListQuantityItemsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listsegmentassociatedattendees.ts b/packages/typescript/src/models/operations/listsegmentassociatedattendees.ts index 16ab48ce5..807f44a4f 100644 --- a/packages/typescript/src/models/operations/listsegmentassociatedattendees.ts +++ b/packages/typescript/src/models/operations/listsegmentassociatedattendees.ts @@ -38,7 +38,7 @@ export type ListSegmentAssociatedAttendeesRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listsessiondocs.ts b/packages/typescript/src/models/operations/listsessiondocs.ts index 6efae8c63..2ebacc176 100644 --- a/packages/typescript/src/models/operations/listsessiondocs.ts +++ b/packages/typescript/src/models/operations/listsessiondocs.ts @@ -30,7 +30,7 @@ export type ListSessionDocsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listsessions.ts b/packages/typescript/src/models/operations/listsessions.ts index 24d37f6f1..b53bd2f4b 100644 --- a/packages/typescript/src/models/operations/listsessions.ts +++ b/packages/typescript/src/models/operations/listsessions.ts @@ -59,7 +59,7 @@ export type ListSessionsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listsessionscategories.ts b/packages/typescript/src/models/operations/listsessionscategories.ts index bd400e95a..58ea39f5c 100644 --- a/packages/typescript/src/models/operations/listsessionscategories.ts +++ b/packages/typescript/src/models/operations/listsessionscategories.ts @@ -40,7 +40,7 @@ export type ListSessionsCategoriesRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listtaxes.ts b/packages/typescript/src/models/operations/listtaxes.ts index 57aed0907..2875a8994 100644 --- a/packages/typescript/src/models/operations/listtaxes.ts +++ b/packages/typescript/src/models/operations/listtaxes.ts @@ -30,7 +30,7 @@ export type ListTaxesRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listvideos.ts b/packages/typescript/src/models/operations/listvideos.ts index c498d79cc..2d3aad730 100644 --- a/packages/typescript/src/models/operations/listvideos.ts +++ b/packages/typescript/src/models/operations/listvideos.ts @@ -34,7 +34,7 @@ export type ListVideosRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listwebcastattendeelinks.ts b/packages/typescript/src/models/operations/listwebcastattendeelinks.ts index 1b130e726..37f1ff9a2 100644 --- a/packages/typescript/src/models/operations/listwebcastattendeelinks.ts +++ b/packages/typescript/src/models/operations/listwebcastattendeelinks.ts @@ -38,7 +38,7 @@ export type ListWebcastAttendeeLinksRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/models/operations/listwebcasts.ts b/packages/typescript/src/models/operations/listwebcasts.ts index c22c67d81..29f5b0583 100644 --- a/packages/typescript/src/models/operations/listwebcasts.ts +++ b/packages/typescript/src/models/operations/listwebcasts.ts @@ -34,7 +34,7 @@ export type ListWebcastsRequest = { * * @remarks * to data that matches your criteria. See - * [Filters](/docs/rest-api/reference/filters) for details. + * [Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details. * * Supported fields and operators are listed below: * diff --git a/packages/typescript/src/sdk/authentication.ts b/packages/typescript/src/sdk/authentication.ts index ef71badf5..70e8250cd 100644 --- a/packages/typescript/src/sdk/authentication.ts +++ b/packages/typescript/src/sdk/authentication.ts @@ -35,7 +35,7 @@ export class Authentication extends ClientSDK { * Token * * @remarks - * Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer Quickstart](/docs/rest-api/tutorials/developer-quickstart) for an example request. + * Obtains an Access Token, an ID Token, and optionally, a Refresh Token. Read the [Developer Quickstart](https://developers.cvent.com/docs/rest-api/tutorials/developer-quickstart) for an example request. * * **Note:** The token endpoint returns refresh_token only when the grant_type is authorization_code. */ diff --git a/packages/typescript/src/sdk/housing.ts b/packages/typescript/src/sdk/housing.ts index ebaf984fb..1f9e6f2f6 100644 --- a/packages/typescript/src/sdk/housing.ts +++ b/packages/typescript/src/sdk/housing.ts @@ -339,7 +339,7 @@ export class Housing extends ClientSDK { * Get Reservation * * @remarks - * Get reservation details for the given reservation ID. Commonly used in response to [passkey callbacks](/docs/passkey/REST/callbacks). + * Get reservation details for the given reservation ID. Commonly used in response to [passkey callbacks](https://developers.cvent.com/docs/passkey/REST/callbacks). */ async getReservation( request: operations.GetReservationRequest, diff --git a/packages/typescript/src/sdk/meetingrequest.ts b/packages/typescript/src/sdk/meetingrequest.ts index 4928bf753..d3b5f024d 100644 --- a/packages/typescript/src/sdk/meetingrequest.ts +++ b/packages/typescript/src/sdk/meetingrequest.ts @@ -78,9 +78,9 @@ export class MeetingRequest extends ClientSDK { * Create MR (Bulk) * * @remarks - * Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. + * Creates a collection of meeting requests for a given active form. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for details. * - * **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of initial creation. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. * * @see {@link #oauth2-auth-code-planner-admin} - More about OAuth2 authorization code support for administrators */ @@ -99,9 +99,9 @@ export class MeetingRequest extends ClientSDK { * Update MR (Bulk) * * @remarks - * Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](/docs/rest-api/guides/meeting-request-complex-questions) for details. + * Updates a collection of meeting requests for a given form, adding information to the existing meeting requests. For complex questions such as Meeting Room Requirements, Sleeping Room Requirements, or Budget Estimates, send the answer as a JSON-serialized string. See the question schema and the [Complex Questions Guide](https://developers.cvent.com/docs/rest-api/guides/meeting-request-complex-questions) for details. * - * **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. + * **Note:** If the meeting request form is configured to auto-create an event upon submission, the `event.id` field may not be populated in the response at the time of the update. Event creation is processed asynchronously after the meeting request is saved. To retrieve the associated event ID once it is available, poll the [Get MR](https://developers.cvent.com/documentation#tag/Meeting-Request/operation/getMeetingRequestById) endpoint. * * @see {@link #oauth2-auth-code-planner-admin} - More about OAuth2 authorization code support for administrators */