arazzo: 1.0.1 info: title: Test Suite summary: Created from /Users/mkothari/git-cvent-public/rest-sdks/.speakeasy/temp/overlay_RizoNFXzgC.yaml version: 0.0.1 sourceDescriptions: - name: /Users/mkothari/git-cvent-public/rest-sdks/.speakeasy/temp/overlay_RizoNFXzgC.yaml url: https://TBD.com type: openapi workflows: - workflowId: getAccountUserGroups steps: - stepId: test operationId: getAccountUserGroups parameters: - name: limit in: query value: 100 - name: token in: query value: 1a2b3c4d5e6f7g8h9i10j11k - name: filter in: query value: name eq 'My User Group' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Users x-speakeasy-test-rebuild: true - workflowId: createAccountUserGroup steps: - stepId: test operationId: createAccountUserGroup requestBody: contentType: application/json payload: description: MyUserGroupDescription name: MyUserGroup successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"EBF2273A-35A5-BD67-A292-397539D13270","name":"MyUserGroup","description":"MyUserGroupDescription"} type: simple x-speakeasy-test-group: Users x-speakeasy-test-rebuild: true - workflowId: getAccountUserGroup steps: - stepId: test operationId: getAccountUserGroup parameters: - name: userGroupId in: path value: B089AC31-1212-63FB-AAEA-382037E1BCDF successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"EBF2273A-35A5-BD67-A292-397539D13270","name":"MyUserGroup","description":"MyUserGroupDescription"} type: simple x-speakeasy-test-group: Users x-speakeasy-test-rebuild: true - workflowId: updateAccountUserGroup steps: - stepId: test operationId: updateAccountUserGroup parameters: - name: userGroupId in: path value: B089AC31-1212-63FB-AAEA-382037E1BCDF requestBody: contentType: application/json payload: description: MyUserGroupDescription name: MyUserGroup successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"EBF2273A-35A5-BD67-A292-397539D13270","name":"MyUserGroup","description":"MyUserGroupDescription"} type: simple x-speakeasy-test-group: Users x-speakeasy-test-rebuild: true - workflowId: listAdmissionItems steps: - stepId: test operationId: listAdmissionItems parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: event.id eq 'abc' or name eq 'admission' or id eq 'abc' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"name":"General Admission","code":"General Admission","description":"General admission to the event. Includes all basic sessions.","allowOptionalSessions":false,"event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listAdmissionItemsPostFilters steps: - stepId: test operationId: listAdmissionItemsPostFilters parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: getEventQuestions steps: - stepId: test operationId: getEventQuestions parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: code eq 'Code162' or tag eq 'Primary Questions' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: getChoicesForQuestion steps: - stepId: test operationId: getChoicesForQuestion parameters: - name: questionId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: text eq 'Choice A' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: getEvents steps: - stepId: test operationId: getEvents parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: sort in: query value: start:DESC - name: filter in: query value: status eq 'Accepted' or status eq 'Pending' and (id eq 'abc' or id eq 'def') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: createEventAsync steps: - stepId: test operationId: createEventAsync requestBody: contentType: application/json payload: description: Cvent annual user conference. end: "2020-02-07T17:00:00.000Z" format: Virtual languages: - en-US note: This event will need some coordination with external systems. planners: - company: Cvent Inc email: hsmith@example.com firstName: Henry lastName: Smith prefix: Dr. title: Event Planner start: "2020-02-03T13:00:00.000Z" timezone: America/New_York title: Cvent Connect 2020 type: Conference venues: - address: address1: Cvent Inc. address2: 4001 West Parmer Lane address3: PO Box 123 city: Austin countryCode: US postalCode: "78727" regionCode: TX name: Capital Convention Center successCriteria: - condition: $statusCode == 202 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"9163c74j-67c6-401c-k710-oe0f783bf022","status":"Processing"} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: getEventAsyncStatus steps: - stepId: test operationId: getEventAsyncStatus parameters: - name: eventCreationId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"9163c74j-67c6-401c-k710-oe0f783bf022","status":"Processing","event":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"}} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: getEventCopyStatus steps: - stepId: test operationId: getEventCopyStatus parameters: - name: eventCopyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"9163c74j-67c6-401c-k710-oe0f783bf022","status":"Processing","event":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"}} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: sendEventEmails steps: - stepId: test operationId: sendEventEmails requestBody: contentType: application/json payload: attendees: - 9A641E55-3367-4C50-B21B-B6A7613DFB23 email: id: a150f1ee-6c54-4b01-90e6-d701748f0851 event: id: a150f1ee-6c54-4b01-90e6-d701748f0851 resendToPreviousRecipients: true successCriteria: - condition: $statusCode == 202 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","requestId":"3A541E55-3367-4C50-B21B-B6A7613DFB23","status":"ERROR","description":"Cannot send an email from deleted event.","event":{"id":"a150f1ee-6c54-4b01-90e6-d701748f0851"},"email":{"id":"a150f1ee-6c54-4b01-90e6-d701748f0851"},"resendToPreviousRecipients":true,"attendeeResponses":[{"id":"9A641E55-3367-4C50-B21B-B6A7613DFB23","status":"Sent","errorMessage":"attendee does not exist."}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: getEventEmailStatus steps: - stepId: test operationId: getEventEmailStatus parameters: - name: emailRequestId in: path value: 2A941E55-3367-4C50-B21B-B6A7613DFB23 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","requestId":"3A541E55-3367-4C50-B21B-B6A7613DFB23","status":"ERROR","description":"Cannot send an email from deleted event.","event":{"id":"a150f1ee-6c54-4b01-90e6-d701748f0851"},"email":{"id":"a150f1ee-6c54-4b01-90e6-d701748f0851"},"resendToPreviousRecipients":true,"attendeeResponses":[{"id":"9A641E55-3367-4C50-B21B-B6A7613DFB23","status":"In-Progress","errorMessage":"attendee does not exist."}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: getEventsPostFilters steps: - stepId: test operationId: getEventsPostFilters parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: sort in: query value: start:DESC requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: getEventById steps: - stepId: test operationId: getEventById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"9463c74e-18c6-401a-a710-ae0f485bf059","title":"Cvent Connect 2020","code":"R5NP4NJYB3D","format":"Virtual","description":"Cvent annual user conference.","start":"2020-02-03T13:00:00.000Z","end":"2020-02-07T17:00:00.000Z","closeAfter":"2020-02-01T23:59:00.000Z","archiveAfter":"2020-05-07T12:00:00.000Z","launchAfter":"2020-01-07T12:00:00.000Z","timezone":"America/New_York","venues":[{"name":"Capital Convention Center","address":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America","latitude":30.42501,"longitude":-97.71518}}],"phone":"555-555-5555","note":"This event will need some coordination with external systems.","defaultLocale":"en-US","languages":["en-US"],"currency":"USD","registrationSecurityLevel":"Private","status":"Pending","eventStatus":"Upcoming","planningStatus":"Submitted","testMode":false,"capacity":50,"planners":[{"prefix":"Dr.","firstName":"Henry","lastName":"Smith","company":"Cvent Inc","title":"Event Planner","email":"hsmith@example.com","deleted":false}],"stakeholders":[{"firstName":"Henry","lastName":"Potterfield","company":"Cvent Inc","title":"Event stakeholder","email":"stakeholderemail@test.com","workPhone":"555-555-5555","homePhone":"555-555-5555","mobilePhone":"555-555-5555","deleted":false}],"customFields":[{"id":"564415c7-4a92-4fe3-93a5-2efd5224d03b","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"type":"Conference","_links":{"invitation":{"href":"https://cvent.com"},"agenda":{"href":"https://cvent.com"},"summary":{"href":"https://cvent.com"},"registration":{"href":"https://cvent.com"}},"created":"2017-01-02T02:00:00Z","lastModified":"2019-02-12T03:00:00Z","meetingRequestId":"b566c24e-12a8-452d-c490-ad0e796be093","createdBy":"John Doe","lastModifiedBy":"Jane Doe"} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: updateEvent steps: - stepId: test operationId: updateEvent parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: archiveAfter: "2020-05-07T12:00:00.000Z" capacity: 50 closeAfter: "2020-02-01T23:59:00.000Z" description: Cvent annual user conference. end: "2020-02-07T17:00:00.000Z" format: Virtual languages: - en-US note: This event will need some coordination with external systems. planners: [] start: "2020-02-03T13:00:00.000Z" timezone: America/New_York title: Cvent Connect 2020 type: Conference venues: - address: address1: Cvent Inc. address2: 4001 West Parmer Lane address3: PO Box 123 city: Austin countryCode: US postalCode: "78727" regionCode: TX name: Capital Convention Center successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"9463c74e-18c6-401a-a710-ae0f485bf059","title":"Cvent Connect 2020","code":"R5NP4NJYB3D","format":"Virtual","description":"Cvent annual user conference.","start":"2020-02-03T13:00:00.000Z","end":"2020-02-07T17:00:00.000Z","closeAfter":"2020-02-01T23:59:00.000Z","archiveAfter":"2020-05-07T12:00:00.000Z","launchAfter":"2020-01-07T12:00:00.000Z","timezone":"America/New_York","venues":[{"name":"Capital Convention Center","address":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America","latitude":30.42501,"longitude":-97.71518}}],"phone":"555-555-5555","note":"This event will need some coordination with external systems.","defaultLocale":"en-US","languages":["en-US"],"currency":"USD","registrationSecurityLevel":"Private","status":"Pending","eventStatus":"Upcoming","planningStatus":"Submitted","testMode":false,"capacity":50,"planners":[{"prefix":"Dr.","firstName":"Henry","lastName":"Smith","company":"Cvent Inc","title":"Event Planner","email":"hsmith@example.com","deleted":false}],"stakeholders":[{"firstName":"Henry","lastName":"Potterfield","company":"Cvent Inc","title":"Event stakeholder","email":"stakeholderemail@test.com","workPhone":"555-555-5555","homePhone":"555-555-5555","mobilePhone":"555-555-5555","deleted":false}],"customFields":[{"id":"46d6c042-b23f-477c-a34a-0d801a8dbd63","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"type":"Conference","_links":{"invitation":{"href":"https://cvent.com"},"agenda":{"href":"https://cvent.com"},"summary":{"href":"https://cvent.com"},"registration":{"href":"https://cvent.com"}},"created":"2017-01-02T02:00:00Z","lastModified":"2019-02-12T03:00:00Z","meetingRequestId":"b566c24e-12a8-452d-c490-ad0e796be093","createdBy":"John Doe","lastModifiedBy":"Jane Doe"} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: eventCheckIn steps: - stepId: test operationId: eventCheckIn parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: [] successCriteria: - condition: $statusCode == 207 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | [{"data":{"id":"a96e7faa-b23e-49de-9040-c908473ba7ac","code":400,"message":"Bad Request","target":"example target","details":[{"id":"a96e7faa-b23e-49de-9040-c908473ba7ac","code":400,"message":"Bad Request","target":"example target"}]},"status":400,"message":"Example error message.","request":{"operation":"PUT","headers":{"header1":"header1Value","header2":"header2Value"},"queryParams":{"param1":"param1Value","param2":"param2Value"}}}] type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: copyEvent steps: - stepId: test operationId: copyEvent parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: agenda: featureData: true event: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 exhibitors: featureData: true planning: featureData: true registration: featureData: true speakers: featureData: true surveys: featureData: true travel: featureData: true successCriteria: - condition: $statusCode == 202 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"9163c74j-67c6-401c-k710-oe0f783bf022","status":"Processing"} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: answerEventCustomField steps: - stepId: test operationId: answerEventCustomField parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: customFieldId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: id: 8daec569-a328-48c3-b205-1fc913fc7c81 type: General value: - Choice C - Choice A successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"22dfc499-758f-4009-80f9-233d9d93898f","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listDonationItems steps: - stepId: test operationId: listDonationItems parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"registrantInformation":"Registrant Note.","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"General Donation Item","description":"Some description of the donation item.","code":"R5NP4NJYB3D","minimumAmountAllowedPerInvitee":1,"maximumAmountAllowedPerInvitee":5,"generalLedger":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d5","name":"General Ledger","code":"General Ledger Code"},"registrationTypes":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d4"],"openForRegistration":false,"automaticallyClosesOn":"2022-08-12"}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listDonationItemsPostFilter steps: - stepId: test operationId: listDonationItemsPostFilter parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"registrantInformation":"Registrant Note.","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"General Donation Item","description":"Some description of the donation item.","code":"R5NP4NJYB3D","minimumAmountAllowedPerInvitee":1,"maximumAmountAllowedPerInvitee":5,"generalLedger":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d5","name":"General Ledger","code":"General Ledger Code"},"registrationTypes":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d4"],"openForRegistration":false,"automaticallyClosesOn":"2022-08-12"}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listEventEmails steps: - stepId: test operationId: listEventEmails parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: before in: query value: "2017-01-02T02:00:00Z" - name: after in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq 'a150f1ee-6c54-4b01-90e6-d701748f0851' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"nextToken":"3b2359a7-4583-40ed-8afd-67e5f15373d3","currentToken":"90c5f062-76ad-4ea4-aa53-00eb698d9262","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listFeeItems steps: - stepId: test operationId: listFeeItems parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or product.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d6' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: getInvitationList steps: - stepId: test operationId: getInvitationList parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq 'a150f1ee-6c54-4b01-90e6-d701748f0851' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"nextToken":"3b2359a7-4583-40ed-8afd-67e5f15373d3","currentToken":"90c5f062-76ad-4ea4-aa53-00eb698d9262","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"a150f1ee-6c54-4b01-90e6-d701748f0851","name":"Invitation List","locale":"en-US","default":true}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: getOrders steps: - stepId: test operationId: getOrders parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: attendee.id eq '78b3d72a-1851-46f4-a837-5f8613f4db83' AND (type eq 'Online Charge' OR type eq 'Online Refund') - name: deleted in: query value: false successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: getOrderItems steps: - stepId: test operationId: getOrderItems parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: 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') - name: deleted in: query value: false successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: associateDiscountCodeToOrderItem steps: - stepId: test operationId: associateDiscountCodeToOrderItem parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: orderId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: orderItemId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: discountCode in: path value: HALF_OFF requestBody: contentType: application/json payload: amountOrdered: 15.35 event: id: 4a0e8d1f-8fd6-4ebe-977a-602b4a1f9c56 item: id: 6c0e8d1f-8fd6-4ebe-977a-602b4a1f9c43 order: id: 6c0e8d1f-8fd6-4ebe-977a-602b4a1f9c43 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","order":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","type":"Online Refund"},"event":{"id":"4a0e8d1f-8fd6-4ebe-977a-602b4a1f9c56"},"attendee":{"id":"5b0e8d1f-8fd6-4ebe-977a-602b4a1f9c43"},"guest":true,"guestDetail":{"id":"07c1cf32-a603-4736-8b77-749c3cee3107"},"product":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","type":"Session"},"active":true,"name":"Dinner Session","price":15.35,"fee":{"id":"28FEA0CD-A8B8-4A51-96C1-DDD5EAD642C6","name":"Orientation Session Registration Fee"},"quantity":2,"amountOrdered":35.35,"amountPaid":10.15,"amountDue":25.2,"productPriceTierAmount":15.35,"tiered":true,"generalLedgerItems":[{"id":"a6b6c1bc-e410-48da-86c2-80478ecf60f9","name":"Other Accounts Receivable","code":"123445","description":"Other Accounts Receivable; Leg. Accounts Receivable","allocationPercentage":50}],"discounts":[{"id":"e7fd2027-5b26-4965-9ddf-b5db78ebcfec","name":"SRV Discount Code","code":"HALF_OFF","type":"Amount","value":50,"amount":15}],"deleted":false} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listQuantityItems steps: - stepId: test operationId: listQuantityItems parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"registrantInformation":"Registrant Note.","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"General Quantity Item","description":"Some description of the quantity item.","code":"R5NP4NJYB3D","maximumItemsPerInvitee":10,"registrationTypes":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d4"],"openForRegistration":false,"automaticallyClosesOn":"2022-08-12","capacity":150,"closeEventOnCapacityFull":false}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listQuantityItemsPostFilter steps: - stepId: test operationId: listQuantityItemsPostFilter parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"registrantInformation":"Registrant Note.","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"General Quantity Item","description":"Some description of the quantity item.","code":"R5NP4NJYB3D","maximumItemsPerInvitee":10,"registrationTypes":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d4"],"openForRegistration":false,"automaticallyClosesOn":"2022-08-12","capacity":150,"closeEventOnCapacityFull":false}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listRegistrationPaths steps: - stepId: test operationId: listRegistrationPaths parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: locale in: query value: en-US successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listRegistrationTypes steps: - stepId: test operationId: listRegistrationTypes parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"name":"Member","code":"MemberCode","description":"Registration type assigned to invitees who are members","virtual":true,"openForRegistration":true,"automaticOpenDate":"2017-01-02T02:00:00Z","automaticEndDate":"2017-01-02T02:00:00Z","event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","capacity":{"remaining":100,"consumed":100,"total":100},"registrationPath":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: updateRegistrationType steps: - stepId: test operationId: updateRegistrationType parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: registrationTypeId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: automaticEndDate: "2017-01-02T02:00:00Z" automaticOpenDate: "2017-01-02T02:00:00Z" capacity: total: 100 openForRegistration: true successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"name":"Member","code":"MemberCode","description":"Registration type assigned to invitees who are members","virtual":true,"openForRegistration":true,"automaticOpenDate":"2017-01-02T02:00:00Z","automaticEndDate":"2017-01-02T02:00:00Z","event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","capacity":{"remaining":100,"consumed":100,"total":100}} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: getTransactions steps: - stepId: test operationId: getTransactions parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: attendee.id eq 'f4af0b94-4427-46f8-bea0-b06af2a0af80' AND (paymentType eq 'Online Charge' OR paymentType eq 'Online Refund') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"18549806a69f4727a315f2199a08d8b6","processorTransactionId":"ch_3Lrr4TBhiDV0mZz50nZpGx4a","event":{"id":"4a0e8d1f-8fd6-4ebe-977a-602b4a1f9c56"},"attendee":{"id":"5b0e8d1f-8fd6-4ebe-977a-602b4a1f9c43"},"orders":[{"id":"7c4a5acd-9610-4c42-bd10-10e279e69ddc"}, {"id":"b479e85e-b5b0-49e7-9f11-65bad23350b1"}, {"id":"d1c24041-9ca4-4afd-a2f8-a0905d935aa9"}],"journalNumber":"PZNK2PKZH4N","paymentType":"Online Refund","paymentMethod":"Mastercard","success":true,"date":"2018-01-13T02:00:00Z","batchNumber":"112021-0017","referenceNumber":"112021-0017","amount":15.25,"currency":"EUR","paymentNote":"Payment notes","nameOnCreditCard":"John Doe","expirationDateOfCreditCard":"2024-01-01T12:00:00.000Z","billingAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX"}}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: postTransactions steps: - stepId: test operationId: postTransactions parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: partialPayment in: query value: false requestBody: contentType: application/json payload: amount: 15.25 attendee: id: 5b0e8d1f-8fd6-4ebe-977a-602b4a1f9c43 batchNumber: 112021-0017 date: "2018-01-13T02:00:00Z" event: id: 4a0e8d1f-8fd6-4ebe-977a-602b4a1f9c56 paymentMethod: Mastercard paymentNote: Payment notes paymentType: Offline Charge referenceNumber: 112021-0017 transactionItems: - amount: 15.25 product: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"18549806a69f4727a315f2199a08d8b6","event":{"id":"4a0e8d1f-8fd6-4ebe-977a-602b4a1f9c56"},"attendee":{"id":"5b0e8d1f-8fd6-4ebe-977a-602b4a1f9c43"},"orders":[{"id":"7c4a5acd-9610-4c42-bd10-10e279e69ddc"}, {"id":"b479e85e-b5b0-49e7-9f11-65bad23350b1"}, {"id":"d1c24041-9ca4-4afd-a2f8-a0905d935aa9"}],"journalNumber":"PZNK2PKZH4N","paymentType":"Offline Charge","paymentMethod":"Mastercard","success":true,"date":"2018-01-13T02:00:00Z","batchNumber":"112021-0017","referenceNumber":"112021-0017","amount":15.25,"currency":"EUR","paymentNote":"Payment notes","transactionItems":[{"product":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","type":"Session"},"amount":15.25}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: getTransactionItems steps: - stepId: test operationId: getTransactionItems parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: 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') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"9455d69e-fb6e-4ce8-9414-5587c90fd557","uniqueId":"9a8b7c6d-e5f4-3210-bacd-3456789012de::7f3e2a1b-c4d5-6789-efab-2345678901bc","transaction":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","processorTransactionId":"ch_3Lrr4TBhiDV0mZz50nZpGx4a"},"event":{"id":"4a0e8d1f-8fd6-4ebe-977a-602b4a1f9c56"},"attendee":{"id":"5b0e8d1f-8fd6-4ebe-977a-602b4a1f9c43"},"product":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","type":"Session"},"orderItem":{"id":"cfb2f6d9-0ec9-467d-8a6e-da29e2b674af"},"name":"Dinner Session","amount":15.25,"currency":"EUR"}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listEventUserGroups steps: - stepId: test operationId: listEventUserGroups parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[],"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}}} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: updateQuantityItemRegistrationForAttendee steps: - stepId: test operationId: updateQuantityItemRegistrationForAttendee parameters: - name: quantityItemId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: attendee: id: 9463c74e-18c6-401a-a710-ae0f485bf059 id: 8163c74e-18c6-401a-a710-ae0f485bf059 sendEmail: false updatedQuantity: 5 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"8163c74e-18c6-401a-a710-ae0f485bf059","attendee":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"updatedQuantity":5,"sendEmail":false} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listSessionsAttendance steps: - stepId: test operationId: listSessionsAttendance parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '1ffa56d9-9f60-4b8c-8b3b-3451de21293c::2ffa56d9-9f60-4b8c-8b3b-3451de21293c' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listSessionsEnrollment steps: - stepId: test operationId: listSessionsEnrollment parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '1ffa56d9-9f60-4b8c-8b3b-3451de21293c::2ffa56d9-9f60-4b8c-8b3b-3451de21293c' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listSessionsEnrollmentPostFilter steps: - stepId: test operationId: listSessionsEnrollmentPostFilter parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: sessionCheckIn steps: - stepId: test operationId: sessionCheckIn parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: [] successCriteria: - condition: $statusCode == 207 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | [{"data":{"id":"a96e7faa-b23e-49de-9040-c908473ba7ac"},"status":400,"message":"Example error message.","request":{"operation":"PUT","headers":{"header1":"header1Value","header2":"header2Value"},"queryParams":{"param1":"param1Value","param2":"param2Value"}}}] type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: updateSessionCheckIn steps: - stepId: test operationId: updateSessionCheckIn parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: [] successCriteria: - condition: $statusCode == 207 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | [{"data":{"code":400,"message":"Bad Request","target":"example target","details":[{"code":400,"message":"Bad Request","target":"example target"}]},"status":400,"message":"Example error message.","request":{"operation":"PUT","headers":{"header1":"header1Value","header2":"header2Value"},"queryParams":{"param1":"param1Value","param2":"param2Value"}}}] type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listAppointmentAttendees steps: - stepId: test operationId: listAppointmentAttendees parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: appointmentEvent.id eq 'd165ad63-4bec-449d-aa9e-054fc7fcbb71' and contact.id eq 'da561161-8e80-4c70-9663-750cbc2045f6' and deleted eq 'false' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: getAppointmentAttendeeById steps: - stepId: test operationId: getAppointmentAttendeeById parameters: - name: id in: path value: 0cdfa3f7-05da-4121-857b-d7732891e01a::52a68001-70ce-4ec4-a6fe-d0888123c715 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"0cdfa3f7-05da-4121-857b-d7732891e01a::52a68001-70ce-4ec4-a6fe-d0888123c715","code":"GKNNHYW9GFV","appointmentEvent":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"contact":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"registration":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"created":"2019-04-01T17:00:00.000Z","modified":"2019-04-01T17:00:00.000Z","deleted":false} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: listAvailability steps: - stepId: test operationId: listAvailability parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: appointmentEvent.id eq 'd165ad63-4bec-449d-aa9e-054fc7fcbb71' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"da8b035b-428b-4069-b25b-92afbcf514b3::2d8234f1-55df-483c-abe3-7e2cb98f8275","attendee":{"id":"0cdfa3f7-05da-4121-857b-d7732891e01a::52a68001-70ce-4ec4-a6fe-d0888123c715"},"appointmentEvent":{"id":"2d8234f1-55df-483c-abe3-7e2cb98f8275"},"timeRanges":[{"start":"2020-04-01T19:00:00.000","end":"2020-04-01T20:00:00.000","type":"AVAILABLE"}],"created":"2019-04-01T17:00:00.000Z","lastModified":"2019-04-01T17:00:00.000Z","deleted":false}]} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: getAvailabilityById steps: - stepId: test operationId: getAvailabilityById parameters: - name: id in: path value: da8b035b-428b-4069-b25b-92afbcf514b3::2d8234f1-55df-483c-abe3-7e2cb98f8275 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"da8b035b-428b-4069-b25b-92afbcf514b3::2d8234f1-55df-483c-abe3-7e2cb98f8275","attendee":{"id":"0cdfa3f7-05da-4121-857b-d7732891e01a::52a68001-70ce-4ec4-a6fe-d0888123c715"},"appointmentEvent":{"id":"2d8234f1-55df-483c-abe3-7e2cb98f8275"},"timeRanges":[{"start":"2020-04-01T19:00:00.000","end":"2020-04-01T20:00:00.000","type":"AVAILABLE"}],"created":"2019-04-01T17:00:00.000Z","lastModified":"2019-04-01T17:00:00.000Z","deleted":false} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: listAppointmentEvents steps: - stepId: test operationId: listAppointmentEvents parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: event.id eq 'd165ad63-4bec-449d-aa9e-054fc7fcbb71' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"2d8234f1-55df-483c-abe3-7e2cb98f8275","code":"GKNNHYW9GFV","event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"apptEventType":"STANDARD","status":"ACTIVE","deleted":false,"archived":true,"defaultLocale":"en-US","title":"Cvent Connect 2020","description":"The Cvent yearly user conference.","start":"2019-06-29T17:00:00.000Z","end":"2019-06-29T21:00:00.000Z","timezone":"America/New_York","venues":[{"name":"Capital Convention Center","address":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America","latitude":30.42501,"longitude":-97.71518}}],"phone":"555-555-5555","planners":[{"firstName":"Henry","lastName":"Potterfield","email":"h.potterfield@test.com","company":"Cvent Inc.","title":"Event Planner","prefix":"Mr."}]}]} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: getAppointmentEventById steps: - stepId: test operationId: getAppointmentEventById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"2d8234f1-55df-483c-abe3-7e2cb98f8275","code":"GKNNHYW9GFV","event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"apptEventType":"STANDARD","status":"ACTIVE","deleted":false,"archived":true,"defaultLocale":"en-US","title":"Cvent Connect 2020","description":"The Cvent yearly user conference.","start":"2019-06-29T17:00:00.000Z","end":"2019-06-29T21:00:00.000Z","timezone":"America/New_York","venues":[{"name":"Capital Convention Center","address":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America","latitude":30.42501,"longitude":-97.71518}}],"phone":"555-555-5555","planners":[{"firstName":"Henry","lastName":"Potterfield","email":"h.potterfield@test.com","company":"Cvent Inc.","title":"Event Planner","prefix":"Mr."}]} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: listAvailableTimes steps: - stepId: test operationId: listAvailableTimes parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: appointmentType.id eq '2925dd1c-7b02-4e34-8881-18f2360b50a7' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"0046e875-79a5-4851-8332-da105d58088a","startTime":"2019-04-12T15:15:00.000Z","endTime":"2019-04-12T15:30:00.000Z","type":"DEFINED","appointmentType":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"location":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"availableAppointments":2}]} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: listAppointmentTypes steps: - stepId: test operationId: listAppointmentTypes parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"0046e875-79a5-4851-8332-da105d58088a","name":"Event Appointment","category":"CUSTOM_APPOINTMENT","timeRangeType":"DEFINED"}]} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: createAppointment steps: - stepId: test operationId: createAppointment parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: suppressNotifications in: query value: false requestBody: contentType: application/json payload: appointmentTypeId: b53dc938-8121-4af1-a5e2-d9f3f4fcd574 attendees: - id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 autoAccept: true code: APPT-0001 customLocationName: Coffee Shop description: A private meeting to discuss sales opportunities. endTime: "2030-01-01T15:30:00Z" enforceScheduleRule: true hosts: - id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 location: fa896667-5998-46dc-ac06-6be8e053ef4e startTime: "2017-01-01T15:20:00Z" subject: Meeting with Cvent successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"0046e875-79a5-4851-8332-da105d58088a","code":"APPT-0001","name":"Meeting with Cvent","description":"Discuss about marketing.","start":"2019-04-12T15:20:00.000Z","end":"2019-04-12T15:30:00.000Z","status":"CONFIRMED","location":{"name":"Hynes Convention Center"},"type":{"name":"Customer Meeting"},"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","appointmentEvent":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"participants":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","attendee":{"id":"dd1057b9-a957-4c22-be88-741a29d01471/97f2ca58-0f9e-401f-a6b5-a6f20d3a9568","contact":{"id":"97f2ca58-0f9e-401f-a6b5-a6f20d3a9568"}},"type":"Attendee","response":"CONFIRMED","participation":{"participated":true},"questionViewer":false,"privateNoteViewer":false,"deleted":false,"status":"confirmed"}],"autoAcceptAttendees":false,"enforceScheduleRules":false,"deleted":false,"questions":[{"id":"a5c42275-5ffa-4a43-94d3-b2516279122e","name":"What is a your favorite color?","type":"General","value":["Choice C","Choice A"],"order":1}]} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: updateAppointment steps: - stepId: test operationId: updateAppointment parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: apptId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: suppressNotifications in: query value: false requestBody: contentType: application/json payload: attendees: - id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 customLocationName: Coffee Shop description: A private meeting to discuss sales opportunities. endTime: "2030-01-01T15:30:00Z" enforceScheduleRule: true hosts: - id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 id: a3d77c44-bb4b-41dd-9c37-18230cc66ce4 location: fa896667-5998-46dc-ac06-6be8e053ef4e startTime: "2017-01-01T15:20:00Z" subject: Meeting with Cvent successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"0046e875-79a5-4851-8332-da105d58088a","code":"APPT-0001","name":"Meeting with Cvent","description":"Discuss about marketing.","start":"2019-04-12T15:20:00.000Z","end":"2019-04-12T15:30:00.000Z","status":"CONFIRMED","location":{"name":"Hynes Convention Center"},"type":{"name":"Customer Meeting"},"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","appointmentEvent":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"participants":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","attendee":{"id":"dd1057b9-a957-4c22-be88-741a29d01471/97f2ca58-0f9e-401f-a6b5-a6f20d3a9568","contact":{"id":"97f2ca58-0f9e-401f-a6b5-a6f20d3a9568"}},"type":"Attendee","response":"CONFIRMED","participation":{"participated":true},"questionViewer":false,"privateNoteViewer":false,"deleted":false,"status":"confirmed"}],"autoAcceptAttendees":false,"enforceScheduleRules":false,"deleted":false,"questions":[{"id":"8e981c48-effb-43fb-b544-9ef8f322c2af","name":"What is a your favorite color?","type":"General","value":["Choice C","Choice A"],"order":1}]} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: listLocations steps: - stepId: test operationId: listLocations parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"0046e875-79a5-4851-8332-da105d58088a","name":"Conference Room B","parentLocation":{"id":"0046e875-79a5-4851-8332-da105d58088a","name":"Conference Room B"},"capacity":5}]} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: listMeetingInterests steps: - stepId: test operationId: listMeetingInterests parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: appointmentEvent.id eq 'd165ad63-4bec-449d-aa9e-054fc7fcbb71' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"0cdfa3f7-05da-4121-857b-d7732891e01a::52a68001-70ce-4ec4-a6fe-d0888123c715","attendee":{"id":"0cdfa3f7-05da-4121-857b-d7732891e01a::52a68001-70ce-4ec4-a6fe-d0888123c715"},"appointmentEvent":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"interests":[{"name":"Cvent","exhibitor":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"ranking":"5","meetingType":"Group Meeting","comment":"A 1:1 or group meeting works."}],"created":"2019-04-01T17:00:00.000Z","lastModified":"2019-04-01T17:00:00.000Z","deleted":true}]} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: getMeetingInterestById steps: - stepId: test operationId: getMeetingInterestById parameters: - name: id in: path value: 0cdfa3f7-05da-4121-857b-d7732891e01a::52a68001-70ce-4ec4-a6fe-d0888123c715 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"0cdfa3f7-05da-4121-857b-d7732891e01a::52a68001-70ce-4ec4-a6fe-d0888123c715","attendee":{"id":"0cdfa3f7-05da-4121-857b-d7732891e01a::52a68001-70ce-4ec4-a6fe-d0888123c715"},"appointmentEvent":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"interests":[{"name":"Cvent","exhibitor":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"ranking":"5","meetingType":"Group Meeting","comment":"A 1:1 or group meeting works."}],"created":"2019-04-01T17:00:00.000Z","lastModified":"2019-04-01T17:00:00.000Z","deleted":true} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: listAppointments steps: - stepId: test operationId: listAppointments parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: appointmentEvent.id eq 'ad0ea301-1203-4fee-a7d2-54165ba14e2d' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: getAppointmentById steps: - stepId: test operationId: getAppointmentById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"0046e875-79a5-4851-8332-da105d58088a","code":"APPT-0001","name":"Meeting with Cvent","description":"Discuss about marketing.","start":"2019-04-12T15:20:00.000Z","end":"2019-04-12T15:30:00.000Z","status":"CONFIRMED","location":{"name":"Hynes Convention Center"},"type":{"name":"Customer Meeting"},"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","appointmentEvent":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"participants":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","attendee":{"id":"dd1057b9-a957-4c22-be88-741a29d01471/97f2ca58-0f9e-401f-a6b5-a6f20d3a9568","contact":{"id":"97f2ca58-0f9e-401f-a6b5-a6f20d3a9568"}},"type":"Attendee","response":"CONFIRMED","participation":{"participated":true},"questionViewer":false,"privateNoteViewer":false,"deleted":false,"status":"confirmed"}],"autoAcceptAttendees":false,"enforceScheduleRules":false,"deleted":false,"questions":[{"id":"98c046ad-0ffe-4b0c-971e-1b423c3502e2","name":"What is a your favorite color?","type":"General","value":["Choice C","Choice A"],"order":1}]} type: simple x-speakeasy-test-group: Appointments x-speakeasy-test-rebuild: true - workflowId: listDurations steps: - stepId: test operationId: listDurations parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 1000 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: sort in: query value: start:DESC,title:ASC - name: filter in: query value: firstSeen gt '2020-02-07T12:00:00.000Z' and session.id = '0e2f583e-62ae-40d8-9b5c-b8e67a6ba1ab' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"session":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"firstSeen":"2020-02-03T13:00:00.000Z","lastSeen":"2020-02-03T13:00:00.000Z","deleted":false,"type":"API","durationType":"session","duration":300000,"id":"ce359543-61f5-492d-b8de-875c3473e8ae_@_0ca2e0af-166b-48fa-b976-980c34e21e82_@_5c068898-3b72-452d-919f-2c046441339f"}]} type: simple x-speakeasy-test-group: Attendees x-speakeasy-test-rebuild: true - workflowId: createAttendee steps: - stepId: test operationId: createAttendee requestBody: contentType: application/json payload: - administrator: id: 7949c335-b5b2-46cf-8f5d-f6b21795df51 admissionItem: id: 7949c335-b5b2-46cf-8f5d-f6b21795df51 answers: - question: id: 60f1d05b-e3ee-4d70-a7f3-0edb9a76af4a value: - "1234" contact: id: ea66a709-2a93-4fa0-8b83-cf4f62df9dc3 event: id: 0a955598-376e-43d4-a796-91d6d5f41e3f guest: true invitationList: id: 06da38f9-12da-4cb6-a581-7a5954f8e0e2 invitedBy: Planner-Invited note: Would like to sit near the front of the room for sessions. referenceId: refid-marketingwebsite responseMethod: Self-Responded sendEmail: false status: Accepted visibility: Private successCriteria: - condition: $statusCode == 207 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | [{"data":{"code":400,"message":"Bad Request","target":"example target","details":[{"code":400,"message":"Bad Request","target":"example target"}]},"status":400,"message":"Example error message.","request":{"operation":"PUT","headers":{"header1":"header1Value","header2":"header2Value"},"queryParams":{"param1":"param1Value","param2":"param2Value"}}}] type: simple x-speakeasy-test-group: Attendees x-speakeasy-test-rebuild: true - workflowId: listAttendees steps: - stepId: test operationId: listAttendees parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: expand in: query value: - answers.question - registrationType - name: sort in: query value: contact.company:DESC,contact.title:ASC - name: includeDeletedGuests in: query value: false - name: filter in: query value: contact.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or checkedIn eq 'true' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","confirmationNumber":"VNNDLJ6DKVK","contact":{"firstName":"Henry","lastName":"Potterfield","middleName":"A","nickname":"Harry","email":"h.potterfield@test.com","ccEmail":"h.porter@tesing.com","gender":"Male","company":"Cvent Inc.","designation":"Event","title":"Event Planner","type":{"id":"861B51EC-AA7E-475F-B38D-4C8E35C47D63","name":"VIP Member"},"primaryAddressType":"Home","homeAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America","latitude":30,"longitude":-97},"homePhone":"555-555-5555","homeFax":"555-555-5555","workAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America","latitude":30,"longitude":-97},"workPhone":"555-555-5555","workFax":"555-555-5555","optOut":{"optedOut":false},"customFields":[{"id":"bbed8ead-41ab-4b9c-b85c-a424fe1bbbfc","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"sourceId":"system-a-00000000-0000-0000-0000-000000000000","mobilePhone":"555-555-5555","compliance":[{"creationTime":"2021-03-08T17:30:01.727Z","complianceScope":"CCPA","action":"DO_NOT_SELL","createdBy":"PLANNER"}],"prefix":"Dr.","pager":"555-555-5555","deleted":false,"headline":"Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands","personalWebsite":"https://www.example.com","biography":"I am a marketing professional with experience in event planning and brand strategy.","pronouns":"he/him/she/her/they/them","_links":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"profilePicture":{"href":"https://cvent.com/picture123"}}},"checkedIn":true,"checkIn":"2018-01-13T02:00:00Z","checkOut":"2018-01-13T02:00:00Z","duration":4000,"registrationPath":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"invitationList":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Sample Object name"},"webLinks":{"acceptRegistration":"https://example.com/123ABC?i=abcdefghijklmnopqrstuv","declineRegistration":"https://example.com/123ABC?i=abcdefghijklmnopqrstuv"},"registrationType":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"referenceId":"refid-plannerside","externalReferences":[{"type":"Cvent Salesforce App","id":"0000X123sfjhooks","referenceId":"000X123jhooks"}],"note":"Would like to sit near the front of the room for sessions.","guest":true,"deletedGuest":false,"group":{"id":"d97d28b6-cf35-4d6c-90eb-bb10fef1d1ce","member":true,"leader":true},"administrator":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"unsubscribed":false,"status":"Accepted","registeredAt":"2018-01-13T02:00:00Z","registrationLastModified":"2018-01-13T02:00:00Z","registrationCancelledAt":"2018-01-13T02:00:00Z","invitedBy":"Planner-Invited","responseMethod":"Self-Responded","answers":[{"question":{"id":"60f1d05b-e3ee-4d70-a7f3-0edb9a76af4a"},"value":["1234"]}],"admissionItem":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"visibility":"Private","bio":"In west Philadelphia, born and raised, on the playground is where I spent most of my days.","websiteUrl":"https://www.example.com","allowPushNotifications":false,"allowAppointmentPushNotifications":false,"testRecord":false,"attendeeLastModified":"2018-01-13T02:00:00Z","appointmentGroups":[{"id":"bf183d50-56ad-454b-8b9f-06d8e923e1fd"}],"credit":10}]} type: simple x-speakeasy-test-group: Attendees x-speakeasy-test-rebuild: true - workflowId: listAttendeesPostFilter steps: - stepId: test operationId: listAttendeesPostFilter parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: expand in: query value: - answers.question - registrationType - name: sort in: query value: contact.company:DESC,contact.title:ASC - name: includeDeletedGuests in: query value: false requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Attendees x-speakeasy-test-rebuild: true - workflowId: getAttendeeById steps: - stepId: test operationId: getAttendeeById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: expand in: query value: - answers.question - registrationType successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","confirmationNumber":"VNNDLJ6DKVK","contact":{"firstName":"Henry","lastName":"Potterfield","middleName":"A","nickname":"Harry","email":"h.potterfield@test.com","ccEmail":"h.porter@tesing.com","gender":"Male","company":"Cvent Inc.","designation":"Event","title":"Event Planner","type":{"id":"861B51EC-AA7E-475F-B38D-4C8E35C47D63","name":"VIP Member"},"primaryAddressType":"Home","homeAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America","latitude":30,"longitude":-97},"homePhone":"555-555-5555","homeFax":"555-555-5555","workAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America","latitude":30,"longitude":-97},"workPhone":"555-555-5555","workFax":"555-555-5555","optOut":{"optedOut":false},"customFields":[{"id":"8e8665e7-ca97-4610-90dc-3527c766faf9","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"sourceId":"system-a-00000000-0000-0000-0000-000000000000","mobilePhone":"555-555-5555","compliance":[{"creationTime":"2021-03-08T17:30:01.727Z","complianceScope":"CCPA","action":"DO_NOT_SELL","createdBy":"PLANNER"}],"prefix":"Dr.","pager":"555-555-5555","deleted":false,"headline":"Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands","personalWebsite":"https://www.example.com","biography":"I am a marketing professional with experience in event planning and brand strategy.","pronouns":"he/him/she/her/they/them","_links":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"profilePicture":{"href":"https://cvent.com/picture123"}}},"checkedIn":true,"checkIn":"2018-01-13T02:00:00Z","checkOut":"2018-01-13T02:00:00Z","duration":4000,"registrationPath":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"invitationList":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Sample Object name"},"webLinks":{"acceptRegistration":"https://example.com/123ABC?i=abcdefghijklmnopqrstuv","declineRegistration":"https://example.com/123ABC?i=abcdefghijklmnopqrstuv"},"registrationType":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"referenceId":"refid-plannerside","externalReferences":[{"type":"Cvent Salesforce App","id":"0000X123sfjhooks","referenceId":"000X123jhooks"}],"note":"Would like to sit near the front of the room for sessions.","guest":true,"deletedGuest":false,"group":{"id":"d97d28b6-cf35-4d6c-90eb-bb10fef1d1ce","member":true,"leader":true},"administrator":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"unsubscribed":false,"status":"Accepted","registeredAt":"2018-01-13T02:00:00Z","registrationLastModified":"2018-01-13T02:00:00Z","registrationCancelledAt":"2018-01-13T02:00:00Z","invitedBy":"Planner-Invited","responseMethod":"Self-Responded","answers":[{"question":{"id":"60f1d05b-e3ee-4d70-a7f3-0edb9a76af4a"},"value":["1234"]}],"admissionItem":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"visibility":"Private","bio":"In west Philadelphia, born and raised, on the playground is where I spent most of my days.","websiteUrl":"https://www.example.com","allowPushNotifications":false,"allowAppointmentPushNotifications":false,"testRecord":false,"attendeeLastModified":"2018-01-13T02:00:00Z","appointmentGroups":[{"id":"bf183d50-56ad-454b-8b9f-06d8e923e1fd"}],"credit":10} type: simple x-speakeasy-test-group: Attendees x-speakeasy-test-rebuild: true - workflowId: updateAttendee steps: - stepId: test operationId: updateAttendee parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: administrator: id: 7949c335-b5b2-46cf-8f5d-f6b21795df51 admissionItem: id: 7949c335-b5b2-46cf-8f5d-f6b21795df51 answers: - question: id: 60f1d05b-e3ee-4d70-a7f3-0edb9a76af4a value: - "1234" contact: id: ea66a709-2a93-4fa0-8b83-cf4f62df9dc3 event: id: 0a955598-376e-43d4-a796-91d6d5f41e3f invitationList: id: 06da38f9-12da-4cb6-a581-7a5954f8e0e2 note: Would like to sit near the front of the room for sessions. referenceId: refid-marketingwebsite sendEmail: false status: Accepted visibility: Private successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","confirmationNumber":"VNNDLJ6DKVK","contact":{"firstName":"Henry","lastName":"Potterfield","middleName":"A","nickname":"Harry","email":"h.potterfield@test.com","ccEmail":"h.porter@tesing.com","gender":"Male","company":"Cvent Inc.","designation":"Event","title":"Event Planner","type":{"id":"861B51EC-AA7E-475F-B38D-4C8E35C47D63","name":"VIP Member"},"primaryAddressType":"Home","homeAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America","latitude":30,"longitude":-97},"homePhone":"555-555-5555","homeFax":"555-555-5555","workAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America","latitude":30,"longitude":-97},"workPhone":"555-555-5555","workFax":"555-555-5555","optOut":{"optedOut":false},"customFields":[{"id":"d1b5785a-f370-4935-ab5c-d8b318a79002","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"sourceId":"system-a-00000000-0000-0000-0000-000000000000","mobilePhone":"555-555-5555","compliance":[{"creationTime":"2021-03-08T17:30:01.727Z","complianceScope":"CCPA","action":"DO_NOT_SELL","createdBy":"PLANNER"}],"prefix":"Dr.","pager":"555-555-5555","deleted":false,"headline":"Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands","personalWebsite":"https://www.example.com","biography":"I am a marketing professional with experience in event planning and brand strategy.","pronouns":"he/him/she/her/they/them","_links":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"profilePicture":{"href":"https://cvent.com/picture123"}}},"checkedIn":true,"checkIn":"2018-01-13T02:00:00Z","checkOut":"2018-01-13T02:00:00Z","duration":4000,"registrationPath":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"invitationList":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Sample Object name"},"webLinks":{"acceptRegistration":"https://example.com/123ABC?i=abcdefghijklmnopqrstuv","declineRegistration":"https://example.com/123ABC?i=abcdefghijklmnopqrstuv"},"registrationType":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"referenceId":"refid-plannerside","externalReferences":[{"type":"Cvent Salesforce App","id":"0000X123sfjhooks","referenceId":"000X123jhooks"}],"note":"Would like to sit near the front of the room for sessions.","guest":true,"deletedGuest":false,"group":{"id":"d97d28b6-cf35-4d6c-90eb-bb10fef1d1ce","member":true,"leader":true},"administrator":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"unsubscribed":false,"status":"Accepted","registeredAt":"2018-01-13T02:00:00Z","registrationLastModified":"2018-01-13T02:00:00Z","registrationCancelledAt":"2018-01-13T02:00:00Z","invitedBy":"Planner-Invited","responseMethod":"Self-Responded","answers":[{"question":{"id":"60f1d05b-e3ee-4d70-a7f3-0edb9a76af4a"},"value":["1234"]}],"admissionItem":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"visibility":"Private","bio":"In west Philadelphia, born and raised, on the playground is where I spent most of my days.","websiteUrl":"https://www.example.com","allowPushNotifications":false,"allowAppointmentPushNotifications":false,"testRecord":false,"attendeeLastModified":"2018-01-13T02:00:00Z","appointmentGroups":[{"id":"bf183d50-56ad-454b-8b9f-06d8e923e1fd"}],"credit":10} type: simple x-speakeasy-test-group: Attendees x-speakeasy-test-rebuild: true - workflowId: updateInternalInfoAnswers steps: - stepId: test operationId: updateInternalInfoAnswers parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: question: code: DIETARY id: adcc4376-4560-4fb3-8594-2fdbb637c07c value: - "1234" successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"question":{"id":"adcc4376-4560-4fb3-8594-2fdbb637c07c","code":"DIETARY"},"value":["1234"]} type: simple x-speakeasy-test-group: Attendees x-speakeasy-test-rebuild: true - workflowId: postBadge steps: - stepId: test operationId: postBadge parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 requestBody: contentType: application/json payload: attendee: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 event: id: 3db28cfc-db22-11eb-8d19-0242ac130003 id: abc123 status: Active type: Epc successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"abc123","status":"Active","type":"Epc","attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"}} type: simple x-speakeasy-test-group: Attendees x-speakeasy-test-rebuild: true - workflowId: getBadge steps: - stepId: test operationId: getBadge parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '{string}' and attendee.id eq '{UUID}' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"abc123","status":"Active","type":"Epc","attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"}}]} type: simple x-speakeasy-test-group: Attendees x-speakeasy-test-rebuild: true - workflowId: getBadgesPostFilters steps: - stepId: test operationId: getBadgesPostFilters parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"abc123","status":"Active","type":"Epc","attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"}}]} type: simple x-speakeasy-test-group: Attendees x-speakeasy-test-rebuild: true - workflowId: updateBadge steps: - stepId: test operationId: updateBadge parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: badgeId in: path value: abc123 requestBody: contentType: application/json payload: attendee: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 event: id: 3db28cfc-db22-11eb-8d19-0242ac130003 id: abc123 status: Active type: Epc successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"abc123","status":"Active","type":"Epc","attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"}} type: simple x-speakeasy-test-group: Attendees x-speakeasy-test-rebuild: true - workflowId: getAttendeeCredits steps: - stepId: test operationId: getAttendeeCredits parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: sort in: query value: lastModified:DESC - name: expand in: query value: - creditType - name: filter in: query value: attendee.id eq '{UUID}' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Event Credits x-speakeasy-test-rebuild: true - workflowId: listAttendeeInsights steps: - stepId: test operationId: listAttendeeInsights parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: event.id eq '6f004fd8-7a06-4b25-94f2-46270d3fbc79' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"3f1b949b-2f69-42e2-b205-3780f9a76eaf","name":"General Interest","description":"A score to capture engagement for general attendees.","event":{"id":"04cb6ae2-0dc3-487b-953e-86d6abbdf7d3"},"default":false}]} type: simple x-speakeasy-test-group: Attendee Insights x-speakeasy-test-rebuild: true - workflowId: getAttendeeInsightsById steps: - stepId: test operationId: getAttendeeInsightsById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"3f1b949b-2f69-42e2-b205-3780f9a76eaf","name":"General Interest","description":"A score to capture engagement for general attendees.","event":{"id":"04cb6ae2-0dc3-487b-953e-86d6abbdf7d3"},"default":false} type: simple x-speakeasy-test-group: Attendee Insights x-speakeasy-test-rebuild: true - workflowId: getScores steps: - stepId: test operationId: getScores parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: limit in: query value: 100 - name: filter in: query value: attendee.id eq '6f004fd8-7a06-4b25-94f2-46270d3fbc79' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Attendee Insights x-speakeasy-test-rebuild: true - workflowId: getStats steps: - stepId: test operationId: getStats parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"averageAttendeeScore":120,"attendeeCount":200,"activityCount":3000} type: simple x-speakeasy-test-group: Attendee Insights x-speakeasy-test-rebuild: true - workflowId: listAttendeeActivities steps: - stepId: test operationId: listAttendeeActivities parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: type eq 'event.registered' or type eq 'session.enrolled' and (attendee.id eq 'uuid1' or attendee.id eq 'uuid2') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"9463c74e-18c6-401a-a710-ae0f485bf059","attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"event":{"id":"d84855b0-eeda-41c4-8e7a-53e80364cb95","title":"Cvent Connect 2020","code":"XRNGB4YY3CX","timezone":"America/New_York"},"time":"2019-08-24T14:15:22Z","created":"2019-08-24T14:15:22Z","name":"Registered for Event","type":"event.registered","data":{}}]} type: simple x-speakeasy-test-group: Attendee Activities x-speakeasy-test-rebuild: true - workflowId: createAttendeeActivity steps: - stepId: test operationId: createAttendeeActivity requestBody: contentType: application/json payload: attendee: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 data: additionalFields: submitted: "true" venue: tokyo externalActivityDate: "2019-08-24T14:15:22Z" id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 event: id: d84855b0-eeda-41c4-8e7a-53e80364cb95 name: Registered for Event type: event.external successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"9463c74e-18c6-401a-a710-ae0f485bf059","attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"event":{"id":"d84855b0-eeda-41c4-8e7a-53e80364cb95","title":"Cvent Connect 2020","code":"XRNGB4YY3CX","timezone":"America/New_York"},"time":"2019-08-24T14:15:22Z","created":"2019-08-24T14:15:22Z","name":"Registered for Event","type":"event.external","data":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","externalActivityDate":"2019-08-24T14:15:22Z","additionalFields":{"venue":"tokyo","submitted":"true"}}} type: simple x-speakeasy-test-group: Attendee Activities x-speakeasy-test-rebuild: true - workflowId: listExternalAttendeeActivitiesMetadata steps: - stepId: test operationId: listExternalAttendeeActivitiesMetadata parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: 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' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Attendee Activities x-speakeasy-test-rebuild: true - workflowId: createExternalAttendeeActivityMetadata steps: - stepId: test operationId: createExternalAttendeeActivityMetadata requestBody: contentType: application/json payload: description: This external activity contains data of social activities for an attendee. fields: - description: Contains data for facebook social media activity. name: facebook_social.media name: social.media type: event.external successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"9463c74e-18c6-401a-a710-ae0f485bf059","type":"event.external","name":"social.media","description":"This external activity contains data of social activities for an attendee.","fields":[{"name":"facebook_social.media","description":"Contains data for facebook social media activity."}]} type: simple x-speakeasy-test-group: Attendee Activities x-speakeasy-test-rebuild: true - workflowId: updateExternalAttendeeActivityMetadata steps: - stepId: test operationId: updateExternalAttendeeActivityMetadata parameters: - name: id in: path value: 9463c74e-18c6-401a-a710-ae0f485bf059 requestBody: contentType: application/json payload: description: This external activity contains data of social activities for an attendee. fields: - description: Contains data for facebook social media activity. name: facebook_social.media name: social.media type: event.external successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"9463c74e-18c6-401a-a710-ae0f485bf059","type":"event.external","name":"social.media","description":"This external activity contains data of social activities for an attendee.","fields":[{"name":"facebook_social.media","description":"Contains data for facebook social media activity."}]} type: simple x-speakeasy-test-group: Attendee Activities x-speakeasy-test-rebuild: true - workflowId: createAudienceSegment steps: - stepId: test operationId: createAudienceSegment requestBody: contentType: application/json payload: creationType: MANUAL description: A group of VIP attendees. event: id: 103097a4-143d-11e5-9f99-d0a637ee0032 name: VIP Attendees successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"103097a4-143d-11e5-9f99-d0a637ee0032"},"name":"VIP Attendees","description":"A group of VIP attendees.","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","creationType":"MANUAL","deleted":true} type: simple x-speakeasy-test-group: Audience Segments x-speakeasy-test-rebuild: true - workflowId: listAudienceSegments steps: - stepId: test operationId: listAudienceSegments parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: sort in: query value: lastModifiedBy:DESC - name: filter in: query value: 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' - name: before in: query value: "2017-01-02T02:00:00Z" - name: after in: query value: "2017-01-02T02:00:00Z" successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"103097a4-143d-11e5-9f99-d0a637ee0032"},"name":"VIP Attendees","description":"A group of VIP attendees.","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","creationType":"MANUAL","deleted":true}]} type: simple x-speakeasy-test-group: Audience Segments x-speakeasy-test-rebuild: true - workflowId: listAudienceSegmentsPostFilter steps: - stepId: test operationId: listAudienceSegmentsPostFilter parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: sort in: query value: lastModifiedBy:DESC - name: before in: query value: "2017-01-02T02:00:00Z" - name: after in: query value: "2017-01-02T02:00:00Z" requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"103097a4-143d-11e5-9f99-d0a637ee0032"},"name":"VIP Attendees","description":"A group of VIP attendees.","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","creationType":"MANUAL","deleted":true}]} type: simple x-speakeasy-test-group: Audience Segments x-speakeasy-test-rebuild: true - workflowId: getAudienceSegmentById steps: - stepId: test operationId: getAudienceSegmentById parameters: - name: audienceSegmentId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"103097a4-143d-11e5-9f99-d0a637ee0032"},"name":"VIP Attendees","description":"A group of VIP attendees.","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","creationType":"MANUAL","deleted":true} type: simple x-speakeasy-test-group: Audience Segments x-speakeasy-test-rebuild: true - workflowId: updateAudienceSegment steps: - stepId: test operationId: updateAudienceSegment parameters: - name: audienceSegmentId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: description: A group of VIP attendees. event: id: 103097a4-143d-11e5-9f99-d0a637ee0032 name: VIP Attendees successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"103097a4-143d-11e5-9f99-d0a637ee0032"},"name":"VIP Attendees","description":"A group of VIP attendees.","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","creationType":"MANUAL","deleted":true} type: simple x-speakeasy-test-group: Audience Segments x-speakeasy-test-rebuild: true - workflowId: listSegmentAssociatedAttendees steps: - stepId: test operationId: listSegmentAssociatedAttendees parameters: - name: audienceSegmentId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: before in: query value: "2017-01-02T02:00:00Z" - name: after in: query value: "2017-01-02T02:00:00Z" - name: filter in: query value: disassociated eq 'false' - name: includeDisassociated in: query value: true successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Audience Segments x-speakeasy-test-rebuild: true - workflowId: getBounceDetails steps: - stepId: test operationId: getBounceDetails parameters: - name: before in: query value: "2017-01-02T02:00:00Z" - name: after in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: productLine eq 'EVENT' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Emails x-speakeasy-test-rebuild: true - workflowId: getEmailsHistory steps: - stepId: test operationId: getEmailsHistory parameters: - name: before in: query value: "2021-03-25T02:30:00Z" - name: after in: query value: "2021-03-26T02:30:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: event.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Emails x-speakeasy-test-rebuild: true - workflowId: getEmailStatus steps: - stepId: test operationId: getEmailStatus parameters: - name: emailRequestId in: path value: 2A941E55-3367-4C50-B21B-B6A7613DFB23 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"emailRequestId":"3A541E55-3367-4C50-B21B-B6A7613DFB23","requestedDate":"2017-01-02T02:00:00Z","requestedBy":"Requester","recipientStatus":[]} type: simple x-speakeasy-test-group: Emails x-speakeasy-test-rebuild: true - workflowId: getAccountBudgetItems steps: - stepId: test operationId: getAccountBudgetItems parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: event.id eq 'e7120b27-ca4c-46c1-b5de-cbe5ea0e26d5' and budgetVersion.id ne 'e7120b27-ca4c-46c1-b5de-cbe5ea0e26d5' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3d808ee8-94f8-4f3a-9ad1-6b23f4e4c329"},"rfp":{"id":"3d808ee8-94f8-4f3a-9ad1-6b23f4e4c329"},"budgetVersion":{"id":"3d808ee8-94f8-4f3a-9ad1-6b23f4e4c329"},"id":"9463c74e-18c6-401a-a710-ae0f485bf959","name":"Airport Transportation","code":"AIRTRP","category":{"id":3,"name":"Travel"},"subCategory":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"utilities"},"deleted":false}]} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: getCards steps: - stepId: test operationId: getCards parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: event.id eq 'E05029A8-39F5-49DF-8450-2EB41B302421' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: getCardTransactions steps: - stepId: test operationId: getCardTransactions parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: event.id eq 'E05029A8-39F5-49DF-8450-2EB41B302421' and type ne 'Virtual' and status eq 'Active' or status eq 'Inactive' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: createCardTransaction steps: - stepId: test operationId: createCardTransaction requestBody: contentType: application/json payload: cardDescription: API Card Transaction eventId: 9463c74e-18c6-401a-a710-ae0f485bf959 id: 1VCAPITRAN18012023 transactionAmount: 1000.87 transactionCurrency: USD transactionDate: "2020-02-07T00:00:00.00Z" transactionMerchant: API Merchant successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"1VCAPITRAN18012023","eventId":"9463c74e-18c6-401a-a710-ae0f485bf959","cardDescription":"API Card Transaction","transactionAmount":1000.87,"transactionDate":"2020-02-07T00:00:00.00Z","transactionCurrency":"USD","transactionMerchant":"API Merchant"} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: updateCardTransaction steps: - stepId: test operationId: updateCardTransaction parameters: - name: transactionId in: path value: 1VCAPITRAN18012023 requestBody: contentType: application/json payload: cardDescription: API Card Transaction eventId: 9463c74e-18c6-401a-a710-ae0f485bf959 id: 1VCAPITRAN18012023 transactionAmount: 1000.87 transactionCurrency: USD transactionDate: "2020-02-07T00:00:00.00Z" transactionMerchant: API Merchant successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"1VCAPITRAN18012023","eventId":"9463c74e-18c6-401a-a710-ae0f485bf959","cardDescription":"API Card Transaction","transactionAmount":1000.87,"transactionDate":"2020-02-07T00:00:00.00Z","transactionCurrency":"USD","transactionMerchant":"API Merchant"} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: getCurrencyConversionRate steps: - stepId: test operationId: getCurrencyConversionRate parameters: - name: currency in: path value: USD - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: filter in: query value: 'startDate eq ''2020-02-07'' ' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: createCurrencyConversionRate steps: - stepId: test operationId: createCurrencyConversionRate parameters: - name: currency in: path value: USD requestBody: contentType: application/json payload: conversionRate: 5.2 endDate: "2020-02-08" startDate: "2020-02-07" successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"conversionRate":5.2,"startDate":"2020-02-07","endDate":"2020-02-08","id":"9463c74e-18c6-401a-a710-ae0f485bf959","baseCurrency":"USD","currency":"EUR","lastModified":"2020-02-07T00:00:00.00Z"} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: updateCurrencyConversionRate steps: - stepId: test operationId: updateCurrencyConversionRate parameters: - name: currency in: path value: USD - name: conversionRateId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: conversionRate: 5.2 endDate: "2020-02-08" id: 9463c74e-18c6-401a-a710-ae0f485bf959 startDate: "2020-02-07" successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"conversionRate":5.2,"startDate":"2020-02-07","endDate":"2020-02-08","id":"9463c74e-18c6-401a-a710-ae0f485bf959","baseCurrency":"USD","currency":"EUR","lastModified":"2020-02-07T00:00:00.00Z"} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: getBudgetItems steps: - stepId: test operationId: getBudgetItems parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: category.name eq 'Accommodation' and status ne 'Estimated' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: createBudgetItem steps: - stepId: test operationId: createBudgetItem parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: associatedRegistrants: - contactId: 0c478ddc-cf11-4026-a8e5-e6a59ae1c902 inviteeId: 7cc5304a-9323-452f-8ae8-111cae0047b0 associatedSession: 9463c74e-18c6-401a-a710-ae0f485bf959 calculateTaxOnGratuity: false category: id: 3 code: AIRTRP conversionRate: 5.2 conversionRateLocked: true costAvoidance: amount: 99.5 description: Discounted Cost costDetail: - cost: 100.5 gratuityDetail: gratuity: 5.2 id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 taxDetail: - id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 tax: 5.2 taxType: PERCENTAGE units: 5.2 costIncludesTaxGratuity: true costType: FIXED currency: USD date: "2020-02-07T00:00:00.00Z" generalLedger: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 gratuityType: PERCENTAGE internalNote: This item is inclusive of taxes. name: Airport Transportation status: ESTIMATED subCategory: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 vendor: id: d64380fd-3631-43e9-aac7-bd6bb6eccf6b successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"id":"9463c74e-18c6-401a-a710-ae0f485bf959","costType":"FIXED","name":"Airport Transportation","code":"AIRTRP","category":{"id":3,"name":"Travel"},"subCategory":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"utilities"},"status":"ESTIMATED","vendor":{"id":"d64380fd-3631-43e9-aac7-bd6bb6eccf6b","name":"Best Rest Hotels","type":"CSN"},"rfp":{"id":"79b975b9-07e2-4d78-b7bc-941eb1bf894b"},"date":"2020-02-07T00:00:00.00Z","lastModifiedDate":"2020-02-07T00:00:00.00Z","generalLedger":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"costAvoidance":{"amount":99.5,"description":"Discounted Cost"},"costIncludesTaxGratuity":true,"calculateTaxOnGratuity":false,"gratuityType":"PERCENTAGE","internalNote":"This item is inclusive of taxes.","currency":"USD","conversionRateLocked":true,"conversionRate":5.2,"costDetail":[{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Budgeted","units":5.2,"cost":100.5,"gratuityDetail":{"gratuity":5.2,"appliedGratuityValue":25.2},"taxDetail":[{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Applicable Tax","taxType":"PERCENTAGE","tax":5.2,"appliedTaxValue":5.2}],"totalCost":100.5}],"savings":[{"id":1,"name":"Budgeted - Actual","value":15.8}],"associatedRegistrants":[{"firstName":"Amit","lastName":"Kumar","hcpStatus":true,"inviteeId":"7cc5304a-9323-452f-8ae8-111cae0047b0","contactId":"0c478ddc-cf11-4026-a8e5-e6a59ae1c902"}],"associatedSession":"9463c74e-18c6-401a-a710-ae0f485bf959","customFields":[{"id":"baf666c9-44af-4c42-b51d-b7572dabc06f","name":"What is a your favorite color?","type":"General","value":["Choice C","Choice A"],"order":1}]} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: getBudgetAllocations steps: - stepId: test operationId: getBudgetAllocations parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: category.id eq 'e9ee2669-65db-46f8-872c-dbafbf9b0e92' or value lt 1000 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"budgetVersion":{"id":"3d808ee8-94f8-4f3a-9ad1-6b23f4e4c329"},"budgetItem":{"id":"49037583-aec5-4ca7-8f2a-0afd499b10da"},"category":{"id":"e9ee2669-65db-46f8-872c-dbafbf9b0e92"},"subcategory":{"id":"b2f194bd-a62c-4e27-a713-48b08196b8a7"},"generalLedger":{"id":"ff28f935-3670-43d2-98f6-5247a18f686c"},"method":"AMOUNT","value":200.5,"note":"This will be handled by manager."}]} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: updateBudgetItem steps: - stepId: test operationId: updateBudgetItem parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: budgetItemId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: associatedRegistrants: - contactId: 0c478ddc-cf11-4026-a8e5-e6a59ae1c902 inviteeId: 7cc5304a-9323-452f-8ae8-111cae0047b0 associatedSession: 9463c74e-18c6-401a-a710-ae0f485bf959 calculateTaxOnGratuity: false category: id: 3 code: AIRTRP conversionRate: 5.2 conversionRateLocked: true costAvoidance: amount: 99.5 description: Discounted Cost costDetail: - cost: 100.5 gratuityDetail: gratuity: 5.2 id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 taxDetail: - id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 tax: 5.2 taxType: PERCENTAGE units: 5.2 costIncludesTaxGratuity: true costType: FIXED currency: USD date: "2020-02-07T00:00:00.00Z" generalLedger: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 gratuityType: PERCENTAGE internalNote: This item is inclusive of taxes. name: Airport Transportation status: ESTIMATED subCategory: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 vendor: id: d64380fd-3631-43e9-aac7-bd6bb6eccf6b successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"id":"9463c74e-18c6-401a-a710-ae0f485bf959","costType":"FIXED","name":"Airport Transportation","code":"AIRTRP","category":{"id":3,"name":"Travel"},"subCategory":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"utilities"},"status":"ESTIMATED","vendor":{"id":"d64380fd-3631-43e9-aac7-bd6bb6eccf6b","name":"Best Rest Hotels","type":"CSN"},"rfp":{"id":"79b975b9-07e2-4d78-b7bc-941eb1bf894b"},"date":"2020-02-07T00:00:00.00Z","lastModifiedDate":"2020-02-07T00:00:00.00Z","generalLedger":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"costAvoidance":{"amount":99.5,"description":"Discounted Cost"},"costIncludesTaxGratuity":true,"calculateTaxOnGratuity":false,"gratuityType":"PERCENTAGE","internalNote":"This item is inclusive of taxes.","currency":"USD","conversionRateLocked":true,"conversionRate":5.2,"costDetail":[{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Budgeted","units":5.2,"cost":100.5,"gratuityDetail":{"gratuity":5.2,"appliedGratuityValue":25.2},"taxDetail":[{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Applicable Tax","taxType":"PERCENTAGE","tax":5.2,"appliedTaxValue":5.2}],"totalCost":100.5}],"savings":[{"id":1,"name":"Budgeted - Actual","value":15.8}],"associatedRegistrants":[{"firstName":"Amit","lastName":"Kumar","hcpStatus":true,"inviteeId":"7cc5304a-9323-452f-8ae8-111cae0047b0","contactId":"0c478ddc-cf11-4026-a8e5-e6a59ae1c902"}],"associatedSession":"9463c74e-18c6-401a-a710-ae0f485bf959","customFields":[{"id":"5beae47d-d243-4140-b097-c05d655145b8","name":"What is a your favorite color?","type":"General","value":["Choice C","Choice A"],"order":1}]} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: updateBudgetAllocations steps: - stepId: test operationId: updateBudgetAllocations parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: budgetItemId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: allocateBy: AMOUNT allocations: [] successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"allocateBy":"AMOUNT","allocations":[]} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: createPayment steps: - stepId: test operationId: createPayment parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: budgetItemId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: amount: 5.2 currency: USD date: "2020-02-07" name: Check Payment note: This payment is for admission. referenceNumber: abc12bde type: UATP successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"name":"Check Payment","referenceNumber":"abc12bde","currency":"USD","amount":5.2,"date":"2020-02-07","note":"This payment is for admission.","type":"VISA_ELECTRON","lastModified":"2020-02-07T00:00:00.00Z","id":"9463c74e-18c6-401a-a710-ae0f485bf959","budgetVersion":{"id":"9463c74e-18c6-401a-a710-ae0f485bf959"},"budgetItem":{"id":"9463c74e-18c6-401a-a710-ae0f485bf959"}} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: updatePayment steps: - stepId: test operationId: updatePayment parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: budgetItemId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: paymentId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: amount: 5.2 currency: USD date: "2020-02-07" id: 9463c74e-18c6-401a-a710-ae0f485bf959 name: Check Payment note: This payment is for admission. referenceNumber: abc12bde type: PRIVILEGE successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"name":"Check Payment","referenceNumber":"abc12bde","currency":"USD","amount":5.2,"date":"2020-02-07","note":"This payment is for admission.","type":"WPM","lastModified":"2020-02-07T00:00:00.00Z","id":"9463c74e-18c6-401a-a710-ae0f485bf959","budgetVersion":{"id":"9463c74e-18c6-401a-a710-ae0f485bf959"},"budgetItem":{"id":"9463c74e-18c6-401a-a710-ae0f485bf959"}} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: answerBudgetCustomField steps: - stepId: test operationId: answerBudgetCustomField parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: budgetItemId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: customFieldId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: id: a8f94915-b3db-4fb7-8ac8-2da89a9ce3f6 type: General value: - Choice C - Choice A successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"1c53ca5c-89b1-4f66-81d0-443a97c7ea38","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: getPayments steps: - stepId: test operationId: getPayments parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: filter in: query value: budgetItem.id eq '2c3a755a-d440-498d-baab-30f45dae3cf5' or id eq '1b3a755a-d440-498d-baab-30f45dae3cf5' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: attachInvoiceToPayment steps: - stepId: test operationId: attachInvoiceToPayment parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: paymentId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: invoiceId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"file":{},"href":"https://custom.cvent.com/a5154f85f71a4cf2464e037feb75b308/00000000000000000000000000000000/files/universal-file/tmp/e209d73d845746b7a6deda4da9d91b2c.png"} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: getEventBudgetTotals steps: - stepId: test operationId: getEventBudgetTotals parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: version.name eq 'Test version' and version.id eq '1b3a755a-d440-498d-baab-30f45dae3cf5' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: createBulkJob steps: - stepId: test operationId: createBulkJob requestBody: contentType: application/json payload: data: - dataRecord: end: {} event: {} start: {} status: {} title: {} headers: header1: header1Value header2: header2Value pathParams: id: 11111111-0dc3-487b-953e-86d6abbdf7d3 queryParams: param1: param1Value param2: param2Value description: Q1 Contact Import headers: header1: header1Value header2: header2Value operation: PUT queryParams: param1: param1Value param2: param2Value url: /contacts/{id} successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"766d1986-9aaa-454f-86f5-d605c45b3131","description":"Q1 Contact Import","url":"/contacts/{id}","operation":"PUT","headers":{"header1":"header1Value","header2":"header2Value"},"queryParams":{"param1":"param1Value","param2":"param2Value"},"started":"2017-01-02T02:00:00Z","completed":"2017-01-02T02:30:00Z","status":"COMPLETED","totalRecords":5000,"successful":4950,"failed":50,"data":[{"pathParams":{"id":"11111111-0dc3-487b-953e-86d6abbdf7d3"},"queryParams":{"param1":"param1Value","param2":"param2Value"},"headers":{"header1":"header1Value","header2":"header2Value"},"dataRecord":{"event":{},"title":{},"start":{},"end":{},"status":{}}}]} type: simple x-speakeasy-test-group: Bulk x-speakeasy-test-rebuild: true - workflowId: getBulkJobById steps: - stepId: test operationId: getBulkJobById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"766d1986-9aaa-454f-86f5-d605c45b3131","description":"Q1 Contact Import","url":"/contacts/{id}","operation":"PUT","headers":{"header1":"header1Value","header2":"header2Value"},"queryParams":{"param1":"param1Value","param2":"param2Value"},"started":"2017-01-02T02:00:00Z","completed":"2017-01-02T02:30:00Z","status":"COMPLETED","totalRecords":5000,"successful":4950,"failed":50} type: simple x-speakeasy-test-group: Bulk x-speakeasy-test-rebuild: true - workflowId: cancelBulkJob steps: - stepId: test operationId: cancelBulkJob parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"766d1986-9aaa-454f-86f5-d605c45b3131","description":"Q1 Contact Import","url":"/contacts/{id}","operation":"PUT","headers":{"header1":"header1Value","header2":"header2Value"},"queryParams":{"param1":"param1Value","param2":"param2Value"},"started":"2017-01-02T02:00:00Z","completed":"2017-01-02T02:30:00Z","status":"COMPLETED","totalRecords":5000,"successful":4950,"failed":50} type: simple x-speakeasy-test-group: Bulk x-speakeasy-test-rebuild: true - workflowId: uploadBulkJobData steps: - stepId: test operationId: uploadBulkJobData parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: data: - dataRecord: end: {} event: {} start: {} status: {} title: {} headers: header1: header1Value header2: header2Value pathParams: id: 11111111-0dc3-487b-953e-86d6abbdf7d3 queryParams: param1: param1Value param2: param2Value successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"pathParams":{"id":"11111111-0dc3-487b-953e-86d6abbdf7d3"},"queryParams":{"param1":"param1Value","param2":"param2Value"},"headers":{"header1":"header1Value","header2":"header2Value"},"dataRecord":{"event":{},"title":{},"start":{},"end":{},"status":{}}}],"count":100} type: simple x-speakeasy-test-group: Bulk x-speakeasy-test-rebuild: true - workflowId: listBulkJobResult steps: - stepId: test operationId: listBulkJobResult parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: failed eq "true" successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Bulk x-speakeasy-test-rebuild: true - workflowId: runBulkJob steps: - stepId: test operationId: runBulkJob parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"766d1986-9aaa-454f-86f5-d605c45b3131","description":"Q1 Contact Import","url":"/contacts/{id}","operation":"PUT","headers":{"header1":"header1Value","header2":"header2Value"},"queryParams":{"param1":"param1Value","param2":"param2Value"},"started":"2017-01-02T02:00:00Z","completed":"2017-01-02T02:30:00Z","status":"COMPLETED","totalRecords":5000,"successful":4950,"failed":50} type: simple x-speakeasy-test-group: Bulk x-speakeasy-test-rebuild: true - workflowId: getCampaigns steps: - stepId: test operationId: getCampaigns parameters: - name: before in: query value: "2021-03-25T02:30:00Z" - name: after in: query value: "2021-03-26T02:30:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: campaign.active eq '1' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Campaigns x-speakeasy-test-rebuild: true - workflowId: getEmailTemplates steps: - stepId: test operationId: getEmailTemplates parameters: - name: campaignId in: path value: 9A641E55-3367-4C50-B21B-B6A7613DFB23 - name: before in: query value: "2021-03-25T02:30:00Z" - name: after in: query value: "2021-03-26T02:30:00Z" - name: limit in: query value: 100 - name: filter in: query value: emailName eq 'Invitation' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Campaigns x-speakeasy-test-rebuild: true - workflowId: sendEMarketingEmails steps: - stepId: test operationId: sendEMarketingEmails requestBody: contentType: application/json payload: recipients: [] templateId: "12345" successCriteria: - condition: $statusCode == 202 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"requestId":"3A541E55-3367-4C50-B21B-B6A7613DFB23","templateId":"12345","recipientResponse":[{"id":"9A641E55-3367-4C50-B21B-B6A7613DFB23","status":"Error","errorMessage":"Recipient does not exist."}],"status":"ERROR","description":"Cannot send an email to inactive campaign(s)."} type: simple x-speakeasy-test-group: Campaigns x-speakeasy-test-rebuild: true - workflowId: getEmarketingEmailStatus steps: - stepId: test operationId: getEmarketingEmailStatus parameters: - name: emailRequestId in: path value: 2A941E55-3367-4C50-B21B-B6A7613DFB23 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","requestId":"3A541E55-3367-4C50-B21B-B6A7613DFB23","status":"ERROR","description":"Cannot send an email from deleted event.","templateId":"12345::2023-09-22T08:34:21.593Z","recipientResponse":[{"id":"9A641E55-3367-4C50-B21B-B6A7613DFB23","status":"Error","errorMessage":"Recipient does not exist."}]} type: simple x-speakeasy-test-group: Campaigns x-speakeasy-test-rebuild: true - workflowId: createCardTokens steps: - stepId: test operationId: createCardTokens requestBody: contentType: application/json payload: creditCard: accountHolderName: John Doe addressCity: McLean addressCountry: USA addressCountryAlpha2: US addressLine1: 123 Main Street addressLine2: First Floor addressLine3: Apt 101 addressPostalCode: "12345" addressStateProvince: VA contactPhone: 910-999-9999 cvv: "123" email: jdoe@example.com expMonth: 11 expYear: 2026 number: "4111111111111111" successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"00000000-0000-0000-0000-000000000000","creditCard":{"cardType":"VISA","last4Digits":"4444","accountHolderName":"John Doe","expMonth":11,"expYear":2026,"number":"************1111"}} type: simple x-speakeasy-test-group: Card Tokens x-speakeasy-test-rebuild: true - workflowId: createConnection steps: - stepId: test operationId: createConnection parameters: - name: Cvent-Access-Code in: header value: successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"eventId":123456,"status":"CONNECTED","defaultCallbacks":true} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: getHousingEventsSummaries steps: - stepId: test operationId: getHousingEventsSummaries parameters: - name: limit in: query value: 10 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: (start ge '2027-01-11T05:00:00.000Z' and end le '2027-01-15T05:00:00.000Z') or (end eq '2027-02-01T05:00:00.000Z') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":21738574,"name":"Summit 2027","start":"2027-01-13T05:00:00Z","end":"2027-01-15T05:00:00Z","cutOff":"2026-10-13T04:00:00Z","timeZone":"America/New_York","venue":{"name":"Holiday Inn","address":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US","latitude":2342.23423,"longitude":231234.23423}},"status":"PreOpen"}]} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: getHousingEventInfo steps: - stepId: test operationId: getHousingEventInfo parameters: - name: housingEventId in: path value: 35325345 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":21738574,"name":"Summit 2027","start":"2027-01-13T05:00:00Z","end":"2027-01-15T05:00:00Z","cutOff":"2026-10-13T04:00:00Z","timeZone":"America/New_York","venue":{"name":"Holiday Inn","address":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US","latitude":2342.23423,"longitude":231234.23423}},"status":"Closed","launchAfter":"2027-01-12T05:00:00Z","closeAfter":"2027-02-16T05:00:00Z","webLaunchAfter":"2026-01-13T05:00:00Z","webCloseAfter":"2026-12-13T05:00:00Z","defaultLocale":"es-DO","locales":["es-DO"],"image":"https://example.com/content/example.jpg","reservationContact":{"phone":"2345239540-123","fax":"25123-234-12","tollFree":"323-324","email":"venue@example.com"},"attendeeTypes":[],"planners":[{"firstName":"Alan","lastName":"Wood","email":"aw@example.com"}],"currency":"USD"} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: getHousingEventHotels steps: - stepId: test operationId: getHousingEventHotels parameters: - name: housingEventId in: path value: 35325345 - name: limit in: query value: 10 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: locale in: query value: en-US successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":125664,"housingEvent":{"id":69121314},"name":"Hotel New York","description":"Since first opening its doors in 1936, the Hotel New York has welcomed countless guests.","childPolicy":"Children 17 years or younger will stay free of charge in adult’s room with existing bedding.","images":[{"href":"https://example.com/content/example.jpg"}],"proximity":{"distance":{"distance":18.3,"distanceUnit":"Kilometers"},"mapMessage":"Your hotel is located here."},"amenities":["Room Service"],"rating":"3 Star","address":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"}}]} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: getHousingEventHotel steps: - stepId: test operationId: getHousingEventHotel parameters: - name: housingEventId in: path value: 35325345 - name: hotelId in: path value: 454345 - name: locale in: query value: en-US successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":125664,"housingEvent":{"id":69121314},"name":"Hotel New York","description":"Since first opening its doors in 1936, the Hotel New York has welcomed countless guests.","childPolicy":"Children 17 years or younger will stay free of charge in adult’s room with existing bedding.","images":[{"href":"https://example.com/content/example.jpg"}],"proximity":{"distance":{"distance":18.3,"distanceUnit":"Kilometers"},"mapMessage":"Your hotel is located here."},"amenities":["Room Service"],"rating":"3 Star","address":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"}} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: getHousingEventHotelAvailability steps: - stepId: test operationId: getHousingEventHotelAvailability parameters: - name: housingEventId in: path value: 35325345 - name: hotelId in: path value: 454345 - name: filter in: query value: attendeeType.codes eq 'PEWATT0524317' and (date ge '2023-01-12' and date le '2023-01-15') - name: limit in: query value: 10 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"hotel":{"id":49543342},"roomType":{"id":11549984},"attendeeType":{"id":34549966,"name":"Staff","codes":["PEWATT0524317"]},"date":"2025-03-25","quantity":130,"roomRate":150,"displayRate":150,"additionalGuestFees":[{"guestCount":2,"fee":20}],"taxStructure":{"disclosureStatement":"Total room charges will include all room fees and taxes (Subject to change).","items":[{"name":"State Tax","amount":6,"amountType":"percentage","frequency":"per_room","partOfBaseRate":false,"partOfDisplayRate":false}]},"currency":"USD","maxGuests":2,"minLengthOfStay":1,"hideRate":false,"waitListEnabled":false}]} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: getHousingEventRoomTypes steps: - stepId: test operationId: getHousingEventRoomTypes parameters: - name: housingEventId in: path value: 35325345 - name: hotelId in: path value: 454345 - name: limit in: query value: 10 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: attendeeTypes.id eq 10345 or attendeeTypes.codes eq 'PEWATT0524317' - name: locale in: query value: en-US successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":2345,"housingEvent":{"id":69121314},"hotel":{"id":49543342},"attendeeTypes":[{"id":34549966,"name":"Staff","codes":["PEWATT0524317"],"cancelPolicy":"If you wish to cancel your reservation, please do so 72 hours prior to your arrival date.","taxPolicy":"New York State Sales Tax is currently 8.875% per night."}],"name":"Double King","description":"This room is equipped with king bed, a polished marble bedroom and generous wardrobes.","images":[{"href":"https://example.com/content/example.jpg"}],"customOrder":1}]} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: getRoomTypeDetails steps: - stepId: test operationId: getRoomTypeDetails parameters: - name: housingEventId in: path value: 35325345 - name: hotelId in: path value: 454345 - name: roomTypeId in: path value: 4 - name: locale in: query value: en-US successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":2345,"housingEvent":{"id":69121314},"hotel":{"id":49543342},"attendeeTypes":[{"id":34549966,"name":"Staff","codes":["PEWATT0524317"],"cancelPolicy":"If you wish to cancel your reservation, please do so 72 hours prior to your arrival date.","taxPolicy":"New York State Sales Tax is currently 8.875% per night."}],"name":"Double King","description":"This room is equipped with king bed, a polished marble bedroom and generous wardrobes.","images":[{"href":"https://example.com/content/example.jpg"}],"customOrder":1} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: getRoomTypeInventory steps: - stepId: test operationId: getRoomTypeInventory parameters: - name: housingEventId in: path value: 35325345 - name: hotelId in: path value: 454345 - name: roomTypeId in: path value: 4 - name: limit in: query value: 10 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: (date ge '2023-01-12' and date le '2023-01-15') or (date eq '2023-02-01') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"hideRates":false,"rate":{"base":150,"currency":"USD"},"originalBlock":100,"currentBlock":150,"pickup":50,"finalPickup":45,"maxGuests":2,"minLengthOfStay":1,"waitListRequests":1,"available":30,"housingEvent":{"id":69121314},"hotel":{"id":49543342},"roomType":{"id":11549984},"date":"2024-12-01","freeSell":80,"unassigned":20,"allocation":[{"hideRates":false,"rate":{"base":150,"currency":"USD"},"originalBlock":100,"currentBlock":150,"pickup":50,"finalPickup":45,"maxGuests":2,"minLengthOfStay":1,"waitListRequests":1,"available":30,"attendeeType":{"id":34549966},"openForReservation":true,"freeSellEnabled":true,"sellHighestRate":false,"waitListEnabled":false,"guaranteed":true,"arrivals":10}]}]} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: getHousingEventInventory steps: - stepId: test operationId: getHousingEventInventory parameters: - name: housingEventId in: path value: 35325345 - name: limit in: query value: 10 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: (date ge '2023-01-12' and date le '2023-01-15') or (date eq '2023-02-01') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"hideRates":false,"rate":{"base":150,"currency":"USD"},"originalBlock":100,"currentBlock":150,"pickup":50,"finalPickup":45,"maxGuests":2,"minLengthOfStay":1,"waitListRequests":1,"available":30,"housingEvent":{"id":69121314},"hotel":{"id":49543342},"roomType":{"id":11549984},"date":"2024-12-01","freeSell":80,"unassigned":20,"allocation":[{"hideRates":false,"rate":{"base":150,"currency":"USD"},"originalBlock":100,"currentBlock":150,"pickup":50,"finalPickup":45,"maxGuests":2,"minLengthOfStay":1,"waitListRequests":1,"available":30,"attendeeType":{"id":34549966},"openForReservation":true,"freeSellEnabled":true,"sellHighestRate":false,"waitListEnabled":false,"guaranteed":true,"arrivals":10}]}]} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: getHousingEventReservations steps: - stepId: test operationId: getHousingEventReservations parameters: - name: housingEventId in: path value: 35325345 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 10 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: attendeeType.id eq 10345 and hotel.id eq 11355 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"327RVMXT","confirmationNumber":"327RVMXT","hotelConfirmationNumber":"442173430305","reservationRequest":{"id":"D6A63423-G796","externalId":"1239350605"},"attendeeTypeCode":"MVFBES0320484","attendeeType":{"id":34549966},"roomType":{"id":11549984,"name":"King"},"sendAcknowledgement":true,"splitFolio":false,"startDate":"2024-12-01T00:00:00Z","endDate":"2024-12-06T00:00:00Z","numberOfAdults":2,"numberOfChildren":1,"nights":[{"stayDate":"2024-12-01","status":"waitlisted","hideRates":false,"rate":{"base":150,"currency":"USD","additionalGuestFees":[{"guestCount":2,"fee":20}],"displayRate":150}}],"guests":[{"arrival":"2020-03-05","departure":"2020-03-07","firstName":"Gustav","lastName":"Schultz","middleName":"Al","title":"Dr.","position":"manager","company":"Test Inc","homeFax":"9785674321","email":"guest@cvent.com","homePhone":"(231)-213-1222","workPhone":"(231)-213-1222","homeAddress":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"},"paymentInfo":{"fullName":"Gustav Schultz","address":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"},"phone":"(231)213-1222","other":{"amount":0,"paymentDate":"2021-12-31","referenceItem":"Reference Item","checkNumber":"Check Num","received":false,"note":"No Comment"},"creditCard":{"expiration":"2021-12-31","lastFour":"1111"}},"ageQualifyingCode":10,"primary":true,"locale":"es-DO"}],"customFields":{"customField1":"CustomField1","customField2":"CustomField2","customField3":"CustomField3","customField4":"CustomField4","customField5":"CustomField5","customField6":"CustomField6"},"accessible":false,"specialRequest":"Double bed","isCancelled":false,"isCanceled":false,"noShow":false,"isModified":false,"isWaitListed":false,"cancelled":"2024-12-01T00:00:00Z","rewardProgram":{"id":10000,"name":"Test name"},"membershipId":"1154example","travelDetails":{"arrival":{"time":"2024-12-01T00:00:00Z","carrier":"JBU","carrierNumber":"12345"},"departure":{"time":"2024-12-01T00:00:00Z","carrier":"JBU","carrierNumber":"12345"},"additionalInformation":"Additional Information"},"housingEvent":{"id":69121314},"hotel":{"id":49543342,"name":"Northern Hotel"},"totalCharges":{"amountBeforeTax":750,"taxes":50,"totalGuestFees":50,"totalAddons":30,"amountAfterTax":800,"totalAmount":830,"currency":"USD"},"bookingSite":{"href":"https://book.passkey.com/entry?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXlsb2FkIjp7ImVudHJ5IjoiUkVHSVNUUkFUSU9OIiwicGFyYW1zIjpbeyJuYW1lIjoiYnJpZGdlSWQiLCJ2YWx1ZSI6IlQ3VFdNTEhQLUdFNEQifV19fQ.7sH1gO_1Aambk-SRRlO2c7ac2DOpqLmCB-zsxB71q_A"},"callCenter":{"href":"https://manage.passkey.com/Login?src=api&redirect=ccbridge®acknumber=WODS7LK4-GA8C"},"bookingContact":{"id":"323CZK3H"},"addOns":[{"id":43454324455,"name":"Fresh Towels","rate":{"base":15,"currency":"USD"}}]}]} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: createReservationRequest steps: - stepId: test operationId: createReservationRequest requestBody: contentType: application/json payload: accessible: false attendeeType: id: 34549966 attendeeTypeCode: MVFBES0320484 customFields: customField1: CustomField1 customField2: CustomField2 customField3: CustomField3 customField4: CustomField4 customField5: CustomField5 customField6: CustomField6 guests: [] hotel: id: 49543342 housingEvent: id: 69121314 locale: es-DO membershipId: 1154example redirectURL: https://cvent.com rewardProgram: id: 10000 name: Test name roomType: id: 11549984 sendAcknowledgement: true sourceId: Ext ack number specialRequest: Double bed splitFolio: false travelDetails: additionalInformation: Additional Information arrival: carrier: JBU carrierNumber: "12345" time: "2024-12-01T00:00:00Z" departure: carrier: JBU carrierNumber: "12345" time: "2024-12-01T00:00:00Z" successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"sourceId":"Ext ack number","attendeeTypeCode":"MVFBES0320484","confirmationNumber":"327PP24H","locale":"es-DO","housingEvent":{"id":69121314},"attendeeType":{"id":34549966},"roomType":{"id":11549984},"hotel":{"id":49543342},"sendAcknowledgement":true,"splitFolio":false,"redirectURL":"https://cvent.com","guests":[{"arrival":"2020-03-05","departure":"2020-03-07","firstName":"Gustav","lastName":"Schultz","middleName":"Al","title":"Dr.","position":"manager","company":"Test Inc","homeFax":"9785674321","email":"guest@cvent.com","homePhone":"(231)-213-1222","workPhone":"(231)-213-1222","homeAddress":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"},"paymentInfo":{"fullName":"Gustav Schultz","address":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"},"phone":"(231)213-1222","other":{"amount":0,"paymentDate":"2021-12-31","referenceItem":"Reference Item","checkNumber":"Check Num","received":false,"note":"No Comment"}}}],"customFields":{"customField1":"CustomField1","customField2":"CustomField2","customField3":"CustomField3","customField4":"CustomField4","customField5":"CustomField5","customField6":"CustomField6"},"accessible":false,"specialRequest":"Double bed","rewardProgram":{"id":10000,"name":"Test name"},"membershipId":"1154example","travelDetails":{"arrival":{"time":"2024-12-01T00:00:00Z","carrier":"JBU","carrierNumber":"12345"},"departure":{"time":"2024-12-01T00:00:00Z","carrier":"JBU","carrierNumber":"12345"},"additionalInformation":"Additional Information"},"id":"D6A63423-G796","status":"Cancel","bookingSite":{"href":"https://book.passkey.com/entry?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXlsb2FkIjp7ImVudHJ5IjoiUkVHSVNUUkFUSU9OIiwicGFyYW1zIjpbeyJuYW1lIjoiYnJpZGdlSWQiLCJ2YWx1ZSI6IlQ3VFdNTEhQLUdFNEQifV19fQ.7sH1gO_1Aambk-SRRlO2c7ac2DOpqLmCB-zsxB71q_A"},"callCenter":{"href":"https://manage.passkey.com/Login?src=api&redirect=ccbridge®acknumber=WODS7LK4-GA8C"}} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: getReservationRequest steps: - stepId: test operationId: getReservationRequest parameters: - name: reservationRequestsId in: path value: D6A63423-G796 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"sourceId":"Ext ack number","attendeeTypeCode":"MVFBES0320484","confirmationNumber":"327PP24H","locale":"es-DO","housingEvent":{"id":69121314},"attendeeType":{"id":34549966},"roomType":{"id":11549984},"hotel":{"id":49543342},"sendAcknowledgement":true,"splitFolio":false,"redirectURL":"https://cvent.com","guests":[{"arrival":"2020-03-05","departure":"2020-03-07","firstName":"Gustav","lastName":"Schultz","middleName":"Al","title":"Dr.","position":"manager","company":"Test Inc","homeFax":"9785674321","email":"guest@cvent.com","homePhone":"(231)-213-1222","workPhone":"(231)-213-1222","homeAddress":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"},"paymentInfo":{"fullName":"Gustav Schultz","address":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"},"phone":"(231)213-1222","other":{"amount":0,"paymentDate":"2021-12-31","referenceItem":"Reference Item","checkNumber":"Check Num","received":false,"note":"No Comment"}}}],"customFields":{"customField1":"CustomField1","customField2":"CustomField2","customField3":"CustomField3","customField4":"CustomField4","customField5":"CustomField5","customField6":"CustomField6"},"accessible":false,"specialRequest":"Double bed","rewardProgram":{"id":10000,"name":"Test name"},"membershipId":"1154example","travelDetails":{"arrival":{"time":"2024-12-01T00:00:00Z","carrier":"JBU","carrierNumber":"12345"},"departure":{"time":"2024-12-01T00:00:00Z","carrier":"JBU","carrierNumber":"12345"},"additionalInformation":"Additional Information"},"id":"D6A63423-G796","status":"Cancel","bookingSite":{"href":"https://book.passkey.com/entry?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXlsb2FkIjp7ImVudHJ5IjoiUkVHSVNUUkFUSU9OIiwicGFyYW1zIjpbeyJuYW1lIjoiYnJpZGdlSWQiLCJ2YWx1ZSI6IlQ3VFdNTEhQLUdFNEQifV19fQ.7sH1gO_1Aambk-SRRlO2c7ac2DOpqLmCB-zsxB71q_A"},"callCenter":{"href":"https://manage.passkey.com/Login?src=api&redirect=ccbridge®acknumber=WODS7LK4-GA8C"}} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: updateReservationRequest steps: - stepId: test operationId: updateReservationRequest parameters: - name: reservationRequestsId in: path value: D6A63423-G796 requestBody: contentType: application/json payload: accessible: false attendeeType: id: 34549966 attendeeTypeCode: MVFBES0320484 customFields: customField1: CustomField1 customField2: CustomField2 customField3: CustomField3 customField4: CustomField4 customField5: CustomField5 customField6: CustomField6 guests: - arrival: "2020-03-05" company: Test Inc departure: "2020-03-07" email: guest@cvent.com firstName: Gustav homeAddress: address1: West St. 1 address2: Apt. 16 city: Austin country: United States of America countryCode: US postalCode: 23452AB region: Texas regionCode: TX homeFax: "9785674321" homePhone: (231)-213-1222 lastName: Schultz middleName: Al paymentInfo: address: address1: West St. 1 address2: Apt. 16 city: Austin country: United States of America countryCode: US postalCode: 23452AB region: Texas regionCode: TX fullName: Gustav Schultz other: amount: 0 checkNumber: Check Num note: No Comment paymentDate: "2021-12-31" received: false referenceItem: Reference Item phone: (231)213-1222 position: manager title: Dr. workPhone: (231)-213-1222 hotel: id: 49543342 housingEvent: id: 69121314 id: D6A63423-G796 locale: es-DO membershipId: 1154example redirectURL: https://cvent.com rewardProgram: id: 10000 name: Test name roomType: id: 11549984 sendAcknowledgement: true sourceId: Ext ack number specialRequest: Double bed splitFolio: false travelDetails: additionalInformation: Additional Information arrival: carrier: JBU carrierNumber: "12345" time: "2024-12-01T00:00:00Z" departure: carrier: JBU carrierNumber: "12345" time: "2024-12-01T00:00:00Z" successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"sourceId":"Ext ack number","attendeeTypeCode":"MVFBES0320484","confirmationNumber":"327PP24H","locale":"es-DO","housingEvent":{"id":69121314},"attendeeType":{"id":34549966},"roomType":{"id":11549984},"hotel":{"id":49543342},"sendAcknowledgement":true,"splitFolio":false,"redirectURL":"https://cvent.com","guests":[{"arrival":"2020-03-05","departure":"2020-03-07","firstName":"Gustav","lastName":"Schultz","middleName":"Al","title":"Dr.","position":"manager","company":"Test Inc","homeFax":"9785674321","email":"guest@cvent.com","homePhone":"(231)-213-1222","workPhone":"(231)-213-1222","homeAddress":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"},"paymentInfo":{"fullName":"Gustav Schultz","address":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"},"phone":"(231)213-1222","other":{"amount":0,"paymentDate":"2021-12-31","referenceItem":"Reference Item","checkNumber":"Check Num","received":false,"note":"No Comment"}}}],"customFields":{"customField1":"CustomField1","customField2":"CustomField2","customField3":"CustomField3","customField4":"CustomField4","customField5":"CustomField5","customField6":"CustomField6"},"accessible":false,"specialRequest":"Double bed","rewardProgram":{"id":10000,"name":"Test name"},"membershipId":"1154example","travelDetails":{"arrival":{"time":"2024-12-01T00:00:00Z","carrier":"JBU","carrierNumber":"12345"},"departure":{"time":"2024-12-01T00:00:00Z","carrier":"JBU","carrierNumber":"12345"},"additionalInformation":"Additional Information"},"id":"D6A63423-G796","status":"Cancel","bookingSite":{"href":"https://book.passkey.com/entry?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXlsb2FkIjp7ImVudHJ5IjoiUkVHSVNUUkFUSU9OIiwicGFyYW1zIjpbeyJuYW1lIjoiYnJpZGdlSWQiLCJ2YWx1ZSI6IlQ3VFdNTEhQLUdFNEQifV19fQ.7sH1gO_1Aambk-SRRlO2c7ac2DOpqLmCB-zsxB71q_A"},"callCenter":{"href":"https://manage.passkey.com/Login?src=api&redirect=ccbridge®acknumber=WODS7LK4-GA8C"}} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: createReservation steps: - stepId: test operationId: createReservation requestBody: contentType: application/json payload: accessible: false attendeeType: id: 34549966 customFields: customField1: CustomField1 customField2: CustomField2 customField3: CustomField3 customField4: CustomField4 customField5: CustomField5 customField6: CustomField6 guests: [] hotel: id: 49543342 housingEvent: id: 69121314 membershipId: 1154example modifiers: allowWaitList: true numberOfAdults: 2 numberOfChildren: 1 rewardProgram: id: 10000 name: Test name roomType: id: 11549984 sendAcknowledgement: true specialRequest: Double bed splitFolio: false travelDetails: additionalInformation: Additional Information arrival: carrier: JBU carrierNumber: "12345" time: "2024-12-01T00:00:00Z" departure: carrier: JBU carrierNumber: "12345" time: "2024-12-01T00:00:00Z" successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"327RVMXT","confirmationNumber":"327RVMXT","hotelConfirmationNumber":"442173430305","reservationRequest":{"id":"D6A63423-G796","externalId":"1239350605"},"attendeeTypeCode":"MVFBES0320484","attendeeType":{"id":34549966},"roomType":{"id":11549984,"name":"King"},"sendAcknowledgement":true,"splitFolio":false,"startDate":"2024-12-01T00:00:00Z","endDate":"2024-12-06T00:00:00Z","numberOfAdults":2,"numberOfChildren":1,"nights":[{"stayDate":"2024-12-01","status":"confirmed","hideRates":false,"rate":{"base":150,"currency":"USD","additionalGuestFees":[{"guestCount":2,"fee":20}],"displayRate":150}}],"guests":[{"arrival":"2020-03-05","departure":"2020-03-07","firstName":"Gustav","lastName":"Schultz","middleName":"Al","title":"Dr.","position":"manager","company":"Test Inc","homeFax":"9785674321","email":"guest@cvent.com","homePhone":"(231)-213-1222","workPhone":"(231)-213-1222","homeAddress":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"},"paymentInfo":{"fullName":"Gustav Schultz","address":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"},"phone":"(231)213-1222","other":{"amount":0,"paymentDate":"2021-12-31","referenceItem":"Reference Item","checkNumber":"Check Num","received":false,"note":"No Comment"},"creditCard":{"expiration":"2021-12-31","lastFour":"1111"}},"ageQualifyingCode":10,"primary":true,"locale":"es-DO"}],"customFields":{"customField1":"CustomField1","customField2":"CustomField2","customField3":"CustomField3","customField4":"CustomField4","customField5":"CustomField5","customField6":"CustomField6"},"accessible":false,"specialRequest":"Double bed","isCancelled":false,"isCanceled":false,"noShow":false,"isModified":false,"isWaitListed":false,"cancelled":"2024-12-01T00:00:00Z","rewardProgram":{"id":10000,"name":"Test name"},"membershipId":"1154example","travelDetails":{"arrival":{"time":"2024-12-01T00:00:00Z","carrier":"JBU","carrierNumber":"12345"},"departure":{"time":"2024-12-01T00:00:00Z","carrier":"JBU","carrierNumber":"12345"},"additionalInformation":"Additional Information"},"housingEvent":{"id":69121314},"hotel":{"id":49543342,"name":"Northern Hotel"},"totalCharges":{"amountBeforeTax":750,"taxes":50,"totalGuestFees":50,"totalAddons":30,"amountAfterTax":800,"totalAmount":830,"currency":"USD"},"bookingSite":{"href":"https://book.passkey.com/entry?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXlsb2FkIjp7ImVudHJ5IjoiUkVHSVNUUkFUSU9OIiwicGFyYW1zIjpbeyJuYW1lIjoiYnJpZGdlSWQiLCJ2YWx1ZSI6IlQ3VFdNTEhQLUdFNEQifV19fQ.7sH1gO_1Aambk-SRRlO2c7ac2DOpqLmCB-zsxB71q_A"},"callCenter":{"href":"https://manage.passkey.com/Login?src=api&redirect=ccbridge®acknumber=WODS7LK4-GA8C"},"bookingContact":{"id":"323CZK3H"},"addOns":[{"id":43454324455,"name":"Fresh Towels","rate":{"base":15,"currency":"USD"}}]} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: getReservation steps: - stepId: test operationId: getReservation parameters: - name: reservationId in: path value: 327S856H successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"327RVMXT","confirmationNumber":"327RVMXT","hotelConfirmationNumber":"442173430305","reservationRequest":{"id":"D6A63423-G796","externalId":"1239350605"},"attendeeTypeCode":"MVFBES0320484","attendeeType":{"id":34549966},"roomType":{"id":11549984,"name":"King"},"sendAcknowledgement":true,"splitFolio":false,"startDate":"2024-12-01T00:00:00Z","endDate":"2024-12-06T00:00:00Z","numberOfAdults":2,"numberOfChildren":1,"nights":[{"stayDate":"2024-12-01","status":"confirmed","hideRates":false,"rate":{"base":150,"currency":"USD","additionalGuestFees":[{"guestCount":2,"fee":20}],"displayRate":150}}],"guests":[{"arrival":"2020-03-05","departure":"2020-03-07","firstName":"Gustav","lastName":"Schultz","middleName":"Al","title":"Dr.","position":"manager","company":"Test Inc","homeFax":"9785674321","email":"guest@cvent.com","homePhone":"(231)-213-1222","workPhone":"(231)-213-1222","homeAddress":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"},"paymentInfo":{"fullName":"Gustav Schultz","address":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"},"phone":"(231)213-1222","other":{"amount":0,"paymentDate":"2021-12-31","referenceItem":"Reference Item","checkNumber":"Check Num","received":false,"note":"No Comment"},"creditCard":{"expiration":"2021-12-31","lastFour":"1111"}},"ageQualifyingCode":10,"primary":true,"locale":"es-DO"}],"customFields":{"customField1":"CustomField1","customField2":"CustomField2","customField3":"CustomField3","customField4":"CustomField4","customField5":"CustomField5","customField6":"CustomField6"},"accessible":false,"specialRequest":"Double bed","isCancelled":false,"isCanceled":false,"noShow":false,"isModified":false,"isWaitListed":false,"cancelled":"2024-12-01T00:00:00Z","rewardProgram":{"id":10000,"name":"Test name"},"membershipId":"1154example","travelDetails":{"arrival":{"time":"2024-12-01T00:00:00Z","carrier":"JBU","carrierNumber":"12345"},"departure":{"time":"2024-12-01T00:00:00Z","carrier":"JBU","carrierNumber":"12345"},"additionalInformation":"Additional Information"},"housingEvent":{"id":69121314},"hotel":{"id":49543342,"name":"Northern Hotel"},"totalCharges":{"amountBeforeTax":750,"taxes":50,"totalGuestFees":50,"totalAddons":30,"amountAfterTax":800,"totalAmount":830,"currency":"USD"},"bookingSite":{"href":"https://book.passkey.com/entry?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXlsb2FkIjp7ImVudHJ5IjoiUkVHSVNUUkFUSU9OIiwicGFyYW1zIjpbeyJuYW1lIjoiYnJpZGdlSWQiLCJ2YWx1ZSI6IlQ3VFdNTEhQLUdFNEQifV19fQ.7sH1gO_1Aambk-SRRlO2c7ac2DOpqLmCB-zsxB71q_A"},"callCenter":{"href":"https://manage.passkey.com/Login?src=api&redirect=ccbridge®acknumber=WODS7LK4-GA8C"},"bookingContact":{"id":"323CZK3H"},"addOns":[{"id":43454324455,"name":"Fresh Towels","rate":{"base":15,"currency":"USD"}}]} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: updateReservationSync steps: - stepId: test operationId: updateReservationSync parameters: - name: reservationId in: path value: 327S856H requestBody: contentType: application/json payload: accessible: false attendeeType: id: 34549966 customFields: customField1: CustomField1 customField2: CustomField2 customField3: CustomField3 customField4: CustomField4 customField5: CustomField5 customField6: CustomField6 guests: [] hotel: id: 49543342 housingEvent: id: 69121314 membershipId: 1154example modifiers: allowWaitList: true numberOfAdults: 2 numberOfChildren: 1 rewardProgram: id: 10000 name: Test name roomType: id: 11549984 sendAcknowledgement: true specialRequest: Double bed splitFolio: false travelDetails: additionalInformation: Additional Information arrival: carrier: JBU carrierNumber: "12345" time: "2024-12-01T00:00:00Z" departure: carrier: JBU carrierNumber: "12345" time: "2024-12-01T00:00:00Z" successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"327RVMXT","confirmationNumber":"327RVMXT","hotelConfirmationNumber":"442173430305","reservationRequest":{"id":"D6A63423-G796","externalId":"1239350605"},"attendeeTypeCode":"MVFBES0320484","attendeeType":{"id":34549966},"roomType":{"id":11549984,"name":"King"},"sendAcknowledgement":true,"splitFolio":false,"startDate":"2024-12-01T00:00:00Z","endDate":"2024-12-06T00:00:00Z","numberOfAdults":2,"numberOfChildren":1,"nights":[{"stayDate":"2024-12-01","status":"waitlisted","hideRates":false,"rate":{"base":150,"currency":"USD","additionalGuestFees":[{"guestCount":2,"fee":20}],"displayRate":150}}],"guests":[{"arrival":"2020-03-05","departure":"2020-03-07","firstName":"Gustav","lastName":"Schultz","middleName":"Al","title":"Dr.","position":"manager","company":"Test Inc","homeFax":"9785674321","email":"guest@cvent.com","homePhone":"(231)-213-1222","workPhone":"(231)-213-1222","homeAddress":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"},"paymentInfo":{"fullName":"Gustav Schultz","address":{"address1":"West St. 1","address2":"Apt. 16","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"23452AB","country":"United States of America","countryCode":"US"},"phone":"(231)213-1222","other":{"amount":0,"paymentDate":"2021-12-31","referenceItem":"Reference Item","checkNumber":"Check Num","received":false,"note":"No Comment"},"creditCard":{"expiration":"2021-12-31","lastFour":"1111"}},"ageQualifyingCode":10,"primary":true,"locale":"es-DO"}],"customFields":{"customField1":"CustomField1","customField2":"CustomField2","customField3":"CustomField3","customField4":"CustomField4","customField5":"CustomField5","customField6":"CustomField6"},"accessible":false,"specialRequest":"Double bed","isCancelled":false,"isCanceled":false,"noShow":false,"isModified":false,"isWaitListed":false,"cancelled":"2024-12-01T00:00:00Z","rewardProgram":{"id":10000,"name":"Test name"},"membershipId":"1154example","travelDetails":{"arrival":{"time":"2024-12-01T00:00:00Z","carrier":"JBU","carrierNumber":"12345"},"departure":{"time":"2024-12-01T00:00:00Z","carrier":"JBU","carrierNumber":"12345"},"additionalInformation":"Additional Information"},"housingEvent":{"id":69121314},"hotel":{"id":49543342,"name":"Northern Hotel"},"totalCharges":{"amountBeforeTax":750,"taxes":50,"totalGuestFees":50,"totalAddons":30,"amountAfterTax":800,"totalAmount":830,"currency":"USD"},"bookingSite":{"href":"https://book.passkey.com/entry?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXlsb2FkIjp7ImVudHJ5IjoiUkVHSVNUUkFUSU9OIiwicGFyYW1zIjpbeyJuYW1lIjoiYnJpZGdlSWQiLCJ2YWx1ZSI6IlQ3VFdNTEhQLUdFNEQifV19fQ.7sH1gO_1Aambk-SRRlO2c7ac2DOpqLmCB-zsxB71q_A"},"callCenter":{"href":"https://manage.passkey.com/Login?src=api&redirect=ccbridge®acknumber=WODS7LK4-GA8C"},"bookingContact":{"id":"323CZK3H"},"addOns":[{"id":43454324455,"name":"Fresh Towels","rate":{"base":15,"currency":"USD"}}]} type: simple x-speakeasy-test-group: Housing x-speakeasy-test-rebuild: true - workflowId: createContactGroup steps: - stepId: test operationId: createContactGroup requestBody: contentType: application/json payload: description: long description distributionListInfo: internalNote: Sample distribution list internal note name: group name shortDescription: short description type: STANDARD successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"ea4938ca-b47b-4236-a89f-6e6fb29be3b7","name":"group name","shortDescription":"short description","description":"long description","type":"STANDARD","distributionListInfo":{"internalNote":"Sample distribution list internal note","status":"PENDING"}} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: listContactGroups steps: - stepId: test operationId: listContactGroups parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: name eq 'groupName' and type eq 'STANDARD' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"344d05a5-1969-451b-b7bb-d7b45bfb86b1","name":"group name","shortDescription":"short description","description":"long description","type":"STANDARD","distributionListInfo":{"internalNote":"Sample distribution list internal note","status":"PENDING"}}]} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: getContactGroupById steps: - stepId: test operationId: getContactGroupById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"dfbb925f-fc92-4971-be61-44009b401638","name":"group name","shortDescription":"short description","description":"long description","type":"STANDARD","distributionListInfo":{"internalNote":"Sample distribution list internal note","status":"PENDING"}} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: updateContactGroup steps: - stepId: test operationId: updateContactGroup parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: description: long description distributionListInfo: internalNote: Sample distribution list internal note name: group name shortDescription: short description type: STANDARD successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"cfd3e9b7-8f80-437f-a584-3bfd81844f70","name":"group name","shortDescription":"short description","description":"long description","type":"STANDARD","distributionListInfo":{"internalNote":"Sample distribution list internal note","status":"PENDING"}} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: getContactIdsByContactGroup steps: - stepId: test operationId: getContactIdsByContactGroup parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: listContactTypes steps: - stepId: test operationId: listContactTypes parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: name eq 'groupType' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: listContacts steps: - stepId: test operationId: listContacts parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: firstName eq 'John' or lastName eq 'Anderson' - name: includePurged in: query value: false successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: updateContacts steps: - stepId: test operationId: updateContacts requestBody: contentType: application/json payload: [] successCriteria: - condition: $statusCode == 207 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | [{"data":{"code":400,"message":"Bad Request","target":"example target","details":[{"code":400,"message":"Bad Request","target":"example target"}]},"status":400,"message":"Example error message.","request":{"operation":"PUT","headers":{"header1":"header1Value","header2":"header2Value"},"queryParams":{"param1":"param1Value","param2":"param2Value"}}}] type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: patchContacts steps: - stepId: test operationId: patchContacts requestBody: contentType: application/json payload: - biography: I am a marketing professional with experience in event planning and brand strategy. ccEmail: h.porter@tesing.com designation: CPA email: h.potterfield@test.com firstName: Henry headline: Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands homeFax: 555-555-5555 id: 6287f5c1-9d7f-4f15-9ffe-ca2cb290964c lastName: Potterfield middleName: A mobilePhone: 555-555-5555 nationalIdentificationNumber: "123456789" nickname: Harry npi: "5555555555" optOut: optedOut: false pager: 555-555-5555 passport: countryCode: GB number: "123456789" personalWebsite: https://www.example.com prefix: Mr. primaryAddressType: Home pronouns: he/him/she/her/they/them sourceId: system-a-00000000-0000-0000-0000-000000000000 type: id: 861B51EC-AA7E-475F-B38D-4C8E35C47D63 workAddress: address1: Cvent Inc. address2: 4001 West Parmer Lane address3: PO Box 123 city: Austin countryCode: US postalCode: "78727" regionCode: TX workFax: 555-555-5555 workPhone: 555-555-5555 successCriteria: - condition: $statusCode == 207 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | [{"data":{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","firstName":"Henry","lastName":"Potterfield","middleName":"A","nickname":"Harry","email":"h.potterfield@test.com","ccEmail":"h.porter@tesing.com","gender":"Male","company":"Cvent Inc.","designation":"CPA","title":"Event Planner","type":{"id":"861B51EC-AA7E-475F-B38D-4C8E35C47D63","name":"VIP Member"},"membership":{"type":"Corporate Sponsor","plan":"Gold Level","joined":"2017-02-10","expiration":"2020-02-09","lastRenewal":"2019-02-08","amountDue":50.5,"listInDirectory":false},"primaryAddressType":"Home","homeAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America"},"homePhone":"555-555-5555","homeFax":"555-555-5555","workAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America"},"workPhone":"555-555-5555","workFax":"555-555-5555","customFields":[{"id":"1b7e1367-89e8-42bf-bb0d-d18fb7bb6dc0","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"sourceId":"system-a-00000000-0000-0000-0000-000000000000","mobilePhone":"555-555-5555","compliance":[{"creationTime":"2021-03-08T17:30:01.727Z","complianceScope":"CCPA","action":"DO_NOT_SELL","createdBy":"PLANNER"}],"prefix":"Mr.","pager":"555-555-5555","deleted":false,"purged":false,"optOut":{"optedOut":false,"date":"2019-02-12T03:00:00Z","by":"Account User"},"npi":"5555555555","_links":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"profilePicture":{"href":"https://cvent.com/picture123"}},"dateOfBirth":"1990-01-01","passport":{"number":"123456789","country":"United Kingdom","countryCode":"GB"},"socialSecurityNumber":"123-45-6789","nationalIdentificationNumber":"123456789","headline":"Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands","personalWebsite":"https://www.example.com","biography":"I am a marketing professional with experience in event planning and brand strategy.","pronouns":"he/him/she/her/they/them"},"status":400,"message":"Example error message.","request":{"operation":"PUT","headers":{"header1":"header1Value","header2":"header2Value"},"queryParams":{"param1":"param1Value","param2":"param2Value"}}}] type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: createContacts steps: - stepId: test operationId: createContacts parameters: - name: upsert in: query value: true requestBody: contentType: application/json payload: - _links: facebookUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 linkedInUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 twitterUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 biography: I am a marketing professional with experience in event planning and brand strategy. ccEmail: h.porter@tesing.com company: Cvent Inc. dateOfBirth: "1990-01-01" designation: CPA email: h.potterfield@test.com firstName: Henry gender: Male headline: Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands homeAddress: address1: Cvent Inc. address2: 4001 West Parmer Lane address3: PO Box 123 city: Austin countryCode: US postalCode: "78727" regionCode: TX homeFax: 555-555-5555 homePhone: 555-555-5555 lastName: Potterfield middleName: A mobilePhone: 555-555-5555 nationalIdentificationNumber: "123456789" nickname: Harry npi: "5555555555" optOut: optedOut: false pager: 555-555-5555 passport: countryCode: GB number: "123456789" personalWebsite: https://www.example.com prefix: Mr. primaryAddressType: Home pronouns: he/him/she/her/they/them socialSecurityNumber: 123-45-6789 sourceId: system-a-00000000-0000-0000-0000-000000000000 title: Event Planner type: id: 861B51EC-AA7E-475F-B38D-4C8E35C47D63 workAddress: address1: Cvent Inc. address2: 4001 West Parmer Lane address3: PO Box 123 city: Austin countryCode: US postalCode: "78727" regionCode: TX workFax: 555-555-5555 workPhone: 555-555-5555 successCriteria: - condition: $statusCode == 207 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | [{"data":{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","firstName":"Henry","lastName":"Potterfield","middleName":"A","nickname":"Harry","email":"h.potterfield@test.com","ccEmail":"h.porter@tesing.com","gender":"Male","company":"Cvent Inc.","designation":"CPA","title":"Event Planner","type":{"id":"861B51EC-AA7E-475F-B38D-4C8E35C47D63","name":"VIP Member"},"membership":{"type":"Corporate Sponsor","plan":"Gold Level","joined":"2017-02-10","expiration":"2020-02-09","lastRenewal":"2019-02-08","amountDue":50.5,"listInDirectory":false},"primaryAddressType":"Home","homeAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America"},"homePhone":"555-555-5555","homeFax":"555-555-5555","workAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America"},"workPhone":"555-555-5555","workFax":"555-555-5555","customFields":[{"id":"da443a57-211e-4e8f-a3a2-7cbdc3e87a81","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"sourceId":"system-a-00000000-0000-0000-0000-000000000000","mobilePhone":"555-555-5555","compliance":[{"creationTime":"2021-03-08T17:30:01.727Z","complianceScope":"CCPA","action":"DO_NOT_SELL","createdBy":"PLANNER"}],"prefix":"Mr.","pager":"555-555-5555","deleted":false,"purged":false,"optOut":{"optedOut":false,"date":"2019-02-12T03:00:00Z","by":"Account User"},"npi":"5555555555","_links":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"profilePicture":{"href":"https://cvent.com/picture123"}},"dateOfBirth":"1990-01-01","passport":{"number":"123456789","country":"United Kingdom","countryCode":"GB"},"socialSecurityNumber":"123-45-6789","nationalIdentificationNumber":"123456789","headline":"Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands","personalWebsite":"https://www.example.com","biography":"I am a marketing professional with experience in event planning and brand strategy.","pronouns":"he/him/she/her/they/them"},"status":400,"message":"Example error message.","request":{"operation":"PUT","headers":{"header1":"header1Value","header2":"header2Value"},"queryParams":{"param1":"param1Value","param2":"param2Value"}}}] type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: listContactsPostFilters steps: - stepId: test operationId: listContactsPostFilters parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","firstName":"Henry","lastName":"Potterfield","middleName":"A","nickname":"Harry","email":"h.potterfield@test.com","ccEmail":"h.porter@tesing.com","gender":"Male","company":"Cvent Inc.","designation":"CPA","title":"Event Planner","type":{"id":"861B51EC-AA7E-475F-B38D-4C8E35C47D63","name":"VIP Member"},"membership":{"type":"Corporate Sponsor","plan":"Gold Level","joined":"2017-02-10","expiration":"2020-02-09","lastRenewal":"2019-02-08","amountDue":50.5,"listInDirectory":false},"primaryAddressType":"Home","homeAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America"},"homePhone":"555-555-5555","homeFax":"555-555-5555","workAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America"},"workPhone":"555-555-5555","workFax":"555-555-5555","customFields":[{"id":"5d6b4f13-a17f-4fc7-876d-3df674a3ee1e","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"sourceId":"system-a-00000000-0000-0000-0000-000000000000","mobilePhone":"555-555-5555","compliance":[{"creationTime":"2021-03-08T17:30:01.727Z","complianceScope":"CCPA","action":"DO_NOT_SELL","createdBy":"PLANNER"}],"prefix":"Mr.","pager":"555-555-5555","deleted":false,"purged":false,"optOut":{"optedOut":false,"date":"2019-02-12T03:00:00Z","by":"Account User"},"npi":"5555555555","_links":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"profilePicture":{"href":"https://cvent.com/picture123"}},"dateOfBirth":"1990-01-01","passport":{"number":"123456789","country":"United Kingdom","countryCode":"GB"},"socialSecurityNumber":"123-45-6789","nationalIdentificationNumber":"123456789","headline":"Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands","personalWebsite":"https://www.example.com","biography":"I am a marketing professional with experience in event planning and brand strategy.","pronouns":"he/him/she/her/they/them"}]} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: getContactObfuscationStatusById steps: - stepId: test operationId: getContactObfuscationStatusById parameters: - name: obfuscateId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"status":"INITIATED"} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: getChangeHistoryForASpecificContact steps: - stepId: test operationId: getChangeHistoryForASpecificContact parameters: - name: contactId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: before in: query value: "2017-01-02T02:00:00Z" - name: after in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"updatedFieldName":"Last Name","oldValue":"Wilson","newValue":"James","updatedThroughName":"Address Book Profile","updatedDate":"2023-08-03T14:51:00.777Z","updatedBy":"John Doe"}]} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: getContactById steps: - stepId: test operationId: getContactById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","firstName":"Henry","lastName":"Potterfield","middleName":"A","nickname":"Harry","email":"h.potterfield@test.com","ccEmail":"h.porter@tesing.com","gender":"Male","company":"Cvent Inc.","designation":"CPA","title":"Event Planner","type":{"id":"861B51EC-AA7E-475F-B38D-4C8E35C47D63","name":"VIP Member"},"membership":{"type":"Corporate Sponsor","plan":"Gold Level","joined":"2017-02-10","expiration":"2020-02-09","lastRenewal":"2019-02-08","amountDue":50.5,"listInDirectory":false},"primaryAddressType":"Home","homeAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America"},"homePhone":"555-555-5555","homeFax":"555-555-5555","workAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America"},"workPhone":"555-555-5555","workFax":"555-555-5555","customFields":[{"id":"8e1ed020-b6a0-4843-b5fd-5133cc181844","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"sourceId":"system-a-00000000-0000-0000-0000-000000000000","mobilePhone":"555-555-5555","compliance":[{"creationTime":"2021-03-08T17:30:01.727Z","complianceScope":"CCPA","action":"DO_NOT_SELL","createdBy":"PLANNER"}],"prefix":"Mr.","pager":"555-555-5555","deleted":false,"purged":false,"optOut":{"optedOut":false,"date":"2019-02-12T03:00:00Z","by":"Account User"},"npi":"5555555555","_links":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"profilePicture":{"href":"https://cvent.com/picture123"}},"dateOfBirth":"1990-01-01","passport":{"number":"123456789","country":"United Kingdom","countryCode":"GB"},"socialSecurityNumber":"123-45-6789","nationalIdentificationNumber":"123456789","headline":"Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands","personalWebsite":"https://www.example.com","biography":"I am a marketing professional with experience in event planning and brand strategy.","pronouns":"he/him/she/her/they/them"} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: updateContactById steps: - stepId: test operationId: updateContactById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: _links: facebookUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 linkedInUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 twitterUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 biography: I am a marketing professional with experience in event planning and brand strategy. ccEmail: h.porter@tesing.com company: Cvent Inc. dateOfBirth: "1990-01-01" designation: CPA email: h.potterfield@test.com firstName: Henry gender: Male headline: Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands homeAddress: address1: Cvent Inc. address2: 4001 West Parmer Lane address3: PO Box 123 city: Austin countryCode: US postalCode: "78727" regionCode: TX homeFax: 555-555-5555 homePhone: 555-555-5555 id: 35072f36-7cef-4254-82ae-1b411ba42d5f lastName: Potterfield middleName: A mobilePhone: 555-555-5555 nationalIdentificationNumber: "123456789" nickname: Harry npi: "5555555555" optOut: optedOut: false pager: 555-555-5555 passport: countryCode: GB number: "123456789" personalWebsite: https://www.example.com prefix: Mr. primaryAddressType: Home pronouns: he/him/she/her/they/them socialSecurityNumber: 123-45-6789 sourceId: system-a-00000000-0000-0000-0000-000000000000 title: Event Planner type: id: 861B51EC-AA7E-475F-B38D-4C8E35C47D63 workAddress: address1: Cvent Inc. address2: 4001 West Parmer Lane address3: PO Box 123 city: Austin countryCode: US postalCode: "78727" regionCode: TX workFax: 555-555-5555 workPhone: 555-555-5555 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","firstName":"Henry","lastName":"Potterfield","middleName":"A","nickname":"Harry","email":"h.potterfield@test.com","ccEmail":"h.porter@tesing.com","gender":"Male","company":"Cvent Inc.","designation":"CPA","title":"Event Planner","type":{"id":"861B51EC-AA7E-475F-B38D-4C8E35C47D63","name":"VIP Member"},"membership":{"type":"Corporate Sponsor","plan":"Gold Level","joined":"2017-02-10","expiration":"2020-02-09","lastRenewal":"2019-02-08","amountDue":50.5,"listInDirectory":false},"primaryAddressType":"Home","homeAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America"},"homePhone":"555-555-5555","homeFax":"555-555-5555","workAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America"},"workPhone":"555-555-5555","workFax":"555-555-5555","customFields":[{"id":"d5dbdd14-6fb6-40a2-8df1-d743585d7cf9","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"sourceId":"system-a-00000000-0000-0000-0000-000000000000","mobilePhone":"555-555-5555","compliance":[{"creationTime":"2021-03-08T17:30:01.727Z","complianceScope":"CCPA","action":"DO_NOT_SELL","createdBy":"PLANNER"}],"prefix":"Mr.","pager":"555-555-5555","deleted":false,"purged":false,"optOut":{"optedOut":false,"date":"2019-02-12T03:00:00Z","by":"Account User"},"npi":"5555555555","_links":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"profilePicture":{"href":"https://cvent.com/picture123"}},"dateOfBirth":"1990-01-01","passport":{"number":"123456789","country":"United Kingdom","countryCode":"GB"},"socialSecurityNumber":"123-45-6789","nationalIdentificationNumber":"123456789","headline":"Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands","personalWebsite":"https://www.example.com","biography":"I am a marketing professional with experience in event planning and brand strategy.","pronouns":"he/him/she/her/they/them"} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: patchContactById steps: - stepId: test operationId: patchContactById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: biography: I am a marketing professional with experience in event planning and brand strategy. ccEmail: h.porter@tesing.com designation: CPA email: h.potterfield@test.com firstName: Henry headline: Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands homeFax: 555-555-5555 id: 07460b8e-b91c-45c8-8cff-780165752daa lastName: Potterfield middleName: A mobilePhone: 555-555-5555 nationalIdentificationNumber: "123456789" nickname: Harry npi: "5555555555" optOut: optedOut: false pager: 555-555-5555 passport: countryCode: GB number: "123456789" personalWebsite: https://www.example.com prefix: Mr. primaryAddressType: Home pronouns: he/him/she/her/they/them sourceId: system-a-00000000-0000-0000-0000-000000000000 type: id: 861B51EC-AA7E-475F-B38D-4C8E35C47D63 workAddress: address1: Cvent Inc. address2: 4001 West Parmer Lane address3: PO Box 123 city: Austin countryCode: US postalCode: "78727" regionCode: TX workFax: 555-555-5555 workPhone: 555-555-5555 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","firstName":"Henry","lastName":"Potterfield","middleName":"A","nickname":"Harry","email":"h.potterfield@test.com","ccEmail":"h.porter@tesing.com","gender":"Male","company":"Cvent Inc.","designation":"CPA","title":"Event Planner","type":{"id":"861B51EC-AA7E-475F-B38D-4C8E35C47D63","name":"VIP Member"},"membership":{"type":"Corporate Sponsor","plan":"Gold Level","joined":"2017-02-10","expiration":"2020-02-09","lastRenewal":"2019-02-08","amountDue":50.5,"listInDirectory":false},"primaryAddressType":"Home","homeAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America"},"homePhone":"555-555-5555","homeFax":"555-555-5555","workAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America"},"workPhone":"555-555-5555","workFax":"555-555-5555","customFields":[{"id":"c79e5373-9698-4fc0-9672-f7628bcce122","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"sourceId":"system-a-00000000-0000-0000-0000-000000000000","mobilePhone":"555-555-5555","compliance":[{"creationTime":"2021-03-08T17:30:01.727Z","complianceScope":"CCPA","action":"DO_NOT_SELL","createdBy":"PLANNER"}],"prefix":"Mr.","pager":"555-555-5555","deleted":false,"purged":false,"optOut":{"optedOut":false,"date":"2019-02-12T03:00:00Z","by":"Account User"},"npi":"5555555555","_links":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"profilePicture":{"href":"https://cvent.com/picture123"}},"dateOfBirth":"1990-01-01","passport":{"number":"123456789","country":"United Kingdom","countryCode":"GB"},"socialSecurityNumber":"123-45-6789","nationalIdentificationNumber":"123456789","headline":"Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands","personalWebsite":"https://www.example.com","biography":"I am a marketing professional with experience in event planning and brand strategy.","pronouns":"he/him/she/her/they/them"} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: updateContactCustomFieldAnswers steps: - stepId: test operationId: updateContactCustomFieldAnswers parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: customFieldId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: id: 2900aa71-b025-4a43-ab99-825a225ac215 type: General value: - Choice C - Choice A successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"c7e074ec-a51c-4bab-b9bf-98bb75fd203d","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: mergeContacts steps: - stepId: test operationId: mergeContacts parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: conflictResolution: contactFields: - contactId: a45a3341-d30f-4bd9-bfd8-fbcdae37f0f2 fieldName: firstName secondaryContacts: - 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","firstName":"Henry","lastName":"Potterfield","middleName":"A","nickname":"Harry","email":"h.potterfield@test.com","ccEmail":"h.porter@tesing.com","gender":"Male","company":"Cvent Inc.","designation":"CPA","title":"Event Planner","type":{"id":"861B51EC-AA7E-475F-B38D-4C8E35C47D63","name":"VIP Member"},"membership":{"type":"Corporate Sponsor","plan":"Gold Level","joined":"2017-02-10","expiration":"2020-02-09","lastRenewal":"2019-02-08","amountDue":50.5,"listInDirectory":false},"primaryAddressType":"Home","homeAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America"},"homePhone":"555-555-5555","homeFax":"555-555-5555","workAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","address3":"PO Box 123","city":"Austin","countryCode":"US","postalCode":"78727","region":"Texas","regionCode":"TX","country":"United States of America"},"workPhone":"555-555-5555","workFax":"555-555-5555","customFields":[{"id":"5aedaf3c-33cc-4aeb-8f9a-b0c053624673","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"sourceId":"system-a-00000000-0000-0000-0000-000000000000","mobilePhone":"555-555-5555","compliance":[{"creationTime":"2021-03-08T17:30:01.727Z","complianceScope":"CCPA","action":"DO_NOT_SELL","createdBy":"PLANNER"}],"prefix":"Mr.","pager":"555-555-5555","deleted":false,"purged":false,"optOut":{"optedOut":false,"date":"2019-02-12T03:00:00Z","by":"Account User"},"npi":"5555555555","_links":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"profilePicture":{"href":"https://cvent.com/picture123"}},"dateOfBirth":"1990-01-01","passport":{"number":"123456789","country":"United Kingdom","countryCode":"GB"},"socialSecurityNumber":"123-45-6789","nationalIdentificationNumber":"123456789","headline":"Marketing Director Crafting Memorable Campaigns that Engage Audiences and Elevate Brands","personalWebsite":"https://www.example.com","biography":"I am a marketing professional with experience in event planning and brand strategy.","pronouns":"he/him/she/her/they/them"} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: obfuscateContactById steps: - stepId: test operationId: obfuscateContactById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 202 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"status":"INITIATED"} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: assignContactProfileImage steps: - stepId: test operationId: assignContactProfileImage parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: file: {} successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"file":{},"href":"https://custom.cvent.com/a5154f85f71a4cf2464e037feb75b308/00000000000000000000000000000000/files/universal-file/tmp/e209d73d845746b7a6deda4da9d91b2c.png"} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: getContactRelationshipsById steps: - stepId: test operationId: getContactRelationshipsById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Contacts x-speakeasy-test-rebuild: true - workflowId: ListContactHooks steps: - stepId: test operationId: ListContactHooks parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and name ne 'sampleIntegration' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"3b2359a7-4583-40ed-8afd-67e5f15373d3","name":"Attendee Identification","callback":"https://myserver.com/send/callback/here","security":{"type":"apiKey","authHeaderKey":"x-api-key","apiKeyPrefix":true}}]} type: simple x-speakeasy-test-group: Hooks x-speakeasy-test-rebuild: true - workflowId: createContactHook steps: - stepId: test operationId: createContactHook requestBody: contentType: application/json payload: callback: https://myserver.com/send/callback/here name: Attendee Identification security: secret: ZGVtbzpwQDU1dzByZA== type: apiKey successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"3b2359a7-4583-40ed-8afd-67e5f15373d3","name":"Attendee Identification","callback":"https://myserver.com/send/callback/here","security":{"type":"apiKey"}} type: simple x-speakeasy-test-group: Hooks x-speakeasy-test-rebuild: true - workflowId: updateContactHook steps: - stepId: test operationId: updateContactHook parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: callback: https://myserver.com/send/callback/here name: Attendee Identification security: apiKeyPrefix: true authHeaderKey: x-api-key secret: 2b3cc2bf083ff11206ce6b2f3ee09591 type: apiKey successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"3b2359a7-4583-40ed-8afd-67e5f15373d3","name":"Attendee Identification","callback":"https://myserver.com/send/callback/here","security":{"type":"apiKey","authHeaderKey":"x-api-key","apiKeyPrefix":true}} type: simple x-speakeasy-test-group: Hooks x-speakeasy-test-rebuild: true - workflowId: listCustomFields steps: - stepId: test operationId: listCustomFields parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: category eq 'Event' and lastModified gt '2021-03-19T11:30:37.909Z' and code eq 'FAVORITE_COLOR_CODE' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","category":"Contact","name":"What is a your favorite color?","code":"FAVORITE_COLOR_CODE","required":true,"type":"Open Ended Text - One Line","details":{"choices":[{"text":"What is your current designation?"}]},"order":1,"helpText":"Enter your favorite color.","displayInDataTag":"No","defaultTagText":"Your Division","consentField":false,"active":true,"displayInEventCreationWizard":false}]} type: simple x-speakeasy-test-group: Custom Fields x-speakeasy-test-rebuild: true - workflowId: createCustomField steps: - stepId: test operationId: createCustomField requestBody: contentType: application/json payload: active: true category: Contact code: FAVORITE_COLOR_CODE consentField: false defaultTagText: Your Division details: answerFormat: General maximum: 8 minimum: 2 displayInDataTag: "No" displayInEventCreationWizard: false helpText: Enter your favorite color. name: What is a your favorite color? required: true type: Open Ended Text - One Line successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","category":"Contact","name":"What is a your favorite color?","code":"FAVORITE_COLOR_CODE","required":true,"type":"Open Ended Text - One Line","details":{"minimum":2,"maximum":8},"order":1,"helpText":"Enter your favorite color.","displayInDataTag":"No","defaultTagText":"Your Division","consentField":false,"active":true,"displayInEventCreationWizard":false} type: simple x-speakeasy-test-group: Custom Fields x-speakeasy-test-rebuild: true - workflowId: updateCustomField steps: - stepId: test operationId: updateCustomField parameters: - name: customFieldId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: active: true category: Contact code: FAVORITE_COLOR_CODE consentField: false defaultTagText: Your Division details: choices: - text: What is your current designation? displayInDataTag: "No" displayInEventCreationWizard: false helpText: Enter your favorite color. name: What is a your favorite color? required: true type: Open Ended Text - One Line successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","category":"Contact","name":"What is a your favorite color?","code":"FAVORITE_COLOR_CODE","required":true,"type":"Open Ended Text - One Line","details":{"choices":[{"text":"What is your current designation?"}]},"order":1,"helpText":"Enter your favorite color.","displayInDataTag":"No","defaultTagText":"Your Division","consentField":false,"active":true,"displayInEventCreationWizard":false} type: simple x-speakeasy-test-group: Custom Fields x-speakeasy-test-rebuild: true - workflowId: getCustomField steps: - stepId: test operationId: getCustomField parameters: - name: customFieldId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","category":"Contact","name":"What is a your favorite color?","code":"FAVORITE_COLOR_CODE","required":true,"type":"Open Ended Text - One Line","details":{"answerFormat":"General","minimum":2,"maximum":8},"order":1,"helpText":"Enter your favorite color.","displayInDataTag":"No","defaultTagText":"Your Division","consentField":false,"active":true,"displayInEventCreationWizard":false} type: simple x-speakeasy-test-group: Custom Fields x-speakeasy-test-rebuild: true - workflowId: updateCustomFieldAdvancedLogic steps: - stepId: test operationId: updateCustomFieldAdvancedLogic parameters: - name: customFieldId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: sourceCustomFieldId: 010ad823-4cc2-4b78-8fbd-30b63ed0229d successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"sourceCustomFieldId":"a4f4482c-7949-4245-bb8c-54b733d6967c"} type: simple x-speakeasy-test-group: Custom Fields x-speakeasy-test-rebuild: true - workflowId: createCustomFieldTranslation steps: - stepId: test operationId: createCustomFieldTranslation parameters: - name: customFieldId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: language: es-ES translation: choiceTranslations: - translatedText: Departamento de Tecnología helpTextTranslation: El departamento donde trabaja. nameTranslation: Departamento successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"translation":{"nameTranslation":"Departamento","helpTextTranslation":"El departamento donde trabaja.","choiceTranslations":[{"translatedText":"Departamento de Tecnología"}]},"language":"es-ES"} type: simple x-speakeasy-test-group: Custom Fields x-speakeasy-test-rebuild: true - workflowId: updateCustomFieldTranslation steps: - stepId: test operationId: updateCustomFieldTranslation parameters: - name: customFieldId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: language: es-ES translation: choiceTranslations: - translatedText: Departamento de Tecnología helpTextTranslation: El departamento donde trabaja. nameTranslation: Departamento successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"translation":{"nameTranslation":"Departamento","helpTextTranslation":"El departamento donde trabaja.","choiceTranslations":[{"translatedText":"Departamento de Tecnología"}]},"language":"es-ES"} type: simple x-speakeasy-test-group: Custom Fields x-speakeasy-test-rebuild: true - workflowId: getEliteratureRequests steps: - stepId: test operationId: getEliteratureRequests parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: before in: query value: "2017-01-02T02:00:00Z" - name: after in: query value: "2017-01-02T02:00:00Z" - name: filter in: query value: event.id eq '{UUID}' and exhibitor.id eq '{UUID}' and lead.id eq '{UUID}' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"lead":{"id":"4e74f930-db22-11eb-8d19-0242ac130003"},"documents":[{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","displayName":"Marketing Material","type":"FILE"}],"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}]} type: simple x-speakeasy-test-group: Leads x-speakeasy-test-rebuild: true - workflowId: getLeadQualificationAnswers steps: - stepId: test operationId: getLeadQualificationAnswers parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: leadId in: path value: cdd0d110-3a84-4bc5-a420-37c007716c73 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","question":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"lead":{"id":"4e74f930-db22-11eb-8d19-0242ac130003"},"answers":[{"type":"Choice","value":"Choice A","choice":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}}]}]} type: simple x-speakeasy-test-group: Leads x-speakeasy-test-rebuild: true - workflowId: getLeads steps: - stepId: test operationId: getLeads parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: before in: query value: "2017-01-02T02:00:00Z" - name: after in: query value: "2017-01-02T02:00:00Z" - name: filter in: query value: deleted eq 'true' and event.id eq '{UUID}' and exhibitor.id eq '{UUID}' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"boothStaff":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"device":{"id":"EKEK993IF9F","name":"North Gate"},"appointment":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"title":"Mr.","firstName":"Henry","lastName":"Potterfield","email":"h.potterfield@test.com","company":"Cvent Inc","mobilePhone":"555-555-5555","homeAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"78727","country":"United States of America","countryCode":"US"},"homePhone":"555-555-5555","workAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"78727","country":"United States of America","countryCode":"US"},"workPhone":"555-555-5555","type":"leadcapture","application":"leadcapture","deleted":false,"comments":"I am interested in your product.","licenseCode":"nag1248","matched":true,"qualified":true,"id":"cdd0d110-3a84-4bc5-a420-37c007716c73"}]} type: simple x-speakeasy-test-group: Leads x-speakeasy-test-rebuild: true - workflowId: getLeadsPostFiltersData steps: - stepId: test operationId: getLeadsPostFiltersData parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: before in: query value: "2017-01-02T02:00:00Z" - name: after in: query value: "2017-01-02T02:00:00Z" requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"boothStaff":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"device":{"id":"EKEK993IF9F","name":"North Gate"},"appointment":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"title":"Mr.","firstName":"Henry","lastName":"Potterfield","email":"h.potterfield@test.com","company":"Cvent Inc","mobilePhone":"555-555-5555","homeAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"78727","country":"United States of America","countryCode":"US"},"homePhone":"555-555-5555","workAddress":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","city":"Austin","region":"Texas","regionCode":"TX","postalCode":"78727","country":"United States of America","countryCode":"US"},"workPhone":"555-555-5555","type":"leadcapture","application":"leadcapture","deleted":false,"comments":"I am interested in your product.","licenseCode":"nag1248","matched":true,"qualified":true,"id":"cdd0d110-3a84-4bc5-a420-37c007716c73"}]} type: simple x-speakeasy-test-group: Leads x-speakeasy-test-rebuild: true - workflowId: listEventRoleAssignment steps: - stepId: test operationId: listEventRoleAssignment parameters: - name: limit in: query value: 10 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: expand in: query value: - eventRole - name: filter in: query value: event.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and user.id eq '6807e044-993b-428c-aec8-7316f13c1b95' - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Event Role x-speakeasy-test-rebuild: true - workflowId: getAllEventSurveyResponses steps: - stepId: test operationId: getAllEventSurveyResponses parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","respondent":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"question":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"answers":[{"type":"ChoiceText","value":"1","choice":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"category":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"subCategory":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"field":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}}],"event":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"survey":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"session":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"speaker":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}}]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getEventSurveys steps: - stepId: test operationId: getEventSurveys parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: 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' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getEventSurveyQuestions steps: - stepId: test operationId: getEventSurveyQuestions parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: surveyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getEventSurveyRespondents steps: - stepId: test operationId: getEventSurveyRespondents parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: surveyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: createEventSurveyRespondent steps: - stepId: test operationId: createEventSurveyRespondent parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: surveyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: attendee: id: 9463c74e-18c6-401a-a710-ae0f485bf059 localeId: en-US referenceId: facebook respondedThrough: API sourceId: IN4IDS1 successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","responseCode":"92OM10RO","responseDuration":1035,"localeId":"en-US","respondedThrough":"API","referenceId":"facebook","score":70,"maxPossibleScore":100,"percentageScore":70,"_links":{"surveyUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}},"sourceId":"IN4IDS1","event":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"attendee":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"contact":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"surveys":[{"status":"In Progress","score":70,"maxPossibleScore":100,"percentageScore":70,"session":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"}}]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: updateEventSurveyRespondent steps: - stepId: test operationId: updateEventSurveyRespondent parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: surveyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: respondentId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: attendee: id: 9463c74e-18c6-401a-a710-ae0f485bf059 localeId: en-US referenceId: facebook respondedThrough: API sourceId: IN4IDS1 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","responseCode":"92OM10RO","responseDuration":1035,"localeId":"en-US","respondedThrough":"API","referenceId":"facebook","score":70,"maxPossibleScore":100,"percentageScore":70,"_links":{"surveyUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}},"sourceId":"IN4IDS1","event":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"attendee":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"contact":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"surveys":[{"status":"In Progress","score":70,"maxPossibleScore":100,"percentageScore":70,"session":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"}}]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: createEventSurveyResponses steps: - stepId: test operationId: createEventSurveyResponses parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: surveyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: respondentId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: answers: - category: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 choice: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 field: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 subCategory: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 type: ChoiceText value: "1" question: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 session: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 speaker: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 survey: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","respondent":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"question":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"answers":[],"event":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"survey":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"session":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"speaker":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getEventSurveyResponses steps: - stepId: test operationId: getEventSurveyResponses parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: surveyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getLargeChoices steps: - stepId: test operationId: getLargeChoices parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"text":"Choice A","question":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}}]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getQuestions steps: - stepId: test operationId: getQuestions parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getRespondents steps: - stepId: test operationId: getRespondents parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","responseCode":"92OM10RO","responseDuration":1035,"localeId":"en-US","respondedThrough":"API","referenceId":"facebook","score":70,"maxPossibleScore":100,"percentageScore":70,"_links":{"surveyUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}},"sourceId":"IN4IDS1","event":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"contact":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"survey":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"status":"No Response","unsubscribed":false,"unsubscribedBy":"Respondent","chapters":[{"status":"In Progress","score":70,"maxPossibleScore":100,"percentageScore":70,"loopingChoice":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"evaluationResult":"Passed","attempt":2}],"invitationList":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"transactionId":"TR5IDS4"}]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getResponses steps: - stepId: test operationId: getResponses parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: question.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or question.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getStandardSurveys steps: - stepId: test operationId: getStandardSurveys parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: status eq 'active' and created gt '2020-12-12T11:30:37.909Z' and title eq 'Survey Demo' and code ne 'NFWHF5DW46A' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","title":"Demo Survey","code":"NDOU2RDQH5Q","timezone":"America/New_York","author":{"firstName":"Vivek","lastName":"Singh","company":"Cvent","title":"Sales Manager","email":"dummyemail@cvent.com"},"description":"This is a test survey","closeAfter":"2022-02-01T23:59:00.00Z","responseCount":10,"status":"Active","archiveAfter":"2022-05-07T12:00:00.00Z","customFields":[{"id":"bd57aeda-3483-4bcf-886e-c976e9f4454a","name":"What is a your favorite color?","code":"FAVORITE_COLOR_CODE","type":"Open Ended Text - One Line","values":["Green","Blue"]}]}]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getStandardSurveyResponses steps: - stepId: test operationId: getStandardSurveyResponses parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: question.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or question.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getStandardSurveyEmailTemplates steps: - stepId: test operationId: getStandardSurveyEmailTemplates parameters: - name: surveyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getStandardSurveyQuestions steps: - stepId: test operationId: getStandardSurveyQuestions parameters: - name: surveyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getStandardSurveyRespondents steps: - stepId: test operationId: getStandardSurveyRespondents parameters: - name: surveyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","responseCode":"92OM10RO","responseDuration":1035,"localeId":"en-US","respondedThrough":"API","referenceId":"facebook","score":70,"maxPossibleScore":100,"percentageScore":70,"_links":{"surveyUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}},"sourceId":"IN4IDS1","contact":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"status":"No Response","unsubscribed":false,"unsubscribedBy":"Respondent","invitationList":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"chapters":[{"status":"In Progress","score":70,"maxPossibleScore":100,"percentageScore":70,"loopingChoice":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"}}],"transactionId":"TR5IDS4"}]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: createStandardSurveyRespondent steps: - stepId: test operationId: createStandardSurveyRespondent parameters: - name: surveyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: contact: id: 9463c74e-18c6-401a-a710-ae0f485bf059 invitationList: id: 9463c74e-18c6-401a-a710-ae0f485bf059 localeId: en-US referenceId: facebook respondedThrough: API sourceId: IN4IDS1 status: No Response transactionId: TR5IDS4 successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","responseCode":"92OM10RO","responseDuration":1035,"localeId":"en-US","respondedThrough":"API","referenceId":"facebook","score":70,"maxPossibleScore":100,"percentageScore":70,"_links":{"surveyUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}},"sourceId":"IN4IDS1","contact":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"status":"No Response","unsubscribed":false,"unsubscribedBy":"Respondent","invitationList":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"chapters":[{"status":"In Progress","score":70,"maxPossibleScore":100,"percentageScore":70,"loopingChoice":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"}}],"transactionId":"TR5IDS4"} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: UpdateStandardSurveyRespondent steps: - stepId: test operationId: UpdateStandardSurveyRespondent parameters: - name: surveyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: respondentId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: contact: id: 9463c74e-18c6-401a-a710-ae0f485bf059 invitationList: id: 9463c74e-18c6-401a-a710-ae0f485bf059 localeId: en-US referenceId: facebook respondedThrough: API sourceId: IN4IDS1 status: No Response transactionId: TR5IDS4 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","responseCode":"92OM10RO","responseDuration":1035,"localeId":"en-US","respondedThrough":"API","referenceId":"facebook","score":70,"maxPossibleScore":100,"percentageScore":70,"_links":{"surveyUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}},"sourceId":"IN4IDS1","contact":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"status":"No Response","unsubscribed":false,"unsubscribedBy":"Respondent","invitationList":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"chapters":[{"status":"In Progress","score":70,"maxPossibleScore":100,"percentageScore":70,"loopingChoice":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"}}],"transactionId":"TR5IDS4"} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: sendStandardSurveyEmail steps: - stepId: test operationId: sendStandardSurveyEmail parameters: - name: surveyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: respondentId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: emailTemplateId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"survey":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"respondent":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"},"emailTemplate":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"}} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: createStandardSurveyResponses steps: - stepId: test operationId: createStandardSurveyResponses parameters: - name: surveyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: respondentId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: answers: [] loopingChoice: id: 9463c74e-18c6-401a-a710-ae0f485bf059 question: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 survey: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","respondent":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"question":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"answers":[{"type":"ChoiceText","value":"1","choice":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"category":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"subCategory":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"field":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}}],"survey":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"loopingChoice":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"}} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: updateStandardSurveyResponses steps: - stepId: test operationId: updateStandardSurveyResponses parameters: - name: surveyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: respondentId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: responseId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: answers: - category: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 choice: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 field: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 subCategory: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 type: ChoiceText value: "1" loopingChoice: id: 9463c74e-18c6-401a-a710-ae0f485bf059 question: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 survey: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","respondent":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"question":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"answers":[{"type":"ChoiceText","value":"1","choice":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"category":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"subCategory":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"field":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}}],"survey":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"loopingChoice":{"id":"9463c74e-18c6-401a-a710-ae0f485bf059"}} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getSurvey steps: - stepId: test operationId: getSurvey parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and type eq 'Standalone' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Surveys x-speakeasy-test-rebuild: true - workflowId: getAttendeeMessagesMembers steps: - stepId: test operationId: getAttendeeMessagesMembers parameters: - name: eventId in: path value: eeeeb4b4-d132-4db4-aaa7-5ec58efd65c8 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Attendee Messages x-speakeasy-test-rebuild: true - workflowId: createBadgePrintJob steps: - stepId: test operationId: createBadgePrintJob parameters: - name: eventId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: badgeId: VNNDLJ6DKVK pool: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 status: Scheduled successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","status":"Scheduled","pool":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"badgeId":"VNNDLJ6DKVK","created":"2017-01-02T02:00:00Z"} type: simple x-speakeasy-test-group: Badge Print Job x-speakeasy-test-rebuild: true - workflowId: getEventBadgePrintJobs steps: - stepId: test operationId: getEventBadgePrintJobs parameters: - name: eventId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: poolId eq '{UUID}' and status eq 'ASSIGNED' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","status":"Scheduled","pool":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"badgeId":"VNNDLJ6DKVK","printer":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Printing Station 1"},"code":"Connection","message":"The printer is out of paper. Please contact an onsite staff for assistance.","created":"2017-01-02T02:00:00Z","lastModified":"2017-01-02T03:00:00Z"}]} type: simple x-speakeasy-test-group: Badge Print Job x-speakeasy-test-rebuild: true - workflowId: getBadgePrintJob steps: - stepId: test operationId: getBadgePrintJob parameters: - name: eventId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: jobId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","status":"Scheduled","pool":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"badgeId":"VNNDLJ6DKVK","printer":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Printing Station 1"},"code":"Connection","message":"The printer is out of paper. Please contact an onsite staff for assistance.","created":"2017-01-02T02:00:00Z","lastModified":"2017-01-02T03:00:00Z"} type: simple x-speakeasy-test-group: Badge Print Job x-speakeasy-test-rebuild: true - workflowId: getBadgePrinterPools steps: - stepId: test operationId: getBadgePrinterPools parameters: - name: eventId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: disabled eq 'true' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"name":"Main Entrance","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","disabled":false}]} type: simple x-speakeasy-test-group: Badge Printer Pools x-speakeasy-test-rebuild: true - workflowId: getBadgePrinterPool steps: - stepId: test operationId: getBadgePrinterPool parameters: - name: eventId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: poolId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"name":"Main Entrance","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","disabled":false} type: simple x-speakeasy-test-group: Badge Printer Pools x-speakeasy-test-rebuild: true - workflowId: listEventDiscounts steps: - stepId: test operationId: listEventDiscounts parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: sort in: query value: name:DESC,code:ASC - name: filter in: query value: id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and method.type eq 'PERCENTAGE' - name: before in: query value: "2017-01-02T02:00:00Z" - name: after in: query value: "2017-01-02T02:00:00Z" successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Discounts x-speakeasy-test-rebuild: true - workflowId: createEventDiscount steps: - stepId: test operationId: createEventDiscount parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: active: true applyToAllAgendaItems: false audienceType: ALL autoApply: true code: 10OFF includeGuestsTowardsCapacity: true method: type: BY_PERCENTAGE value: 10 name: 10% off stackable: true type: DISCOUNT_CODE successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"name":"10% off","active":true,"stackable":true,"method":{"type":"BY_PERCENTAGE","value":10},"thresholdType":"ALL","thresholdLimit":10,"interval":1,"includePrimaryRegistrant":true,"type":"VOLUME_DISCOUNT"} type: simple x-speakeasy-test-group: Discounts x-speakeasy-test-rebuild: true - workflowId: listDiscountedAgendaItems steps: - stepId: test operationId: listDiscountedAgendaItems parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: type eq 'AdmissionItem' and discount.id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Discounts x-speakeasy-test-rebuild: true - workflowId: updateEventDiscount steps: - stepId: test operationId: updateEventDiscount parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: discountId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: active: true applyToAllAgendaItems: false audienceType: ALL autoApply: true code: 10OFF includeGuestsTowardsCapacity: true method: type: BY_PERCENTAGE value: 10 name: 10% off stackable: true type: DISCOUNT_CODE successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"name":"10% off","active":true,"stackable":true,"method":{"type":"BY_PERCENTAGE","value":10},"code":"10OFF","audienceType":"ALL","includeGuestsTowardsCapacity":true,"autoApply":true,"applyToAllAgendaItems":false,"type":"DISCOUNT_CODE"} type: simple x-speakeasy-test-group: Discounts x-speakeasy-test-rebuild: true - workflowId: getAirActualDetail steps: - stepId: test operationId: getAirActualDetail parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: expand in: query value: - airActualDetails.airActualAnswers.question - name: sort in: query value: airActualDetails.name:DESC,airActualDetails.lastModified:ASC - name: filter in: query value: (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"airActualDetails":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","airActualId":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","requesterId":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","status":"SUBMITTED","requesterType":"Contact","name":"John Doe","confirmationNumber":"123-456-XYZ","totalAmount":500,"currencyCode":"USD","note":"Additional note here.","recordLocatorGDS":"ABC123","noteGDS":"GDS note.","flightDetail":[{"airline":"Emirates","flightNumber":"EK 516","origin":"Delhi - Indira Gandhi Intl - (DEL)","originCode":"DEL","destination":"New York - John F Kennedy Intl - (JFK)","destinationCode":"JFK","departing":"2023-05-19T00:00:00","arriving":"2023-05-19T00:00:00","seatNumber":"21A","ticketClass":"coach","flightConfirmationNumber":"123-456-XYZ","flightGDSRecordLocator":"ABC123","journeySegment":"LeavingEvent"}],"airActualAnswers":[{"question":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"value":["1234"]}]}]}]} type: simple x-speakeasy-test-group: Event Travel x-speakeasy-test-rebuild: true - workflowId: getAirRequests steps: - stepId: test operationId: getAirRequests parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: sort in: query value: airRequestDetails.requesterFirstName:DESC,airRequestDetails.requesterLastName:ASC - name: filter in: query value: (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') - name: expand in: query value: - airRequestDetails.airRequestAnswers.question successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Event Travel x-speakeasy-test-rebuild: true - workflowId: getHotelRequests steps: - stepId: test operationId: getHotelRequests parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: expand in: query value: - hotelRequestDetails.hotelRequestAnswers.question - name: sort in: query value: hotelRequestDetails.requesterFirstName:DESC,hotelRequestDetails.requesterLastName:ASC - name: filter in: query value: (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Event Travel x-speakeasy-test-rebuild: true - workflowId: getHousingReservationRequests steps: - stepId: test operationId: getHousingReservationRequests parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Event Travel x-speakeasy-test-rebuild: true - workflowId: getExhibitorCategories steps: - stepId: test operationId: getExhibitorCategories parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"name":"Automobile","description":"everything related to automobiles","order":3,"type":"LOGO","id":"534a465b-b4cb-471d-9498-4bf3917ad8bf","bannerId":"22ca5ab1-0dc3-487b-953e-41d6dacde3e6","bannerUrl":"https://images.cvent.com/pt/fileLocation/url_456"}]} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: createExhibitorCategory steps: - stepId: test operationId: createExhibitorCategory parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 requestBody: contentType: application/json payload: description: everything related to automobiles event: id: 3db28cfc-db22-11eb-8d19-0242ac130003 name: Automobile order: 3 type: LOGO successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"name":"Automobile","description":"everything related to automobiles","order":3,"type":"LOGO","id":"534a465b-b4cb-471d-9498-4bf3917ad8bf","bannerId":"22ca5ab1-0dc3-487b-953e-41d6dacde3e6","bannerUrl":"https://images.cvent.com/pt/fileLocation/url_456"} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: updateExhibitorCategory steps: - stepId: test operationId: updateExhibitorCategory parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorCategoryId in: path value: 534a465b-b4cb-471d-9498-4bf3917ad8bf requestBody: contentType: application/json payload: description: everything related to automobiles event: id: 3db28cfc-db22-11eb-8d19-0242ac130003 name: Automobile order: 3 type: LOGO successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"name":"Automobile","description":"everything related to automobiles","order":3,"type":"LOGO","id":"534a465b-b4cb-471d-9498-4bf3917ad8bf","bannerId":"22ca5ab1-0dc3-487b-953e-41d6dacde3e6","bannerUrl":"https://images.cvent.com/pt/fileLocation/url_456"} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: updateExhibitorCategoryBanner steps: - stepId: test operationId: updateExhibitorCategoryBanner parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorCategoryId in: path value: 534a465b-b4cb-471d-9498-4bf3917ad8bf - name: fileId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"file":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"href":"https://images.cvent.com/pt/production/account_123/event_123/CategoryImage.png"} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: listExhibitors steps: - stepId: test operationId: listExhibitors parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorCategoryId in: path value: 534a465b-b4cb-471d-9498-4bf3917ad8bf - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}]} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: getExhibitorQuestions steps: - stepId: test operationId: getExhibitorQuestions parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"text":"Is there a business need?","type":"SingleChoice","required":true,"choices":[{"text":"Choice 1"}],"notApplicableAnswer":{"text":"Not Applicable or Other"},"otherAnswer":{"text":"Not Applicable or Other"},"answerFormat":"RadioButton","answerLimits":{"minLength":1,"maxLength":2000,"minSelections":1,"maxSelections":10},"defaultToCurrentDate":true,"id":"f7c01518-1792-11ec-9621-0242ac130002","displayOrder":1}]} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: getExhibitors steps: - stepId: test operationId: getExhibitors parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: before in: query value: "2017-01-02T02:00:00Z" - name: after in: query value: "2017-01-02T02:00:00Z" - name: filter in: query value: id in ('{UUID}', '{UUID}') AND deleted eq 'true' AND hidden eq 'true' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"name":"Potterfield Harry","description":"A man who sells relatively good hotdogs","code":"abc123","sourceId":"software","location":"Taj Mahal","address":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","city":"Austin","region":"Texas","postalCode":"78727","country":"United States of America"},"email":"h.potterfield@test.com","mobilePhone":"555-555-5555","workPhone":"555-555-5555","otherPhone":"555-555-5555","website":"www.superhappyfuntime.com","contactLinks":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"instagramUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}},"deleted":false,"hidden":false,"eventSponsor":false,"featured":false,"sponsorshipLevel":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"id":"4888db54-db22-11eb-8d19-0242ac130003","profileLogoId":"31bd3ae1-0dc3-487b-953e-41d6bbade7d2","profileLogoUrl":"https://images.cvent.com/pt/fileLocation/url_123","bannerId":"12ca3ae2-0dc3-487b-953e-86d6acadf7d5","bannerUrl":"https://images.cvent.com/pt/fileLocation/url_456"}]} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: createExhibitor steps: - stepId: test operationId: createExhibitor parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 requestBody: contentType: application/json payload: address: address1: Cvent Inc. address2: 4001 West Parmer Lane city: Austin country: United States of America postalCode: "78727" region: Texas code: abc123 contactLinks: facebookUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 instagramUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 linkedInUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 twitterUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 deleted: false description: A man who sells relatively good hotdogs email: h.potterfield@test.com event: id: 3db28cfc-db22-11eb-8d19-0242ac130003 eventSponsor: false featured: false hidden: false location: Taj Mahal mobilePhone: 555-555-5555 name: Potterfield Harry otherPhone: 555-555-5555 sourceId: software sponsorshipLevel: id: 3db28cfc-db22-11eb-8d19-0242ac130003 website: www.superhappyfuntime.com workPhone: 555-555-5555 successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"name":"Potterfield Harry","description":"A man who sells relatively good hotdogs","code":"abc123","sourceId":"software","location":"Taj Mahal","address":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","city":"Austin","region":"Texas","postalCode":"78727","country":"United States of America"},"email":"h.potterfield@test.com","mobilePhone":"555-555-5555","workPhone":"555-555-5555","otherPhone":"555-555-5555","website":"www.superhappyfuntime.com","contactLinks":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"instagramUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}},"deleted":false,"hidden":false,"eventSponsor":false,"featured":false,"sponsorshipLevel":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"id":"4888db54-db22-11eb-8d19-0242ac130003","profileLogoId":"31bd3ae1-0dc3-487b-953e-41d6bbade7d2","profileLogoUrl":"https://images.cvent.com/pt/fileLocation/url_123","bannerId":"12ca3ae2-0dc3-487b-953e-86d6acadf7d5","bannerUrl":"https://images.cvent.com/pt/fileLocation/url_456"} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: getExhibitor steps: - stepId: test operationId: getExhibitor parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"name":"Potterfield Harry","description":"A man who sells relatively good hotdogs","code":"abc123","sourceId":"software","location":"Taj Mahal","address":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","city":"Austin","region":"Texas","postalCode":"78727","country":"United States of America"},"email":"h.potterfield@test.com","mobilePhone":"555-555-5555","workPhone":"555-555-5555","otherPhone":"555-555-5555","website":"www.superhappyfuntime.com","contactLinks":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"instagramUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}},"deleted":false,"hidden":false,"eventSponsor":false,"featured":false,"sponsorshipLevel":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"id":"4888db54-db22-11eb-8d19-0242ac130003","profileLogoId":"31bd3ae1-0dc3-487b-953e-41d6bbade7d2","profileLogoUrl":"https://images.cvent.com/pt/fileLocation/url_123","bannerId":"12ca3ae2-0dc3-487b-953e-86d6acadf7d5","bannerUrl":"https://images.cvent.com/pt/fileLocation/url_456"} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: updateExhibitor steps: - stepId: test operationId: updateExhibitor parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 requestBody: contentType: application/json payload: address: address1: Cvent Inc. address2: 4001 West Parmer Lane city: Austin country: United States of America postalCode: "78727" region: Texas code: abc123 contactLinks: facebookUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 instagramUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 linkedInUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 twitterUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 deleted: false description: A man who sells relatively good hotdogs email: h.potterfield@test.com event: id: 3db28cfc-db22-11eb-8d19-0242ac130003 eventSponsor: false featured: false hidden: false location: Taj Mahal mobilePhone: 555-555-5555 name: Potterfield Harry otherPhone: 555-555-5555 sourceId: software sponsorshipLevel: id: 3db28cfc-db22-11eb-8d19-0242ac130003 website: www.superhappyfuntime.com workPhone: 555-555-5555 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"name":"Potterfield Harry","description":"A man who sells relatively good hotdogs","code":"abc123","sourceId":"software","location":"Taj Mahal","address":{"address1":"Cvent Inc.","address2":"4001 West Parmer Lane","city":"Austin","region":"Texas","postalCode":"78727","country":"United States of America"},"email":"h.potterfield@test.com","mobilePhone":"555-555-5555","workPhone":"555-555-5555","otherPhone":"555-555-5555","website":"www.superhappyfuntime.com","contactLinks":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"instagramUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}},"deleted":false,"hidden":false,"eventSponsor":false,"featured":false,"sponsorshipLevel":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"id":"4888db54-db22-11eb-8d19-0242ac130003","profileLogoId":"31bd3ae1-0dc3-487b-953e-41d6bbade7d2","profileLogoUrl":"https://images.cvent.com/pt/fileLocation/url_123","bannerId":"12ca3ae2-0dc3-487b-953e-86d6acadf7d5","bannerUrl":"https://images.cvent.com/pt/fileLocation/url_456"} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: updateExhibitorBanner steps: - stepId: test operationId: updateExhibitorBanner parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: fileId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"file":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"href":"https://images.cvent.com/pt/production/account_123/event_123/ExhibitorLogo.png"} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: getExhibitorAnswers steps: - stepId: test operationId: getExhibitorAnswers parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","question":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"answers":[{"type":"Choice","value":"Choice A"}],"id":"06d2bfce-1793-11ec-9621-0242ac130002"}]} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: updateExhibitorAnswers steps: - stepId: test operationId: updateExhibitorAnswers parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 requestBody: contentType: application/json payload: data: - answers: - type: Choice value: Choice A event: id: 3db28cfc-db22-11eb-8d19-0242ac130003 exhibitor: id: 4888db54-db22-11eb-8d19-0242ac130003 question: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","question":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"answers":[{"type":"Choice","value":"Choice A"}],"id":"06d2bfce-1793-11ec-9621-0242ac130002"}]} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: listExhibitorCategories steps: - stepId: test operationId: listExhibitorCategories parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"534a465b-b4cb-471d-9498-4bf3917ad8bf"}]} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: updateExhibitorLogo steps: - stepId: test operationId: updateExhibitorLogo parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: fileId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"file":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"href":"https://images.cvent.com/pt/production/account_123/event_123/ExhibitorLogo.png"} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: getLeadQualificationQuestions steps: - stepId: test operationId: getLeadQualificationQuestions parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"code":"cult","choices":[{"text":"Choice 1","label":"Choice A"}],"notApplicableAnswer":{"text":"Not Applicable or Other"},"otherAnswers":{"text":"Not Applicable or Other"},"required":true,"text":"Is there a business need?"}]} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: postRegistrationPack steps: - stepId: test operationId: postRegistrationPack parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 requestBody: contentType: application/json payload: capacities: - registrationType: id: 923d5629-3cac-40c2-8237-34937dd93475 reservedCapacity: 5 event: id: 3db28cfc-db22-11eb-8d19-0242ac130003 exhibitor: id: 4888db54-db22-11eb-8d19-0242ac130003 successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"50f4f0df-0c2d-4e6b-8e68-e1413b6917f5","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"capacities":[]} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: getExhibitorRegistrationPacks steps: - stepId: test operationId: getExhibitorRegistrationPacks parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"id":"50f4f0df-0c2d-4e6b-8e68-e1413b6917f5","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"capacities":[]}]} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: getRegistrationPack steps: - stepId: test operationId: getRegistrationPack parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: registrationPackId in: path value: 50f4f0df-0c2d-4e6b-8e68-e1413b6917f5 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"50f4f0df-0c2d-4e6b-8e68-e1413b6917f5","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"capacities":[]} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: updateRegistrationPack steps: - stepId: test operationId: updateRegistrationPack parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: registrationPackId in: path value: 50f4f0df-0c2d-4e6b-8e68-e1413b6917f5 requestBody: contentType: application/json payload: capacities: - registrationType: id: 923d5629-3cac-40c2-8237-34937dd93475 reservedCapacity: 5 event: id: 3db28cfc-db22-11eb-8d19-0242ac130003 exhibitor: id: 4888db54-db22-11eb-8d19-0242ac130003 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"50f4f0df-0c2d-4e6b-8e68-e1413b6917f5","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"capacities":[{"registrationType":{"id":"923d5629-3cac-40c2-8237-34937dd93475"},"reservedCapacity":5,"availableCapacity":4}]} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: getSponsorshipLevels steps: - stepId: test operationId: getSponsorshipLevels parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"name":"Silver","id":"1765848c-2a7f-48d2-85a2-6668b8e64ffb","rank":3}]} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: getSponsorshipLevel steps: - stepId: test operationId: getSponsorshipLevel parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: sponsorshipLevelId in: path value: 1765848c-2a7f-48d2-85a2-6668b8e64ffb successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"name":"Silver","id":"1765848c-2a7f-48d2-85a2-6668b8e64ffb","rank":3} type: simple x-speakeasy-test-group: Exhibitor x-speakeasy-test-rebuild: true - workflowId: listExhibitorAdmins steps: - stepId: test operationId: listExhibitorAdmins parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"firstName":"John","lastName":"Eddy","email":"john.eddy@test.com","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}]} type: simple x-speakeasy-test-group: Exhibitor Team x-speakeasy-test-rebuild: true - workflowId: postExhibitorAdmin steps: - stepId: test operationId: postExhibitorAdmin parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 requestBody: contentType: application/json payload: email: john.eddy@test.com exhibitor: id: 4888db54-db22-11eb-8d19-0242ac130003 firstName: John lastName: Eddy successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"firstName":"John","lastName":"Eddy","email":"john.eddy@test.com","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"} type: simple x-speakeasy-test-group: Exhibitor Team x-speakeasy-test-rebuild: true - workflowId: getExhibitorAdmin steps: - stepId: test operationId: getExhibitorAdmin parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: adminId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"firstName":"John","lastName":"Eddy","email":"john.eddy@test.com","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"} type: simple x-speakeasy-test-group: Exhibitor Team x-speakeasy-test-rebuild: true - workflowId: updateExhibitorAdmin steps: - stepId: test operationId: updateExhibitorAdmin parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: adminId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: email: john.eddy@test.com exhibitor: id: 4888db54-db22-11eb-8d19-0242ac130003 firstName: John lastName: Eddy successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"firstName":"John","lastName":"Eddy","email":"john.eddy@test.com","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"} type: simple x-speakeasy-test-group: Exhibitor Team x-speakeasy-test-rebuild: true - workflowId: listBoothStaff steps: - stepId: test operationId: listBoothStaff parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"id":"4e0f5152-515e-11ee-be56-0242ac120002"}]} type: simple x-speakeasy-test-group: Exhibitor Team x-speakeasy-test-rebuild: true - workflowId: associateBoothStaff steps: - stepId: test operationId: associateBoothStaff parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 requestBody: contentType: application/json payload: attendee: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 event: id: 3db28cfc-db22-11eb-8d19-0242ac130003 exhibitor: id: 4888db54-db22-11eb-8d19-0242ac130003 successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"id":"4e0f5152-515e-11ee-be56-0242ac120002"} type: simple x-speakeasy-test-group: Exhibitor Team x-speakeasy-test-rebuild: true - workflowId: getBoothStaff steps: - stepId: test operationId: getBoothStaff parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: boothstaffId in: path value: 4e0f5152-515e-11ee-be56-0242ac120002 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"id":"4e0f5152-515e-11ee-be56-0242ac120002"} type: simple x-speakeasy-test-group: Exhibitor Team x-speakeasy-test-rebuild: true - workflowId: listExhibitorFiles steps: - stepId: test operationId: listExhibitorFiles parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"displayName":"Marketing Page","hidden":false,"order":3,"id":"3d44b9e4-8c1a-403d-a20a-0b981f539935"}]} type: simple x-speakeasy-test-group: Exhibitor Content x-speakeasy-test-rebuild: true - workflowId: getExhibitorFile steps: - stepId: test operationId: getExhibitorFile parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: fileId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"displayName":"Marketing Page","hidden":false,"order":3,"id":"3d44b9e4-8c1a-403d-a20a-0b981f539935"} type: simple x-speakeasy-test-group: Exhibitor Content x-speakeasy-test-rebuild: true - workflowId: updateExhibitorFile steps: - stepId: test operationId: updateExhibitorFile parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: fileId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: displayName: Marketing Page event: id: 3db28cfc-db22-11eb-8d19-0242ac130003 exhibitor: id: 4888db54-db22-11eb-8d19-0242ac130003 hidden: false order: 3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"displayName":"Marketing Page","hidden":false,"order":3,"id":"3d44b9e4-8c1a-403d-a20a-0b981f539935"} type: simple x-speakeasy-test-group: Exhibitor Content x-speakeasy-test-rebuild: true - workflowId: listExhibitorWeblinks steps: - stepId: test operationId: listExhibitorWeblinks parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"name":"Marketing Page","url":"http://www.example.com","hidden":false,"order":3,"id":"4d44b9e4-8c1a-403d-a20a-0b981f539935"}]} type: simple x-speakeasy-test-group: Exhibitor Content x-speakeasy-test-rebuild: true - workflowId: createExhibitorWeblink steps: - stepId: test operationId: createExhibitorWeblink parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 requestBody: contentType: application/json payload: event: id: 3db28cfc-db22-11eb-8d19-0242ac130003 exhibitor: id: 4888db54-db22-11eb-8d19-0242ac130003 hidden: false name: Marketing Page order: 3 url: http://www.example.com successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"name":"Marketing Page","url":"http://www.example.com","hidden":false,"order":3,"id":"4d44b9e4-8c1a-403d-a20a-0b981f539935"} type: simple x-speakeasy-test-group: Exhibitor Content x-speakeasy-test-rebuild: true - workflowId: getExhibitorWeblink steps: - stepId: test operationId: getExhibitorWeblink parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: weblinkId in: path value: 4d44b9e4-8c1a-403d-a20a-0b981f539935 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"name":"Marketing Page","url":"http://www.example.com","hidden":false,"order":3,"id":"4d44b9e4-8c1a-403d-a20a-0b981f539935"} type: simple x-speakeasy-test-group: Exhibitor Content x-speakeasy-test-rebuild: true - workflowId: updateExhibitorWeblink steps: - stepId: test operationId: updateExhibitorWeblink parameters: - name: id in: path value: 3db28cfc-db22-11eb-8d19-0242ac130003 - name: exhibitorId in: path value: 4888db54-db22-11eb-8d19-0242ac130003 - name: weblinkId in: path value: 4d44b9e4-8c1a-403d-a20a-0b981f539935 requestBody: contentType: application/json payload: event: id: 3db28cfc-db22-11eb-8d19-0242ac130003 exhibitor: id: 4888db54-db22-11eb-8d19-0242ac130003 hidden: false name: Marketing Page order: 3 url: http://www.example.com successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"3db28cfc-db22-11eb-8d19-0242ac130003"},"exhibitor":{"id":"4888db54-db22-11eb-8d19-0242ac130003"},"name":"Marketing Page","url":"http://www.example.com","hidden":false,"order":3,"id":"4d44b9e4-8c1a-403d-a20a-0b981f539935"} type: simple x-speakeasy-test-group: Exhibitor Content x-speakeasy-test-rebuild: true - workflowId: getEventFeatures steps: - stepId: test operationId: getEventFeatures parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: locale in: query value: en-US - name: filter in: query value: enabled eq 'true' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"type":"Registration","enabled":true,"locked":true,"lockedReason":"Your event is already using some Registration features","enabledTier":"PREMIER","availableTiers":[{"name":"PREMIER","locked":false,"lockReason":""}],"config":{"pricing":{"enabled":true,"invoicePrefix":"EVE001","revenueGoal":10000,"merchantAccount":"Event merchant account - USD","currency":"USD","allowedPaymentMethods":["Visa","Diners Club","Mastercard"]}},"weblink":"https://cvent.me/XX51b9"}]} type: simple x-speakeasy-test-group: Event Features x-speakeasy-test-rebuild: true - workflowId: updateEventFeatures steps: - stepId: test operationId: updateEventFeatures parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: type in: path value: Registration requestBody: contentType: application/json payload: config: pricing: allowedPaymentMethods: - Visa - Diners Club - Mastercard currency: USD enabled: true invoicePrefix: EVE001 merchantAccount: Event merchant account - USD revenueGoal: 10000 enabled: true enabledTier: PREMIER type: Registration successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"type":"Registration","enabled":true,"locked":true,"lockedReason":"Your event is already using some Registration features","enabledTier":"PREMIER","availableTiers":[{"name":"PREMIER","locked":false,"lockReason":""}],"config":{"pricing":{"enabled":true,"invoicePrefix":"EVE001","revenueGoal":10000,"merchantAccount":"Event merchant account - USD","currency":"USD","allowedPaymentMethods":["Visa","Diners Club","Mastercard"]}},"weblink":"https://cvent.me/XX51b9"} type: simple x-speakeasy-test-group: Event Features x-speakeasy-test-rebuild: true - workflowId: listEventWeblinks steps: - stepId: test operationId: listEventWeblinks parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: locale in: query value: en-US - name: limit in: query value: 100 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"limit":100,"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Event Features x-speakeasy-test-rebuild: true - workflowId: getMeetingRequestByEventId steps: - stepId: test operationId: getMeetingRequestByEventId parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"017f1149-0f3a-4531-b1aa-6f66a6cb04f3","name":"Limited MR","status":"Submitted to Accounting","statusNote":"The status indicates that the request is submitted to accounting","meetingRequestForm":{"name":"Annual Sales Meeting Request Form"},"questions":[{"id":"f1ea56cd-6860-4f1a-baf7-973118384384","name":"What is your favorite color?","type":"SingleSelect","value":["Green"],"compositeValue":[{"currency":"USD","costType":"FIXED","costDetail":[{"category":{"id":3,"name":"Travel"},"subCategory":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"utilities"},"units":5.2,"cost":100.5,"totalCost":100.5}]}]}],"sourceId":"sourceId12","code":"VPNH3JGMTND","archiveDate":"2017-01-02T02:00:00Z"} type: simple x-speakeasy-test-group: Meeting Request x-speakeasy-test-rebuild: true - workflowId: listMRF steps: - stepId: test operationId: listMRF parameters: - name: limit in: query value: 10 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: active eq 'true' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"9c97eb50-9f88-4972-a603-f617fc3258dd","name":"Request for Medical Meetups","statuses":["Declined"],"active":true,"questions":[{"id":"cd484057-b810-49e7-9abd-ab0cca167c1b","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General","hidden":false,"required":true,"minLength":0,"maxLength":100,"minChoice":0,"maxChoice":10,"minDate":"1970-12-23","maxDate":"2100-12-31"}]}]} type: simple x-speakeasy-test-group: Meeting Request x-speakeasy-test-rebuild: true - workflowId: getMRFById steps: - stepId: test operationId: getMRFById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"9c97eb50-9f88-4972-a603-f617fc3258dd","name":"Request for Medical Meetups","statuses":["Declined"],"active":true,"questions":[{"id":"d43ebfad-493f-486e-b43f-feaafac19378","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General","hidden":false,"required":true,"minLength":0,"maxLength":100,"minChoice":0,"maxChoice":10,"minDate":"1970-12-23","maxDate":"2100-12-31"}]} type: simple x-speakeasy-test-group: Meeting Request x-speakeasy-test-rebuild: true - workflowId: createMeetingRequest steps: - stepId: test operationId: createMeetingRequest parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: - name: '####test' questions: - id: f1ea56cd-6860-4f1a-baf7-973118384384 value: - Green sourceId: sourceId12 successCriteria: - condition: $statusCode == 207 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | [{"data":{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"017f1149-0f3a-4531-b1aa-6f66a6cb04f3","name":"Limited MR","status":"Submitted to Accounting","statusNote":"The status indicates that the request is submitted to accounting","meetingRequestForm":{"name":"Annual Sales Meeting Request Form"},"questions":[{"id":"f1ea56cd-6860-4f1a-baf7-973118384384","name":"What is your favorite color?","type":"SingleSelect","value":["Green"],"compositeValue":[]}],"sourceId":"sourceId12","code":"VPNH3JGMTND","archiveDate":"2017-01-02T02:00:00Z"},"status":200,"message":"Successful","request":"Example request information."}] type: simple x-speakeasy-test-group: Meeting Request x-speakeasy-test-rebuild: true - workflowId: updateMeetingRequest steps: - stepId: test operationId: updateMeetingRequest parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: [] successCriteria: - condition: $statusCode == 207 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | [{"data":{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"017f1149-0f3a-4531-b1aa-6f66a6cb04f3","name":"Limited MR","status":"Submitted to Accounting","statusNote":"The status indicates that the request is submitted to accounting","meetingRequestForm":{"name":"Annual Sales Meeting Request Form"},"questions":[{"id":"f1ea56cd-6860-4f1a-baf7-973118384384","name":"What is your favorite color?","type":"SingleSelect","value":["Green"],"compositeValue":[]}],"sourceId":"sourceId12","code":"VPNH3JGMTND","archiveDate":"2017-01-02T02:00:00Z"},"status":200,"message":"Successful","request":"Example request information."}] type: simple x-speakeasy-test-group: Meeting Request x-speakeasy-test-rebuild: true - workflowId: listMeetingRequest steps: - stepId: test operationId: listMeetingRequest parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 10 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: filter in: query value: meeting-request.id eq '775b7a6c-de7f-4dfe-8d16-966acdc0e848' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Meeting Request x-speakeasy-test-rebuild: true - workflowId: getMeetingRequestById steps: - stepId: test operationId: getMeetingRequestById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: requestId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"017f1149-0f3a-4531-b1aa-6f66a6cb04f3","name":"Limited MR","status":"Submitted to Accounting","statusNote":"The status indicates that the request is submitted to accounting","meetingRequestForm":{"name":"Annual Sales Meeting Request Form"},"questions":[{"id":"f1ea56cd-6860-4f1a-baf7-973118384384","name":"What is your favorite color?","type":"SingleSelect","value":["Green"],"compositeValue":[{"date":"2099-12-11","any":10,"single":10,"suite":10,"staff":10,"doubleBeds":10}]}],"sourceId":"sourceId12","code":"VPNH3JGMTND","archiveDate":"2017-01-02T02:00:00Z"} type: simple x-speakeasy-test-group: Meeting Request x-speakeasy-test-rebuild: true - workflowId: listMeetingRequestDocuments steps: - stepId: test operationId: listMeetingRequestDocuments parameters: - name: requestId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 10 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: includeReferenceLink in: query value: true - name: filter in: query value: lastModified lt '2024-12-12T03:00:00Z' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"d7f65300-72c9-4e30-b82d-4f8e2ace777b","name":"Agenda","size":204800,"uploaded":"2024-06-15T13:45:30Z","uploadedBy":"John Doe","lastModified":"2024-10-12T03:00:00Z","lastModifiedBy":"John Doe","mimeType":"application/pdf","referenceLink":{"url":"https://custom.cvent.com/4B31940730B6475A8D6A7785748A67EE/files/smm/8cfc2168a00342f5ba9e13f7a808df8e/78ce60fbf1da4cf5af139a65f59aed60.pdf","expiration":"2025-12-31T23:59:59Z"}}]} type: simple x-speakeasy-test-group: Meeting Request x-speakeasy-test-rebuild: true - workflowId: listSeating steps: - stepId: test operationId: listSeating parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq 'ad6df5aa-f21f-47e6-9c48-8d3a7831ad5f' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"name":"Awards Dinner","code":"1VCAPITRAN18012023","readOnly":false,"sourceId":"Id2854","id":"ad6df5aa-f21f-47e6-9c48-8d3a7831ad5f"}]} type: simple x-speakeasy-test-group: Seating x-speakeasy-test-rebuild: true - workflowId: getEventTableAssignments steps: - stepId: test operationId: getEventTableAssignments parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: seating.id eq 'ad6df5aa-f21f-47e6-9c48-8d3a7831ad5f' and attendee.id eq 'bdcb1fba-0fb3-46d2-b4e7-47ace9bc7907' - name: expand in: query value: - seating - table successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Seating x-speakeasy-test-rebuild: true - workflowId: getSeating steps: - stepId: test operationId: getSeating parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: seatingId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"name":"Awards Dinner","code":"1VCAPITRAN18012023","readOnly":false,"sourceId":"Id2854","id":"ad6df5aa-f21f-47e6-9c48-8d3a7831ad5f"} type: simple x-speakeasy-test-group: Seating x-speakeasy-test-rebuild: true - workflowId: getTableAssignment steps: - stepId: test operationId: getTableAssignment parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: seatingId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: seating.id eq 'ad6df5aa-f21f-47e6-9c48-8d3a7831ad5f' and attendee.id eq 'bdcb1fba-0fb3-46d2-b4e7-47ace9bc7907' - name: expand in: query value: - seating - table successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Seating x-speakeasy-test-rebuild: true - workflowId: listTables steps: - stepId: test operationId: listTables parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: seatingId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq 'ad6df5aa-f21f-47e6-9c48-8d3a7831ad5f' - name: expand in: query value: - seats successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"name":"CVENT table","code":"CAETABLE1","capacity":10,"description":"This table is for VIP attendees.","sourceId":"Id1255","id":"c9763ce5-b965-44ed-9c2b-b5657dfab012","seats":[{"id":"37ace026-f4ac-40e3-9144-e2c8399844be"}]}]} type: simple x-speakeasy-test-group: Seating x-speakeasy-test-rebuild: true - workflowId: getTable steps: - stepId: test operationId: getTable parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: seatingId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: tableId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: expand in: query value: - seats successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"name":"CVENT table","code":"CAETABLE1","capacity":10,"description":"This table is for VIP attendees.","sourceId":"Id1255","id":"c9763ce5-b965-44ed-9c2b-b5657dfab012","seats":[{"id":"37ace026-f4ac-40e3-9144-e2c8399844be"}]} type: simple x-speakeasy-test-group: Seating x-speakeasy-test-rebuild: true - workflowId: listSeats steps: - stepId: test operationId: listSeats parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: seatingId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: tableId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq 'ad6df5aa-f21f-47e6-9c48-8d3a7831ad5f' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"name":"Management seat","sourceId":"Id5874","id":"37ace026-f4ac-40e3-9144-e2c8399844be"}]} type: simple x-speakeasy-test-group: Seating x-speakeasy-test-rebuild: true - workflowId: getSeat steps: - stepId: test operationId: getSeat parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: seatingId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: tableId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: seatId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"name":"Management seat","sourceId":"Id5874","id":"37ace026-f4ac-40e3-9144-e2c8399844be"} type: simple x-speakeasy-test-group: Seating x-speakeasy-test-rebuild: true - workflowId: getSessionLocation steps: - stepId: test operationId: getSessionLocation parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: addSessionLocation steps: - stepId: test operationId: addSessionLocation parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: code: ConfA name: Conference Room A successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"38db6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"ConfA","name":"Conference Room A"} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: createProgramItem steps: - stepId: test operationId: createProgramItem requestBody: contentType: application/json payload: description: This is a sample description of the day 1 program item. duration: 30 event: id: 78842378-5d83-11ee-8c99-0242ac120002 name: Day 1 Program Item. rteDescription: '{"format":"draftjs-nucleus","version":1,"content":{"blocks":[{"key":"cubve","text":"Program Item Description","type":"unstyled","depth":0,"inlineStyleRanges":[],"entityRanges":[],"data":{}}],"entityMap":{}}}' session: id: 78842aee-5d83-11ee-8c99-0242ac120002 successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"38db6ae2-0dc3-487b-953e-86d6abbdf7d3","event":{"id":"78842378-5d83-11ee-8c99-0242ac120002"},"session":{"id":"78842aee-5d83-11ee-8c99-0242ac120002"},"name":"Day 1 Program Item.","duration":30,"description":"This is a sample description of the day 1 program item.","rteDescription":"{\"format\":\"draftjs-nucleus\",\"version\":1,\"content\":{\"blocks\":[{\"key\":\"cubve\",\"text\":\"Program Item Description\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}}"} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: listProgramItems steps: - stepId: test operationId: listProgramItems parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: session.id in ('04ca6ae2-0dc3-487b-953e-86d6abbdf7d3', '34ca65e2-1dc3-487b-589e-839d8bbdf7d3') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"38db6ae2-0dc3-487b-953e-86d6abbdf7d3","event":{"id":"78842378-5d83-11ee-8c99-0242ac120002"},"session":{"id":"78842aee-5d83-11ee-8c99-0242ac120002"},"name":"Day 1 Program Item.","duration":30,"description":"This is a sample description of the day 1 program item.","rteDescription":"{\"format\":\"draftjs-nucleus\",\"version\":1,\"content\":{\"blocks\":[{\"key\":\"cubve\",\"text\":\"Program Item Description\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}}"}]} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: filterProgramItemDocuments steps: - stepId: test operationId: filterProgramItemDocuments parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"38db6ae2-0dc3-487b-953e-86d6abbdf7d3","event":{"id":"78842378-5d83-11ee-8c99-0242ac120002"},"session":{"id":"78842aee-5d83-11ee-8c99-0242ac120002"},"document":{},"programItem":{"id":"788426ac-5d83-11ee-8c99-0242ac120002"}}]} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: listProgramItemsPostFilters steps: - stepId: test operationId: listProgramItemsPostFilters parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: locale in: query value: en-US requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"38db6ae2-0dc3-487b-953e-86d6abbdf7d3","event":{"id":"78842378-5d83-11ee-8c99-0242ac120002"},"session":{"id":"78842aee-5d83-11ee-8c99-0242ac120002"},"name":"Day 1 Program Item.","duration":30,"description":"This is a sample description of the day 1 program item.","rteDescription":"{\"format\":\"draftjs-nucleus\",\"version\":1,\"content\":{\"blocks\":[{\"key\":\"cubve\",\"text\":\"Program Item Description\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}}"}]} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: updateProgramItem steps: - stepId: test operationId: updateProgramItem parameters: - name: programItemId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: description: This is a sample description of the day 1 program item. duration: 30 event: id: 78842378-5d83-11ee-8c99-0242ac120002 id: 38db6ae2-0dc3-487b-953e-86d6abbdf7d3 name: Day 1 Program Item. rteDescription: '{"format":"draftjs-nucleus","version":1,"content":{"blocks":[{"key":"cubve","text":"Program Item Description","type":"unstyled","depth":0,"inlineStyleRanges":[],"entityRanges":[],"data":{}}],"entityMap":{}}}' session: id: 78842aee-5d83-11ee-8c99-0242ac120002 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"38db6ae2-0dc3-487b-953e-86d6abbdf7d3","event":{"id":"78842378-5d83-11ee-8c99-0242ac120002"},"session":{"id":"78842aee-5d83-11ee-8c99-0242ac120002"},"name":"Day 1 Program Item.","duration":30,"description":"This is a sample description of the day 1 program item.","rteDescription":"{\"format\":\"draftjs-nucleus\",\"version\":1,\"content\":{\"blocks\":[{\"key\":\"cubve\",\"text\":\"Program Item Description\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}}"} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: getProgramItemDocuments steps: - stepId: test operationId: getProgramItemDocuments parameters: - name: programItemId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"38db6ae2-0dc3-487b-953e-86d6abbdf7d3","event":{"id":"78842378-5d83-11ee-8c99-0242ac120002"},"session":{"id":"78842aee-5d83-11ee-8c99-0242ac120002"},"document":{},"programItem":{"id":"788426ac-5d83-11ee-8c99-0242ac120002"}}]} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: relateProgramItemToSessionDocument steps: - stepId: test operationId: relateProgramItemToSessionDocument parameters: - name: programItemId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: fileId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"38db6ae2-0dc3-487b-953e-86d6abbdf7d3","event":{"id":"78842378-5d83-11ee-8c99-0242ac120002"},"session":{"id":"78842aee-5d83-11ee-8c99-0242ac120002"},"document":{},"programItem":{"id":"788426ac-5d83-11ee-8c99-0242ac120002"}} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: getProgramItemSessionDocument steps: - stepId: test operationId: getProgramItemSessionDocument parameters: - name: programItemId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: fileId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"38db6ae2-0dc3-487b-953e-86d6abbdf7d3","event":{"id":"78842378-5d83-11ee-8c99-0242ac120002"},"session":{"id":"78842aee-5d83-11ee-8c99-0242ac120002"},"document":{},"programItem":{"id":"788426ac-5d83-11ee-8c99-0242ac120002"}} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: listSessionsCategories steps: - stepId: test operationId: listSessionsCategories parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: sort in: query value: name:ASC - name: filter in: query value: name contains 'general' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: createSessionCategory steps: - stepId: test operationId: createSessionCategory requestBody: contentType: application/json payload: description: During networking sessions, come meet fellow workers in your field. name: Networking successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"38db6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Networking","description":"During networking sessions, come meet fellow workers in your field."} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: GetSessionSegments steps: - stepId: test operationId: GetSessionSegments parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: segment.id in ('04ca6ae2-0dc3-487b-953e-86d6abbdf7d3', '34ca65e2-1dc3-487b-589e-839d8bbdf7d3') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: listSessions steps: - stepId: test operationId: listSessions parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: sort in: query value: start:DESC,order:ASC,title:ASC - name: locale in: query value: en-US - name: filter in: query value: status eq 'active' or status eq 'closed' or event.id eq 'abc' or customField.{uuid of custom field} in ('abc','def') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: createSession steps: - stepId: test operationId: createSession requestBody: contentType: application/json payload: admissionItems: - 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 automaticallyClosesOn: "2022-08-12" automaticallyOpensOn: "2022-08-01" capacity: 150 capacityUnlimited: false capacityVirtual: 150 category: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 name: Sample Object name code: R5NP4NJYB3D dataTagCode: Optional Session description: Keynote session to kick off the event. The dynamic and energetic Dr. Smith will be speaking about the industry. displayOnAgenda: true enableWaitlist: false enableWaitlistVirtual: true end: "2020-02-07T17:00:00.000Z" event: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 featured: true group: id: b0cd3bac-0565-4593-be6e-5333753a6c25 includedSession: true location: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 openForAttendeeHub: true openForRegistration: false order: 1 presentationType: Power Point registrationTypes: - 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 relevance: 2.3 start: "2020-02-03T13:00:00.000Z" status: Active title: Day 1 Keynote Session type: code: MU id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 name: Meet up virtualCapacityUnlimited: false waitlistCapacity: 100 waitlistCapacityVirtual: 150 successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","virtual":true,"event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"title":"Day 1 Keynote Session","code":"R5NP4NJYB3D","category":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Sample Object name"},"type":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"location":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"ConfA","name":"Conference Room A"},"description":"Keynote session to kick off the event. The dynamic and energetic Dr. Smith will be speaking about the industry.","start":"2020-02-03T13:00:00.000Z","end":"2020-02-07T17:00:00.000Z","status":"Active","automaticallyOpensOn":"2022-08-01","automaticallyClosesOn":"2022-08-12","enableWaitlist":false,"waitlistCapacity":100,"enableWaitlistVirtual":true,"capacity":150,"capacityUnlimited":false,"capacityVirtual":150,"virtualCapacityUnlimited":false,"waitlistCapacityVirtual":150,"displayOnAgenda":true,"featured":true,"group":{"id":"b0cd3bac-0565-4593-be6e-5333753a6c25"},"admissionItems":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"],"openForRegistration":false,"openForAttendeeHub":true,"registrationTypes":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"],"presentationType":"Power Point","dataTagCode":"Optional Session","customFields":[{"id":"e8d671d7-e639-4e0c-bec7-e7cc40a3e978","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"segments":["788426ac-5d83-11ee-8c99-0242ac120002"],"order":1,"includedSession":true,"relevance":2.3} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: listSessionsPostFilters steps: - stepId: test operationId: listSessionsPostFilters parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: locale in: query value: en-US requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","virtual":true,"event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"title":"Day 1 Keynote Session","code":"R5NP4NJYB3D","category":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Sample Object name"},"type":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"location":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"ConfA","name":"Conference Room A"},"description":"Keynote session to kick off the event. The dynamic and energetic Dr. Smith will be speaking about the industry.","start":"2020-02-03T13:00:00.000Z","end":"2020-02-07T17:00:00.000Z","status":"Active","automaticallyOpensOn":"2022-08-01","automaticallyClosesOn":"2022-08-12","enableWaitlist":false,"waitlistCapacity":100,"enableWaitlistVirtual":true,"capacity":150,"capacityUnlimited":false,"capacityVirtual":150,"virtualCapacityUnlimited":false,"waitlistCapacityVirtual":150,"displayOnAgenda":true,"featured":true,"group":{"id":"b0cd3bac-0565-4593-be6e-5333753a6c25"},"admissionItems":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"],"openForRegistration":false,"openForAttendeeHub":true,"registrationTypes":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"],"presentationType":"Power Point","dataTagCode":"Optional Session","customFields":[{"id":"ce576972-958d-4c22-a4e0-fc8270d05164","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"segments":["788426ac-5d83-11ee-8c99-0242ac120002"],"order":1,"includedSession":true,"relevance":2.3}]} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: getSessionById steps: - stepId: test operationId: getSessionById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","virtual":true,"event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"title":"Day 1 Keynote Session","code":"R5NP4NJYB3D","category":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Sample Object name"},"type":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"location":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"ConfA","name":"Conference Room A"},"description":"Keynote session to kick off the event. The dynamic and energetic Dr. Smith will be speaking about the industry.","start":"2020-02-03T13:00:00.000Z","end":"2020-02-07T17:00:00.000Z","status":"Active","automaticallyOpensOn":"2022-08-01","automaticallyClosesOn":"2022-08-12","enableWaitlist":false,"waitlistCapacity":100,"enableWaitlistVirtual":true,"capacity":150,"capacityUnlimited":false,"capacityVirtual":150,"virtualCapacityUnlimited":false,"waitlistCapacityVirtual":150,"displayOnAgenda":true,"featured":true,"group":{"id":"b0cd3bac-0565-4593-be6e-5333753a6c25"},"admissionItems":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"],"openForRegistration":false,"openForAttendeeHub":true,"registrationTypes":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"],"presentationType":"Power Point","dataTagCode":"Optional Session","customFields":[{"id":"fa5f5cd5-e14f-431d-ab59-75d0fe3151fc","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"segments":["788426ac-5d83-11ee-8c99-0242ac120002"],"order":1,"includedSession":true,"relevance":2.3} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: updateSession steps: - stepId: test operationId: updateSession parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: admissionItems: - 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 automaticallyClosesOn: "2022-08-12" automaticallyOpensOn: "2022-08-01" capacity: 150 capacityUnlimited: false capacityVirtual: 150 category: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 name: Sample Object name code: R5NP4NJYB3D dataTagCode: Optional Session description: Keynote session to kick off the event. The dynamic and energetic Dr. Smith will be speaking about the industry. displayOnAgenda: true enableWaitlist: false enableWaitlistVirtual: true end: "2020-02-07T17:00:00.000Z" event: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 featured: true group: id: b0cd3bac-0565-4593-be6e-5333753a6c25 location: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 openForAttendeeHub: true openForRegistration: false order: 1 presentationType: Power Point registrationTypes: - 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 start: "2020-02-03T13:00:00.000Z" status: Active title: Day 1 Keynote Session type: code: MU id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 name: Meet up virtualCapacityUnlimited: false waitlistCapacity: 100 waitlistCapacityVirtual: 150 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","virtual":true,"event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"title":"Day 1 Keynote Session","code":"R5NP4NJYB3D","category":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Sample Object name"},"type":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"MU","name":"Meet up"},"location":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","code":"ConfA","name":"Conference Room A"},"description":"Keynote session to kick off the event. The dynamic and energetic Dr. Smith will be speaking about the industry.","start":"2020-02-03T13:00:00.000Z","end":"2020-02-07T17:00:00.000Z","status":"Active","automaticallyOpensOn":"2022-08-01","automaticallyClosesOn":"2022-08-12","enableWaitlist":false,"waitlistCapacity":100,"enableWaitlistVirtual":true,"capacity":150,"capacityUnlimited":false,"capacityVirtual":150,"virtualCapacityUnlimited":false,"waitlistCapacityVirtual":150,"displayOnAgenda":true,"featured":true,"group":{"id":"b0cd3bac-0565-4593-be6e-5333753a6c25"},"admissionItems":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"],"openForRegistration":false,"openForAttendeeHub":true,"registrationTypes":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"],"presentationType":"Power Point","dataTagCode":"Optional Session","customFields":[{"id":"a34d3549-95c4-4372-a6f5-f7898a5d7ea9","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"}],"segments":["788426ac-5d83-11ee-8c99-0242ac120002"],"order":1,"includedSession":true,"relevance":2.3} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: updateSessionCustomFieldAnswers steps: - stepId: test operationId: updateSessionCustomFieldAnswers parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: customFieldId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: id: 5bcc98a1-7899-448a-a52d-4fcaf9af774f type: General value: - Choice C - Choice A successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"8cae1e9c-7e82-4d4b-904c-fc0b792a8495","name":"What is a your favorite color?","value":["Choice C","Choice A"],"order":1,"type":"General"} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: listSessionDocs steps: - stepId: test operationId: listSessionDocs parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: file.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"file":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"href":"https://custom.cvent.com/a5154f85f71a4cf2464e037feb75b308/00000000000000000000000000000000/files/e209d73d845746b7a6deda4da9d91b2c.png","friendlyName":"Important Document","type":"image/png","size":150,"displayEnabled":true}]} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: getSessionDoc steps: - stepId: test operationId: getSessionDoc parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: fileId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"file":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"href":"https://custom.cvent.com/a5154f85f71a4cf2464e037feb75b308/00000000000000000000000000000000/files/e209d73d845746b7a6deda4da9d91b2c.png","friendlyName":"Important Document","type":"image/png","size":150,"displayEnabled":true} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: addSessionDoc steps: - stepId: test operationId: addSessionDoc parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: fileId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"file":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"href":"https://custom.cvent.com/a5154f85f71a4cf2464e037feb75b308/00000000000000000000000000000000/files/e209d73d845746b7a6deda4da9d91b2c.png","friendlyName":"Important Document","type":"image/png","size":150,"displayEnabled":true} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: listSessionSpeakers steps: - stepId: test operationId: listSessionSpeakers parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","session":{"id":"832cb481-74c5-4859-ba21-bbb5be8b86e0"},"category":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Presenters"},"order":1}]} type: simple x-speakeasy-test-group: Sessions x-speakeasy-test-rebuild: true - workflowId: uploadFile steps: - stepId: test operationId: uploadFile requestBody: contentType: multipart/form-data payload: file: SGVsbG8sIFdvcmxkIQ== successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"94a18afa-30ad-407e-87c2-526e1e871a82","friendlyName":"sample.txt","path":{"href":"https://custom.t2.cvent.com/35b0fcc5a7194de690f5382a35ac8266/00000000000000000000000000000000/files/universal-file/tmp/99f8f0b0438e4341a90f959785f73f5a.xlsx"},"fileSize":2048} type: simple x-speakeasy-test-group: File x-speakeasy-test-rebuild: true - workflowId: getFile steps: - stepId: test operationId: getFile parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"94a18afa-30ad-407e-87c2-526e1e871a82","friendlyName":"sample.txt","path":{"href":"https://custom.t2.cvent.com/35b0fcc5a7194de690f5382a35ac8266/00000000000000000000000000000000/files/universal-file/tmp/99f8f0b0438e4341a90f959785f73f5a.xlsx"},"fileSize":2048} type: simple x-speakeasy-test-group: File x-speakeasy-test-rebuild: true - workflowId: updateHotelRoomRates steps: - stepId: test operationId: updateHotelRoomRates parameters: - name: hotelCode in: path value: HOTELCODE - name: roomCode in: path value: VLR requestBody: contentType: application/json payload: currencyCode: USD endDate: "2025-03-25" rateCode: VIPRATE roomRate: 150 startDate: "2025-03-25" successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"rateCode":"VIPRATE","startDate":"2025-03-25","endDate":"2025-03-25","roomRate":150,"currencyCode":"USD","hotelCode":"HOTELCODE","roomCode":"VLR"} type: simple x-speakeasy-test-group: Housing Hotels x-speakeasy-test-rebuild: true - workflowId: listHubs steps: - stepId: test operationId: listHubs parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: (id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (id eq '16322408-bae8-4b29-a559-702d2023e13a') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events+ Hub x-speakeasy-test-rebuild: true - workflowId: getHubMembers steps: - stepId: test operationId: getHubMembers parameters: - name: hubId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: (firstName contains 'tim') and (lastName contains 'wood') - name: sort in: query value: firstName:ASC,lastName:ASC successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events+ Hub x-speakeasy-test-rebuild: true - workflowId: getConfiguration steps: - stepId: test operationId: getConfiguration successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"enabledMessageTypes":["session_qa"]} type: simple x-speakeasy-test-group: Compliance x-speakeasy-test-rebuild: true - workflowId: updateConfiguration steps: - stepId: test operationId: updateConfiguration requestBody: contentType: application/json payload: enabledMessageTypes: [] successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"enabledMessageTypes":["email"]} type: simple x-speakeasy-test-group: Compliance x-speakeasy-test-rebuild: true - workflowId: getCommunicationLogMessages steps: - stepId: test operationId: getCommunicationLogMessages parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: type eq 'email' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"ed36e3de-7b34-4c38-91f6-ecb9c24a3dcd","type":"chat","created":"2019-07-15T09:00:39Z","tags":{"eventId":"11111111-0dc3-487b-953e-86d6abbdf7d3"},"message":{"link":"https://compliance.cvent.com/link/to/an/email"},"attachments":[{"link":"https://foo.com/a/picture/of/a/cat.jpg"}]}]} type: simple x-speakeasy-test-group: Compliance x-speakeasy-test-rebuild: true - workflowId: filterCommunicationLogMessages steps: - stepId: test operationId: filterCommunicationLogMessages parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"ed36e3de-7b34-4c38-91f6-ecb9c24a3dcd","type":"email","created":"2019-07-15T09:00:39Z","tags":{"eventId":"11111111-0dc3-487b-953e-86d6abbdf7d3"},"message":{"actionType":"question.asked","attendee":{"id":"6dc0fe3d-4d1c-4bc6-af22-7d9126388388"},"question":{"id":"2385098a-ab4e-4e06-b3b7-487cad288587","text":"Sample question?","status":"approved","anonymous":true,"answer":"Sample answer."}},"attachments":[{"link":"https://foo.com/a/picture/of/a/cat.jpg"}]}]} type: simple x-speakeasy-test-group: Compliance x-speakeasy-test-rebuild: true - workflowId: oauth2Token steps: - stepId: test operationId: oauth2Token requestBody: contentType: application/x-www-form-urlencoded payload: client_id: djc98u3jiedmi283eu928 code: AUTHORIZATION_CODE grant_type: client_credentials redirect_uri: https://example.com/redirect refresh_token: dn43ud8uj32nk2je scope: event/events:read event/attendees:read successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"access_token":"eyJz9sdfsdfsdfsd","refresh_token":"dn43ud8uj32nk2je","token_type":"Bearer","expires_in":3600} type: simple x-speakeasy-test-group: Authentication x-speakeasy-test-rebuild: true - workflowId: validateToken steps: - stepId: test operationId: validateToken successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"tokenValid":true,"statusCode":200} type: simple x-speakeasy-test-group: Authentication x-speakeasy-test-rebuild: true - workflowId: listProcessFormSubmission steps: - stepId: test operationId: listProcessFormSubmission parameters: - name: limit in: query value: 10 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: expand in: query value: - process-form - name: filter in: query value: event.id eq '775b7a6c-de7f-4dfe-8d16-966acdc0e848' and process-form.id eq '9c97eb50-9f88-4972-a603-f617fc3258dd' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Process Form x-speakeasy-test-rebuild: true - workflowId: getSessionProgramSpeakers steps: - stepId: test operationId: getSessionProgramSpeakers parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: session.id in ('04ca6ae2-0dc3-487b-953e-86d6abbdf7d3', '34ca65e2-1dc3-487b-589e-839d8bbdf7d3') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"38db6ae2-0dc3-487b-953e-86d6abbdf7d3","event":{"id":"2ef03846-fced-4ce3-a077-d64ca891a4b1"},"session":{"id":"832cb481-74c5-4859-ba21-bbb5be8b86e0"},"speaker":{"id":"6077a9f1-a230-40cd-9e32-b493a84aaa80"},"programItem":{"id":"221984b2-9e3e-4c1c-8ef4-306b1b75fa3e"}}]} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: listSessionProgramSpeakersPostFilters steps: - stepId: test operationId: listSessionProgramSpeakersPostFilters parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: locale in: query value: en-US requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"38db6ae2-0dc3-487b-953e-86d6abbdf7d3","event":{"id":"2ef03846-fced-4ce3-a077-d64ca891a4b1"},"session":{"id":"832cb481-74c5-4859-ba21-bbb5be8b86e0"},"speaker":{"id":"6077a9f1-a230-40cd-9e32-b493a84aaa80"},"programItem":{"id":"221984b2-9e3e-4c1c-8ef4-306b1b75fa3e"}}]} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: createSessionProgramSpeaker steps: - stepId: test operationId: createSessionProgramSpeaker parameters: - name: programItemId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"38db6ae2-0dc3-487b-953e-86d6abbdf7d3","event":{"id":"2ef03846-fced-4ce3-a077-d64ca891a4b1"},"session":{"id":"832cb481-74c5-4859-ba21-bbb5be8b86e0"},"speaker":{"id":"6077a9f1-a230-40cd-9e32-b493a84aaa80"},"programItem":{"id":"221984b2-9e3e-4c1c-8ef4-306b1b75fa3e"}} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: getSessionProgramSpeaker steps: - stepId: test operationId: getSessionProgramSpeaker parameters: - name: programItemId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"38db6ae2-0dc3-487b-953e-86d6abbdf7d3","event":{"id":"2ef03846-fced-4ce3-a077-d64ca891a4b1"},"session":{"id":"832cb481-74c5-4859-ba21-bbb5be8b86e0"},"speaker":{"id":"6077a9f1-a230-40cd-9e32-b493a84aaa80"},"programItem":{"id":"221984b2-9e3e-4c1c-8ef4-306b1b75fa3e"}} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: listSpeakersCategories steps: - stepId: test operationId: listSpeakersCategories parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: active eq 'true' - name: sort in: query value: name:DESC successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"name":"Presenters","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}]} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: addSpeakerCategory steps: - stepId: test operationId: addSpeakerCategory requestBody: contentType: application/json payload: name: Presenters successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"name":"Presenters","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: listSpeakers steps: - stepId: test operationId: listSpeakers parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: sort in: query value: lastName:DESC,company:ASC - name: locale in: query value: en-US - name: filter in: query value: event.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{},"firstName":"Barbra","lastName":"Smith","code":"sbarbra","email":"barbrasmith@cvent.com","prefix":"Dr.","designation":"PhD","company":"Cvent","title":"Lead Engineer","category":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Presenters"},"links":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"profilePicture":{"href":"https://cvent.com/picture123"}},"visibility":false,"biography":"Presentation and Speaking voice expert, Barbara is a highly regarded coach and facilitator","internalNote":"Barbara is multilingual","featured":false,"relevance":2.3,"order":1,"contact":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}}]} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: createSpeaker steps: - stepId: test operationId: createSpeaker requestBody: contentType: application/json payload: biography: Presentation and Speaking voice expert, Barbara is a highly regarded coach and facilitator category: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 name: Presenters code: sbarbra company: Cvent designation: PhD email: barbrasmith@cvent.com event: {} featured: false firstName: Barbra internalNote: Barbara is multilingual lastName: Smith links: facebookUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 linkedInUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 twitterUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 prefix: Dr. relevance: 2.3 title: Lead Engineer visibility: false successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{},"firstName":"Barbra","lastName":"Smith","code":"sbarbra","email":"barbrasmith@cvent.com","prefix":"Dr.","designation":"PhD","company":"Cvent","title":"Lead Engineer","category":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Presenters"},"links":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"profilePicture":{"href":"https://cvent.com/picture123"}},"visibility":false,"biography":"Presentation and Speaking voice expert, Barbara is a highly regarded coach and facilitator","internalNote":"Barbara is multilingual","featured":false,"relevance":2.3,"order":1,"contact":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: listSpeakersPostFilter steps: - stepId: test operationId: listSpeakersPostFilter parameters: - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: sort in: query value: lastName:DESC,company:ASC - name: locale in: query value: en-US requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: updateSpeaker steps: - stepId: test operationId: updateSpeaker parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: biography: Presentation and Speaking voice expert, Barbara is a highly regarded coach and facilitator category: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 name: Presenters code: sbarbra company: Cvent designation: PhD email: barbrasmith@cvent.com event: {} featured: false firstName: Barbra internalNote: Barbara is multilingual lastName: Smith links: facebookUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 linkedInUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 twitterUrl: href: ?token=90c5f062-76ad-4ea4-aa53-00eb698d9262 prefix: Dr. relevance: 2.3 title: Lead Engineer visibility: false successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{},"firstName":"Barbra","lastName":"Smith","code":"sbarbra","email":"barbrasmith@cvent.com","prefix":"Dr.","designation":"PhD","company":"Cvent","title":"Lead Engineer","category":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Presenters"},"links":{"twitterUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"facebookUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"linkedInUrl":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"profilePicture":{"href":"https://cvent.com/picture123"}},"visibility":false,"biography":"Presentation and Speaking voice expert, Barbara is a highly regarded coach and facilitator","internalNote":"Barbara is multilingual","featured":false,"relevance":2.3,"order":1,"contact":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"}} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: listSpeakerDocs steps: - stepId: test operationId: listSpeakerDocs parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: file.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: getSpeakerDoc steps: - stepId: test operationId: getSpeakerDoc parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: fileId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"file":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"href":"https://custom.cvent.com/a5154f85f71a4cf2464e037feb75b308/00000000000000000000000000000000/files/universal-file/tmp/e209d73d845746b7a6deda4da9d91b2c.png","friendlyName":"Important Document","type":"image/png","size":150,"displayEnabled":true} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: addSpeakerDoc steps: - stepId: test operationId: addSpeakerDoc parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: fileId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"file":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"href":"https://custom.cvent.com/a5154f85f71a4cf2464e037feb75b308/00000000000000000000000000000000/files/universal-file/tmp/e209d73d845746b7a6deda4da9d91b2c.png","friendlyName":"Important Document","type":"image/png","size":150,"displayEnabled":true} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: assignSpeakerProfileImage steps: - stepId: test operationId: assignSpeakerProfileImage parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: file: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"file":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"href":"https://custom.cvent.com/a5154f85f71a4cf2464e037feb75b308/00000000000000000000000000000000/files/universal-file/tmp/e209d73d845746b7a6deda4da9d91b2c.png","friendlyName":"Important Document","type":"image/png","size":150,"displayEnabled":true} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: listSpeakerSessions steps: - stepId: test operationId: listSpeakerSessions parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","category":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Sample Object name"}}]} type: simple x-speakeasy-test-group: Speakers x-speakeasy-test-rebuild: true - workflowId: createProposalDraft steps: - stepId: test operationId: createProposalDraft requestBody: contentType: application/json payload: aggregatedCost: totalFoodAndBeverageCost: 396.56 totalMiscCost: 644.96 blockCode: ABDCFD-234535-3535 commissionRate: 10.12 commissionableBid: true contacts: - city: Seattle contactType: PRIMARY countryCode: "1" email: saurabhsachdeva@xyz.com fax: "2487234567" firstName: Saurabh lastName: Sachdeva mobile: "2487649053" notes: Available between 8am - 5pm. organization: Cvent organizationWebsite: www.cvent.com phone: "198752236" postalCode: "110079" streetAddress1: 299 ABC Street streetAddress2: Unit 1A streetAddress3: Seattle, Washington title: Co-founder estimatedCost: foodAndBeverage: 100 foodAndBeverageMinimum: 10 guestRoom: 100 meetingRoom: 10 notes: Estimated cost includes taxes. eventSummary: id: bedc1f8e-f68b-40cf-b901-487e407f637a introduction: Let us design the day of your dreams at our property. meetingRoom: notes: This meeting room has the best audio quality. name: Proposal for Royal Bank of Spain. plannerContacts: - city: Seattle contactType: PRIMARY countryCode: "1" email: saurabhsachdeva@xyz.com fax: "2487234567" firstName: Saurabh lastName: Sachdeva mobile: "2487649053" notes: Available between 8am - 5pm. organization: Cvent organizationWebsite: www.cvent.com phone: "198752236" postalCode: "110079" streetAddress1: 299 ABC Street streetAddress2: Unit 1A streetAddress3: Seattle, Washington title: Co-founder proposalDates: - dateType: PREFERRED endDate: "2021-01-13" startDate: "2021-01-13" rfpSummary: id: 385b9a4c-3f00-4b67-99ca-8dddc82a95b5 scpTemplateId: a633b01c-e461-4cc2-8c66-8ae036115658 sleepingRooms: - budgetedRoomRate: 135 checkInDate: "2021-01-13" checkOutDate: "2021-01-13" highestAvailableRoomCount: 10 highestAverageDailyRate: 200 lowestAvailableRoomCount: 10 lowestAverageDailyRate: 140 lowestRate: 140 maximumRate: 200 notes: Premier Suite not available for the selected dates. peakRoomNights: 2 proposalDateType: PREFERRED sleepingRoomBlocks: - date: "2021-01-13" proposalDateType: PREFERRED quantity: 20 rate: 150 totalRoomCost: 300 totalRoomNights: 200 statusSummary: comment: Not as per requirement reason: Other supplierSummary: supplier: type: VENUE type: VENUE successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","scpTemplateId":"a633b01c-e461-4cc2-8c66-8ae036115658","type":"VENUE","supplierSummary":{"supplier":{"type":"VENUE"}},"rfpSummary":{"id":"385b9a4c-3f00-4b67-99ca-8dddc82a95b5"},"eventSummary":{"id":"bedc1f8e-f68b-40cf-b901-487e407f637a"},"statusSummary":{"reason":"Other","comment":"Not as per requirement"},"introduction":"Let us design the day of your dreams at our property.","commissionableBid":true,"commissionRate":10.12,"name":"Proposal for Royal Bank of Spain.","blockCode":"ABDCFD-234535-3535","proposalDates":[{"dateType":"PREFERRED","startDate":"2021-01-13","endDate":"2021-01-13"}],"sleepingRooms":[{"proposalDateType":"PREFERRED","checkInDate":"2021-01-13","checkOutDate":"2021-01-13","peakRoomNights":2,"totalRoomNights":200,"lowestRate":140,"maximumRate":200,"lowestAverageDailyRate":140,"highestAverageDailyRate":200,"totalRoomCost":300,"budgetedRoomRate":135,"lowestAvailableRoomCount":10,"highestAvailableRoomCount":10,"notes":"Premier Suite not available for the selected dates.","sleepingRoomBlocks":[{"proposalDateType":"PREFERRED","date":"2021-01-13","quantity":20,"rate":150}]}],"aggregatedCost":{"totalFoodAndBeverageCost":396.56,"totalMiscCost":644.96},"estimatedCost":{"guestRoom":100,"meetingRoom":10,"foodAndBeverage":100,"foodAndBeverageMinimum":10,"notes":"Estimated cost includes taxes."},"contacts":[{"contactType":"PRIMARY","firstName":"Saurabh","lastName":"Sachdeva","organizationWebsite":"www.cvent.com","organization":"Cvent","title":"Co-founder","email":"saurabhsachdeva@xyz.com","countryCode":"1","phone":"198752236","fax":"2487234567","mobile":"2487649053","streetAddress1":"299 ABC Street","streetAddress2":"Unit 1A","streetAddress3":"Seattle, Washington","city":"Seattle","postalCode":"110079","notes":"Available between 8am - 5pm."}],"plannerContacts":[{"contactType":"PRIMARY","firstName":"Saurabh","lastName":"Sachdeva","organizationWebsite":"www.cvent.com","organization":"Cvent","title":"Co-founder","email":"saurabhsachdeva@xyz.com","countryCode":"1","phone":"198752236","fax":"2487234567","mobile":"2487649053","streetAddress1":"299 ABC Street","streetAddress2":"Unit 1A","streetAddress3":"Seattle, Washington","city":"Seattle","postalCode":"110079","notes":"Available between 8am - 5pm."}],"meetingRoom":{"notes":"This meeting room has the best audio quality."},"transaction":{"id":"cf5fd2cc-3d09-11ee-be56-0242ac120002","time":"2023-02-12T03:00:00Z"},"id":"cf5fd2cc-3d09-11ee-be56-0242ac120002","proposalCode":"P230810-G7T9DR","status":"NOT_SENT","version":1,"lastSubmittedTime":"2023-02-12T03:00:00Z","responseReason":"BOOKED_ANOTHER_VENUE_DESTINATION","responseDetails":"The location is far from the event venue."} type: simple x-speakeasy-test-group: Proposal Draft x-speakeasy-test-rebuild: true - workflowId: getUserGroups steps: - stepId: test operationId: getUserGroups parameters: - name: startIndex in: query value: 1 - name: count in: query value: 100 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"itemsPerPage":50,"startIndex":1,"totalResults":5,"Resources":[{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"id":"3b2359a7-4583-40ed-8afd-67e5f15373d3","displayName":"Admin","meta":{"resourceType":"user","location":"https:///scim/v2/Users/2","created":"2021-12-16T00:59:14.570Z","lastModified":"2021-12-16T00:59:14.570Z"}}]} type: simple x-speakeasy-test-group: User SCIM x-speakeasy-test-rebuild: true - workflowId: getResourceTypes steps: - stepId: test operationId: getResourceTypes successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"itemsPerPage":50,"startIndex":1,"totalResults":5,"Resources":[{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"id":"urn:ietf:params:scim:api:messages:2.0:ListResponse","name":"User","description":"This Attribute describes the Schema","endpoint":"/Users","schema":"urn:ietf:params:scim:schemas:core:2.0:User","schemaExtensions":[{"schema":"urn:ietf:params:scim:api:messages:2.0:ListResponse","required":true}],"meta":{"resourceType":"user","location":"https:///scim/v2/Users/2","created":"2021-12-16T00:59:14.570Z","lastModified":"2021-12-16T00:59:14.570Z"}}]} type: simple x-speakeasy-test-group: User SCIM x-speakeasy-test-rebuild: true - workflowId: getResourceType steps: - stepId: test operationId: getResourceType parameters: - name: id in: path value: User successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"id":"urn:ietf:params:scim:api:messages:2.0:ListResponse","name":"User","description":"This Attribute describes the Schema","endpoint":"/Users","schema":"urn:ietf:params:scim:schemas:core:2.0:User","schemaExtensions":[{"schema":"urn:ietf:params:scim:api:messages:2.0:ListResponse","required":true}],"meta":{"resourceType":"user","location":"https:///scim/v2/Users/2","created":"2021-12-16T00:59:14.570Z","lastModified":"2021-12-16T00:59:14.570Z"}} type: simple x-speakeasy-test-group: User SCIM x-speakeasy-test-rebuild: true - workflowId: getSchemas steps: - stepId: test operationId: getSchemas successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"itemsPerPage":50,"startIndex":1,"totalResults":5,"Resources":[{"id":"urn:ietf:params:scim:api:messages:2.0:ListResponse","name":"User","description":"This Attribute describes the Schema","attributes":[{"name":"userName","type":"string","multiValued":true,"description":"This Attribute describes the property","required":true,"caseExact":false,"mutability":"writeOnly","canonicalValues":["work"],"returned":"always","uniqueness":"global","referenceTypes":["Group"],"subAttributes":[{"name":"userName","type":"string","multiValued":true,"description":"This Attribute describes the property","required":true,"caseExact":false,"mutability":"writeOnly","canonicalValues":["work"],"returned":"always","uniqueness":"global","referenceTypes":["Group"]}]}],"meta":{"resourceType":"user","location":"https:///scim/v2/Users/2","created":"2021-12-16T00:59:14.570Z","lastModified":"2021-12-16T00:59:14.570Z"}}]} type: simple x-speakeasy-test-group: User SCIM x-speakeasy-test-rebuild: true - workflowId: getSchema steps: - stepId: test operationId: getSchema parameters: - name: id in: path value: urn:ietf:params:scim:schemas:core:2.0:User successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"urn:ietf:params:scim:api:messages:2.0:ListResponse","name":"User","description":"This Attribute describes the Schema","attributes":[{"name":"userName","type":"string","multiValued":true,"description":"This Attribute describes the property","required":true,"caseExact":false,"mutability":"writeOnly","canonicalValues":["work"],"returned":"always","uniqueness":"global","referenceTypes":["Group"],"subAttributes":[{"name":"userName","type":"string","multiValued":true,"description":"This Attribute describes the property","required":true,"caseExact":false,"mutability":"writeOnly","canonicalValues":["work"],"returned":"always","uniqueness":"global","referenceTypes":["Group"]}]}],"meta":{"resourceType":"user","location":"https:///scim/v2/Users/2","created":"2021-12-16T00:59:14.570Z","lastModified":"2021-12-16T00:59:14.570Z"}} type: simple x-speakeasy-test-group: User SCIM x-speakeasy-test-rebuild: true - workflowId: getServiceProviderConfig steps: - stepId: test operationId: getServiceProviderConfig successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"documentationUri":"https://developers.cvent.com/documentation#section/Introduction","patch":{"supported":false},"bulk":{"supported":false,"maxOperations":1,"maxPayloadSize":1048576},"filter":{"supported":false,"maxResults":100},"changePassword":{"supported":false},"sort":{"supported":false},"etag":{"supported":false},"authenticationSchemes":[{"name":"OAuth Bearer Token","description":"Authentication scheme using the OAuth Bearer Token Standard","specUri":"https://developers.cvent.com/documentation#section/Introduction","documentationUri":"https://developers.cvent.com/documentation#section/Introduction","type":"oauthbearertoken","primary":true}],"meta":{"resourceType":"user","location":"https:///scim/v2/Users/2","created":"2021-12-16T00:59:14.570Z","lastModified":"2021-12-16T00:59:14.570Z"}} type: simple x-speakeasy-test-group: User SCIM x-speakeasy-test-rebuild: true - workflowId: createUser steps: - stepId: test operationId: createUser requestBody: contentType: application/json payload: active: true addresses: - country: USA locality: Hollywood postalCode: "91608" primary: true region: CA streetAddress: 100 Universal City Plaza type: work emails: [] groups: [] locale: en-US name: familyName: Stuart givenName: Mike honorificPrefix: Mr. middleName: A phoneNumbers: - type: work value: "+911234567890" timezone: America/New_York title: Vice President urn:ietf:params:scim:schemas:extension:enterprise:2.0:User: company: Cvent federatedId: AKJU783UP homeFax: "+1123456" pager: "+1123456" sendLoginDetails: true workFax: "+1123456" userName: aMike@test.com userType: Planner Account User successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"id":"3b2359a7-4583-40ed-8afd-67e5f15373d3","name":{"givenName":"Mike","familyName":"Stuart","middleName":"A","honorificPrefix":"Mr."},"userName":"aMike@test.com","active":true,"emails":[],"title":"Vice President","phoneNumbers":[{"type":"work","value":"+911234567890"}],"addresses":[{"type":"work","streetAddress":"100 Universal City Plaza","locality":"Hollywood","region":"CA","postalCode":"91608","country":"USA","primary":true}],"userType":"Planner Account User","timezone":"America/New_York","locale":"en-US","groups":[{"value":"3b2359a7-4583-40ed-8afd-67e5f15373d3","display":"Admin"}],"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User":{"sendLoginDetails":true,"federatedId":"AKJU783UP","company":"Cvent","workFax":"+1123456","homeFax":"+1123456","pager":"+1123456"},"meta":{"resourceType":"user","location":"https:///scim/v2/Users/2","created":"2021-12-16T00:59:14.570Z","lastModified":"2021-12-16T00:59:14.570Z"}} type: simple x-speakeasy-test-group: User SCIM x-speakeasy-test-rebuild: true - workflowId: listUsers steps: - stepId: test operationId: listUsers parameters: - name: startIndex in: query value: 1 - name: count in: query value: 100 - name: filter in: query value: userName eq 'john@example.com' or userName eq 'Matt@example.com' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"schemas":["urn:ietf:params:scim:schemas:core:2.0:User"],"itemsPerPage":50,"startIndex":1,"totalResults":5,"Resources":[{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"id":"3b2359a7-4583-40ed-8afd-67e5f15373d3","name":{"givenName":"Mike","familyName":"Stuart","middleName":"A","honorificPrefix":"Mr."},"userName":"aMike@test.com","active":true,"emails":[{"type":"work","value":"support@cvent.com","primary":true}],"title":"Vice President","phoneNumbers":[{"type":"work","value":"+911234567890"}],"addresses":[{"type":"work","streetAddress":"100 Universal City Plaza","locality":"Hollywood","region":"CA","postalCode":"91608","country":"USA","primary":true}],"userType":"Planner Account User","timezone":"America/New_York","locale":"en-US","groups":[{"value":"3b2359a7-4583-40ed-8afd-67e5f15373d3","display":"Admin"}],"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User":{"sendLoginDetails":true,"federatedId":"AKJU783UP","company":"Cvent","workFax":"+1123456","homeFax":"+1123456","pager":"+1123456"},"meta":{"resourceType":"user","location":"https:///scim/v2/Users/2","created":"2021-12-16T00:59:14.570Z","lastModified":"2021-12-16T00:59:14.570Z"}}]} type: simple x-speakeasy-test-group: User SCIM x-speakeasy-test-rebuild: true - workflowId: getUser steps: - stepId: test operationId: getUser parameters: - name: id in: path value: id1 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"id":"3b2359a7-4583-40ed-8afd-67e5f15373d3","name":{"givenName":"Mike","familyName":"Stuart","middleName":"A","honorificPrefix":"Mr."},"userName":"aMike@test.com","active":true,"emails":[],"title":"Vice President","phoneNumbers":[{"type":"work","value":"+911234567890"}],"addresses":[{"type":"work","streetAddress":"100 Universal City Plaza","locality":"Hollywood","region":"CA","postalCode":"91608","country":"USA","primary":true}],"userType":"Planner Account User","timezone":"America/New_York","locale":"en-US","groups":[],"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User":{"sendLoginDetails":true,"federatedId":"AKJU783UP","company":"Cvent","workFax":"+1123456","homeFax":"+1123456","pager":"+1123456"},"meta":{"resourceType":"user","location":"https:///scim/v2/Users/2","created":"2021-12-16T00:59:14.570Z","lastModified":"2021-12-16T00:59:14.570Z"}} type: simple x-speakeasy-test-group: User SCIM x-speakeasy-test-rebuild: true - workflowId: updateUser steps: - stepId: test operationId: updateUser parameters: - name: id in: path value: id1 requestBody: contentType: application/json payload: active: true addresses: - country: USA locality: Hollywood postalCode: "91608" primary: true region: CA streetAddress: 100 Universal City Plaza type: work emails: [] groups: - display: Admin value: 3b2359a7-4583-40ed-8afd-67e5f15373d3 locale: en-US name: familyName: Stuart givenName: Mike honorificPrefix: Mr. middleName: A phoneNumbers: - type: work value: "+911234567890" timezone: America/New_York title: Vice President urn:ietf:params:scim:schemas:extension:enterprise:2.0:User: company: Cvent federatedId: AKJU783UP homeFax: "+1123456" pager: "+1123456" sendLoginDetails: true workFax: "+1123456" userName: aMike@test.com userType: Planner Account User successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"id":"3b2359a7-4583-40ed-8afd-67e5f15373d3","name":{"givenName":"Mike","familyName":"Stuart","middleName":"A","honorificPrefix":"Mr."},"userName":"aMike@test.com","active":true,"emails":[],"title":"Vice President","phoneNumbers":[{"type":"work","value":"+911234567890"}],"addresses":[{"type":"work","streetAddress":"100 Universal City Plaza","locality":"Hollywood","region":"CA","postalCode":"91608","country":"USA","primary":true}],"userType":"Planner Account User","timezone":"America/New_York","locale":"en-US","groups":[],"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User":{"sendLoginDetails":true,"federatedId":"AKJU783UP","company":"Cvent","workFax":"+1123456","homeFax":"+1123456","pager":"+1123456"},"meta":{"resourceType":"user","location":"https:///scim/v2/Users/2","created":"2021-12-16T00:59:14.570Z","lastModified":"2021-12-16T00:59:14.570Z"}} type: simple x-speakeasy-test-group: User SCIM x-speakeasy-test-rebuild: true - workflowId: getSignatures steps: - stepId: test operationId: getSignatures parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: sort in: query value: event.id:ASC,lastModified:DESC - name: filter in: query value: event.id eq 'a81bc81b-dead-4e5d-abff-90865d1e13b1' or session.id eq 'de14c31b-aaad-2e5d-asgf-89865d1e13b1' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","event":{"id":"b62809dd-7556-49d2-884a-591bbf96cf1a"},"session":{"id":"4d44b9e4-8c1a-403d-a20a-0b981f539935"},"attendee":{"id":"ce359543-61f5-492d-b8de-875c3473e8ae"},"type":"EVENT","checkinSignatureUrl":"https://custom.t2.cvent.com/files/contact/signatures/checkinSignature.jpg","checkoutSignatureUrl":"https://custom.t2.cvent.com/files/contact/signatures/checkoutSignature.jpg"}]} type: simple x-speakeasy-test-group: Signatures x-speakeasy-test-rebuild: true - workflowId: ListTravelAccounts steps: - stepId: test operationId: ListTravelAccounts parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: name eq ABC123 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Test Corporation","type":"corporate","certified":true,"addresses":[{"address1":"717 N Harwood St","address2":"Suite 2800","city":"Dallas","region":"Texas","regionCode":"TX","postalCode":"75201","country":"United States","countryCode":"US"}]}]} type: simple x-speakeasy-test-group: Travel Accounts x-speakeasy-test-rebuild: true - workflowId: ListSupplierAccounts steps: - stepId: test operationId: ListSupplierAccounts parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: name eq ABC123 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"travelAccount":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"name":"Test Corporation","managementLevel":"global","active":true,"crmId":"ABC123","chainDefinedId":"1000000299","chainDefinedType":"RFP"}]} type: simple x-speakeasy-test-group: Travel Accounts x-speakeasy-test-rebuild: true - workflowId: getTravelAccount steps: - stepId: test operationId: getTravelAccount parameters: - name: travelAccountId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Test Corporation","type":"corporate","certified":true,"addresses":[{"address1":"717 N Harwood St","address2":"Suite 2800","city":"Dallas","region":"Texas","regionCode":"TX","postalCode":"75201","country":"United States","countryCode":"US"}]} type: simple x-speakeasy-test-group: Travel Accounts x-speakeasy-test-rebuild: true - workflowId: getSupplierAccount steps: - stepId: test operationId: getSupplierAccount parameters: - name: travelAccountId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"travelAccount":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"name":"Test Corporation","managementLevel":"global","active":true,"crmId":"ABC123","chainDefinedId":"1000000299","chainDefinedType":"RFP"} type: simple x-speakeasy-test-group: Travel Accounts x-speakeasy-test-rebuild: true - workflowId: ListTravelPrograms steps: - stepId: test operationId: ListTravelPrograms parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: travelAccount.id eq 3c74daaf-11af-4b43-9a4e-ed3ec60f9bd3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Test Program","contractPeriod":2023,"type":"corporate","format":"gbta2013","status":"complete","travelAccount":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"stayType":"daily","startDate":"2024-01-01","endDate":"2024-12-31","dueDate":"2023-11-13","closeoutDate":"2023-11-13","questions":[{"questionId":"76c461cb-77f6-40b3-acc8-db44452f11c4","section":"program_client","required":true,"sequence":1}]}]} type: simple x-speakeasy-test-group: Travel RFPs x-speakeasy-test-rebuild: true - workflowId: ListTravelProgramsQuestions steps: - stepId: test operationId: ListTravelProgramsQuestions parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","travelProgram":{"id":"ddc61444-45c7-4e1d-9fdd-07713c8baf9b"},"id":"76c461cb-77f6-40b3-acc8-db44452f11c4","text":"What type of food is served in the hotel restaurant?","required":true,"responseType":"choice","responseDataType":"text","responseFormat":"proper_case","responseChoices":["Mexican","American","French","Other"]}]} type: simple x-speakeasy-test-group: Travel RFPs x-speakeasy-test-rebuild: true - workflowId: getTravelProgram steps: - stepId: test operationId: getTravelProgram parameters: - name: programId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Test Program","contractPeriod":2023,"type":"corporate","format":"gbta2013","status":"complete","travelAccount":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"stayType":"daily","startDate":"2024-01-01","endDate":"2024-12-31","dueDate":"2023-11-13","closeoutDate":"2023-11-13","questions":[{"questionId":"76c461cb-77f6-40b3-acc8-db44452f11c4","section":"program_client","required":true,"sequence":1}]} type: simple x-speakeasy-test-group: Travel RFPs x-speakeasy-test-rebuild: true - workflowId: ListTravelProgramQuestions steps: - stepId: test operationId: ListTravelProgramQuestions parameters: - name: programId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"76c461cb-77f6-40b3-acc8-db44452f11c4","text":"What type of food is served in the hotel restaurant?","required":true,"responseType":"choice","responseDataType":"text","responseFormat":"proper_case","responseChoices":["Mexican","American","French","Other"]}]} type: simple x-speakeasy-test-group: Travel RFPs x-speakeasy-test-rebuild: true - workflowId: getTravelProgramQuestion steps: - stepId: test operationId: getTravelProgramQuestion parameters: - name: programId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: questionId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"76c461cb-77f6-40b3-acc8-db44452f11c4","text":"What type of food is served in the hotel restaurant?","required":true,"responseType":"choice","responseDataType":"text","responseFormat":"proper_case","responseChoices":["Mexican","American","French","Other"]} type: simple x-speakeasy-test-group: Travel RFPs x-speakeasy-test-rebuild: true - workflowId: ListTravelProposals steps: - stepId: test operationId: ListTravelProposals parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: travelProgram.id eq '1ffa56d9-9f60-4b8c-8b3b-3451de21293c' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"3e2a8614-7d52-442e-8c4f-a6a18ed9ac4d","supplierProperty":{"id":"a1c79ba8-9553-4fb0-80bd-66adac1b2f5d"},"travelProgram":{"id":"ddc61444-45c7-4e1d-9fdd-07713c8baf9b"},"contractPeriod":2021,"status":"account_accepted","deleted":false,"businessType":"corporate","format":"gbta2013","documentRead":false,"rejectReasonCode":"Other","rejectComment":"other reasons","submitDate":"2030-02-10T00:00:00.000Z","negotiationRound":1,"negotiationDueDate":"2030-02-10T00:00:00.000Z","roomNightConsumption":100,"bids":[{"id":"1c208c0d-cf96-42ec-a2c3-7ab7a5c04825"}],"customQuestionAnswers":[{"question":{"id":"565ceabb-786a-4a6d-8c85-e2fccc867e88"},"answer":"No."}],"groupAndMeeting":{"runOfHouseRate":{"seasonOne10To50People":100,"seasonOne51To100People":200,"seasonTwo10To50People":300,"seasonTwo51To100People":400,"seasonThree10To50People":500,"seasonThree51To100People":600,"seasonFour10To50People":700,"seasonFour51To100People":800,"seasonFive10To50People":900,"seasonFive51To100People":1000},"dayDelegateRate":{"fullDay10To50People":100,"fullDay51To100People":200,"halfDay10To50People":50,"halfDay51To100People":100},"taxAndServiceCharge":{"taxAmount":0,"serviceChargeAmount":1},"meetingRoomBasicInformation":{"largestMeetingRoom":1000,"unitOfMeasurement":"sq.ft.","meetingRooms":10},"amenity":{"lcdPrice":100,"screenPrice":100,"hsiaPrice":100,"whatCompanyProvidesAVEquipment":"Some company"},"breakOutRoom":{"price10PersonRoom":100,"price25PersonRoom":100}},"proposalDisposition":{"bidDispositions":[{"bid":{"id":"1c208c0d-cf96-42ec-a2c3-7ab7a5c04825"},"acceptedBidRooms":[{"propertyRoom":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"lraRateAccepted":true,"nlraRateAccepted":true}],"rateType":"fixed"}],"groupAndMeetingAccepted":true}}]} type: simple x-speakeasy-test-group: Travel RFPs x-speakeasy-test-rebuild: true - workflowId: ListTravelProposalBids steps: - stepId: test operationId: ListTravelProposalBids parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: proposal.id eq '1ffa56d9-9f60-4b8c-8b3b-3451de21293c' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"travelProposal":{"id":"a91187db-d3c2-4035-b696-1d77fb1ab9d8"},"id":"3e2a8614-7d52-442e-8c4f-a6a18ed9ac4d","stayType":"daily","order":1,"status":"in_progress","name":"My Corporate Bid","rate":{"level":"corporate","type":"fixed","planCode":"rp123","tier":"tier1"},"marketCode":"mc12","currencyCode":"USD","weekendDays":["Sunday"],"lra":true,"nlra":true,"fairDateLra":true,"internalNote":"","comments":[{"commentType":"promotions","comment":"This is a high value client."}],"roomTypes":[{"propertyRoom":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"allocation":10,"order":1,"status":"requested"}],"seasons":[{"name":"Season 1","startDate":"2021-07-13","endDate":"2021-07-13","releasePeriod":1,"weekendReleasePeriod":2,"rates":[{"propertyRoom":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"singleRate":100,"doubleRate":101,"tripleRate":102,"quadRate":103,"nlraSingleRate":104,"nlraDoubleRate":105,"allotment":100,"status":"requested"}],"weekendRates":[{"propertyRoom":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"singleRate":100,"doubleRate":101,"tripleRate":102,"quadRate":103,"nlraSingleRate":104,"nlraDoubleRate":105,"allotment":100,"status":"requested"}],"status":"requested"}],"discounts":[{"propertyRoom":{"id":"9ea95519-2fc5-49d8-991b-e954f49044fe"},"discount":10,"status":"requested"}],"fairSeasons":[{"type":"negotiated","name":"Fair season 1","startDate":"2021-07-13","endDate":"2021-07-13","minLengthOfStay":1,"releasePeriod":1,"rates":[{"propertyRoom":{"id":"9ea95519-2fc5-49d8-991b-e954f49044fe"},"singleRate":100,"doubleRate":101,"tripleRate":102,"quadRate":103,"allotment":100,"status":"requested"}],"status":"requested"}],"amenities":[{"type":"amenity","code":"parking_valet","category":"Parking","included":false,"price":100,"discountAmount":90,"internalCost":80,"description":"Valet parking is available for all guests.","status":"requested"}],"policies":[{"code":"cancellation_period","category":"cancellation_period","value":"24h","included":false,"description":"The cancellation period is 24 hours.","status":"requested"}],"taxesAndFees":[{"code":"city_tax","amount":20,"percent":false,"included":false,"notes":"This is a tax","status":"requested"}]}]} type: simple x-speakeasy-test-group: Travel RFPs x-speakeasy-test-rebuild: true - workflowId: GetTravelProposalBid steps: - stepId: test operationId: GetTravelProposalBid parameters: - name: travelProposalBidId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"travelProposal":{"id":"a91187db-d3c2-4035-b696-1d77fb1ab9d8"},"id":"3e2a8614-7d52-442e-8c4f-a6a18ed9ac4d","stayType":"daily","order":1,"status":"in_progress","name":"My Corporate Bid","rate":{"level":"corporate","type":"fixed","planCode":"rp123","tier":"tier1"},"marketCode":"mc12","currencyCode":"USD","weekendDays":["Sunday"],"lra":true,"nlra":true,"fairDateLra":true,"internalNote":"","comments":[{"commentType":"promotions","comment":"This is a high value client."}],"roomTypes":[{"propertyRoom":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"allocation":10,"order":1,"status":"requested"}],"seasons":[{"name":"Season 1","startDate":"2021-07-13","endDate":"2021-07-13","releasePeriod":1,"weekendReleasePeriod":2,"rates":[{"propertyRoom":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"singleRate":100,"doubleRate":101,"tripleRate":102,"quadRate":103,"nlraSingleRate":104,"nlraDoubleRate":105,"allotment":100,"status":"requested"}],"weekendRates":[{"propertyRoom":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"singleRate":100,"doubleRate":101,"tripleRate":102,"quadRate":103,"nlraSingleRate":104,"nlraDoubleRate":105,"allotment":100,"status":"requested"}],"status":"requested"}],"discounts":[{"propertyRoom":{"id":"9ea95519-2fc5-49d8-991b-e954f49044fe"},"discount":10,"status":"requested"}],"fairSeasons":[{"type":"negotiated","name":"Fair season 1","startDate":"2021-07-13","endDate":"2021-07-13","minLengthOfStay":1,"releasePeriod":1,"rates":[{"propertyRoom":{"id":"9ea95519-2fc5-49d8-991b-e954f49044fe"},"singleRate":100,"doubleRate":101,"tripleRate":102,"quadRate":103,"allotment":100,"status":"requested"}],"status":"requested"}],"amenities":[{"type":"amenity","code":"parking_valet","category":"Parking","included":false,"price":100,"discountAmount":90,"internalCost":80,"description":"Valet parking is available for all guests.","status":"requested"}],"policies":[{"code":"cancellation_period","category":"cancellation_period","value":"24h","included":false,"description":"The cancellation period is 24 hours.","status":"requested"}],"taxesAndFees":[{"code":"city_tax","amount":20,"percent":false,"included":false,"notes":"This is a tax","status":"requested"}]} type: simple x-speakeasy-test-group: Travel RFPs x-speakeasy-test-rebuild: true - workflowId: GetTravelProposal steps: - stepId: test operationId: GetTravelProposal parameters: - name: travelProposalId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"3e2a8614-7d52-442e-8c4f-a6a18ed9ac4d","supplierProperty":{"id":"a1c79ba8-9553-4fb0-80bd-66adac1b2f5d"},"travelProgram":{"id":"ddc61444-45c7-4e1d-9fdd-07713c8baf9b"},"contractPeriod":2021,"status":"account_accepted","deleted":false,"businessType":"corporate","format":"gbta2013","documentRead":false,"rejectReasonCode":"Other","rejectComment":"other reasons","submitDate":"2030-02-10T00:00:00.000Z","negotiationRound":1,"negotiationDueDate":"2030-02-10T00:00:00.000Z","roomNightConsumption":100,"bids":[{"id":"1c208c0d-cf96-42ec-a2c3-7ab7a5c04825"}],"customQuestionAnswers":[{"question":{"id":"565ceabb-786a-4a6d-8c85-e2fccc867e88"},"answer":"No."}],"groupAndMeeting":{"runOfHouseRate":{"seasonOne10To50People":100,"seasonOne51To100People":200,"seasonTwo10To50People":300,"seasonTwo51To100People":400,"seasonThree10To50People":500,"seasonThree51To100People":600,"seasonFour10To50People":700,"seasonFour51To100People":800,"seasonFive10To50People":900,"seasonFive51To100People":1000},"dayDelegateRate":{"fullDay10To50People":100,"fullDay51To100People":200,"halfDay10To50People":50,"halfDay51To100People":100},"taxAndServiceCharge":{"taxAmount":0,"serviceChargeAmount":1},"meetingRoomBasicInformation":{"largestMeetingRoom":1000,"unitOfMeasurement":"sq.ft.","meetingRooms":10},"amenity":{"lcdPrice":100,"screenPrice":100,"hsiaPrice":100,"whatCompanyProvidesAVEquipment":"Some company"},"breakOutRoom":{"price10PersonRoom":100,"price25PersonRoom":100}},"proposalDisposition":{"bidDispositions":[{"bid":{"id":"1c208c0d-cf96-42ec-a2c3-7ab7a5c04825"},"acceptedBidRooms":[{"propertyRoom":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"lraRateAccepted":true,"nlraRateAccepted":true}],"rateType":"fixed"}],"groupAndMeetingAccepted":true}} type: simple x-speakeasy-test-group: Travel RFPs x-speakeasy-test-rebuild: true - workflowId: PropertyApiListBrands steps: - stepId: test operationId: PropertyApiListBrands parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: name eq AB successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"NorthernHotels","name":"Northern Hotel Group","address":{"address1":"717 N Harwood St","address2":"Suite 2800","city":"Dallas","region":"Texas","regionCode":"TX","postalCode":"75201","country":"United States","countryCode":"US"},"deleted":false}]} type: simple x-speakeasy-test-group: Travel Suppliers x-speakeasy-test-rebuild: true - workflowId: PropertyApiGetBrand steps: - stepId: test operationId: PropertyApiGetBrand parameters: - name: brandId in: path value: NorthernHotels successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"NorthernHotels","name":"Northern Hotel Group","address":{"address1":"717 N Harwood St","address2":"Suite 2800","city":"Dallas","region":"Texas","regionCode":"TX","postalCode":"75201","country":"United States","countryCode":"US"},"deleted":false} type: simple x-speakeasy-test-group: Travel Suppliers x-speakeasy-test-rebuild: true - workflowId: PropertyApiListChains steps: - stepId: test operationId: PropertyApiListChains parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: code eq NH successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"415079ab-4bee-491e-84ad-c2379f840379","name":"Northern Hotels","code":"NH","brand":{"id":"NorthernHotels"},"address":{"address1":"717 N Harwood St","address2":"Suite 2800","city":"Dallas","region":"Texas","regionCode":"TX","postalCode":"75201","country":"United States","countryCode":"US"},"deleted":false}]} type: simple x-speakeasy-test-group: Travel Suppliers x-speakeasy-test-rebuild: true - workflowId: PropertyApiGetChain steps: - stepId: test operationId: PropertyApiGetChain parameters: - name: chainId in: path value: 0ab9e863-a748-457f-81cd-f294ff66f5e6 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"415079ab-4bee-491e-84ad-c2379f840379","name":"Northern Hotels","code":"NH","brand":{"id":"NorthernHotels"},"address":{"address1":"717 N Harwood St","address2":"Suite 2800","city":"Dallas","region":"Texas","regionCode":"TX","postalCode":"75201","country":"United States","countryCode":"US"},"deleted":false} type: simple x-speakeasy-test-group: Travel Suppliers x-speakeasy-test-rebuild: true - workflowId: PropertyApiListProperties steps: - stepId: test operationId: PropertyApiListProperties parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: code eq ABC123 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"The Grand Property","chain":{"id":"415079ab-4bee-491e-84ad-c2379f840379"},"brand":{"id":"NorthernHotels"},"code":"GH101","deleted":false,"currencyCode":"USD","address":{"address1":"717 N Harwood St","address2":"Suite 2800","city":"Dallas","region":"Texas","regionCode":"TX","postalCode":"75201","country":"United States","countryCode":"US"},"externalCodes":[{"type":"crs","chainCode":"NH","propertyCode":"GH1"}]}]} type: simple x-speakeasy-test-group: Travel Suppliers x-speakeasy-test-rebuild: true - workflowId: PropertyApiGetProperty steps: - stepId: test operationId: PropertyApiGetProperty parameters: - name: propertyId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"The Grand Property","chain":{"id":"415079ab-4bee-491e-84ad-c2379f840379"},"brand":{"id":"NorthernHotels"},"code":"GH101","deleted":false,"currencyCode":"USD","address":{"address1":"717 N Harwood St","address2":"Suite 2800","city":"Dallas","region":"Texas","regionCode":"TX","postalCode":"75201","country":"United States","countryCode":"US"},"externalCodes":[{"type":"crs","chainCode":"NH","propertyCode":"GH1"}]} type: simple x-speakeasy-test-group: Travel Suppliers x-speakeasy-test-rebuild: true - workflowId: BtApiGetPropertyRooms steps: - stepId: test operationId: BtApiGetPropertyRooms parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: code eq dlx successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Standard","code":"std","property":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"deleted":false,"bedTypeCode":"queen","numberOfBeds":2,"capacity":6,"description":"A standard room with two queen beds.","externalCodes":[{"type":"sabre_gds","roomCode":"std887"}]}]} type: simple x-speakeasy-test-group: Travel Suppliers x-speakeasy-test-rebuild: true - workflowId: PropertyApiGetPropertyRoom steps: - stepId: test operationId: PropertyApiGetPropertyRoom parameters: - name: roomId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","name":"Standard","code":"std","property":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"deleted":false,"bedTypeCode":"queen","numberOfBeds":2,"capacity":6,"description":"A standard room with two queen beds.","externalCodes":[{"type":"crs","roomCode":"std887"}]} type: simple x-speakeasy-test-group: Travel Suppliers x-speakeasy-test-rebuild: true - workflowId: getUsage steps: - stepId: test operationId: getUsage successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"used":40000,"remaining":260000,"total":300000,"date":"2020-01-01"}]} type: simple x-speakeasy-test-group: Usage x-speakeasy-test-rebuild: true - workflowId: getUsageTier steps: - stepId: test operationId: getUsageTier successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"name":"API_Platform_Free_Tier","quota":1000,"burstLimit":1,"rateLimit":2,"switchBackPlan":{"name":"API_Platform_Standard_Tier","time":"2023-10-01T12:00:00Z"}} type: simple x-speakeasy-test-group: Usage x-speakeasy-test-rebuild: true - workflowId: listVideos steps: - stepId: test operationId: listVideos parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: events eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and source.id ne 'sampleWebcastSystemId' - name: deleted in: query value: true successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","title":"Cvent 2020 Keynote","description":"The video recording of the Cvent 2020 keynote by James Gordon","filename":"Cvent Keynote Version 5.mp4","events":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"],"duration":3600000,"thumbnail":{"url":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"size":4098675830,"height":400,"width":300,"type":"png","status":"Started"},"generatedThumbnail":{"url":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"size":4098675830,"height":400,"width":300,"type":"png","status":"Started"},"status":"Started","source":{"id":"VD134567","status":"Active"},"tags":["edited","exhibitor"],"type":"mp4","hlsInputsWithClips":[{"hlsInput":"s3://bucket/path/to/recording/video.m3u8","clips":[{"start":"00:01:01:00","end":"00:05:00:00"}]}],"recording":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"encodingProfile":"Planner","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","url":{"href":"https://ap-southeast-2.example.com/sign2-bucket-hchq3nwuo8ns/sign-demo.json?X-Exa-Date=20170125T044127Z&X-Exa-Expires=60&X-Exa-Signature=24db05"},"size":32768,"sessions":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"],"exhibitors":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"],"speakers":["04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"],"uploadStarted":"2024-01-05T15:30:00Z","uploadCompleted":"2024-01-05T15:35:00Z","errors":[{"code":601,"message":"Transcoding failed due to an unsupported video codec."}],"warnings":[{"code":700,"message":"Input video is scaled down to 1080p resolution."}]}]} type: simple x-speakeasy-test-group: Video x-speakeasy-test-rebuild: true - workflowId: getVideoViews steps: - stepId: test operationId: getVideoViews parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: contact.id eq '123e4567-e89b-12d3-a456-426614174000' and solution eq 'EVENTS_PLUS' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"contact":{"id":"123e4567-e89b-12d3-a456-426614174000"},"solution":"EVENTS_PLUS","video":{"id":"456e4567-e89b-12d3-a456-426614174000"},"totalDuration":233000,"watchDuration":153600,"watchPercentage":52}]} type: simple x-speakeasy-test-group: Video x-speakeasy-test-rebuild: true - workflowId: listAudioTracks steps: - stepId: test operationId: listAudioTracks parameters: - name: videoId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","video":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"type":"mp3","language":"en-US","variant":"Alternate","default":false,"duration":3600000,"status":"Started","id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","url":{"href":"https://ap-southeast-2.example.com/sign2-bucket-hchq3nwuo8ns/sign-demo.json?X-Exa-Date=20170125T044127Z&X-Exa-Expires=60&X-Exa-Signature=24db05"}}]} type: simple x-speakeasy-test-group: Video x-speakeasy-test-rebuild: true - workflowId: listVideoRenditions steps: - stepId: test operationId: listVideoRenditions parameters: - name: videoId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","video":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"type":"Hls","location":{"href":"https://example.com/M8/7f378243-2c62-49fa-82e9-90e5498d30c3?Policy=eyJTdGF0ZW1lbnUysx5cE4-KWfUQ__&Key-Pair-Id=K6XDZ8UJY4Q0X"},"width":300,"height":400}]} type: simple x-speakeasy-test-group: Video x-speakeasy-test-rebuild: true - workflowId: createTextTrack steps: - stepId: test operationId: createTextTrack parameters: - name: videoId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: autoGenerated: false default: false kind: subtitles label: English language: en-US published: true status: Started video: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","video":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"label":"English","language":"en-US","kind":"subtitles","published":true,"default":false,"status":"Started","autoGenerated":false,"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","url":{"href":"https://ap-southeast-2.example.com/sign2-bucket-hchq3nwuo8ns/sign-demo.json?X-Exa-Date=20170125T044127Z&X-Exa-Expires=60&X-Exa-Signature=24db05"},"errorMessage":"Input file was empty"} type: simple x-speakeasy-test-group: Video x-speakeasy-test-rebuild: true - workflowId: listVideoTextTracks steps: - stepId: test operationId: listVideoTextTracks parameters: - name: videoId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","video":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"label":"English","language":"en-US","kind":"subtitles","published":true,"default":false,"status":"Started","autoGenerated":false,"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","url":{"href":"https://ap-southeast-2.example.com/sign2-bucket-hchq3nwuo8ns/sign-demo.json?X-Exa-Date=20170125T044127Z&X-Exa-Expires=60&X-Exa-Signature=24db05"},"errorMessage":"Input file was empty"}]} type: simple x-speakeasy-test-group: Video x-speakeasy-test-rebuild: true - workflowId: updateTextTrack steps: - stepId: test operationId: updateTextTrack parameters: - name: videoId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: textTrackId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: autoGenerated: false default: false errorMessage: Input file was empty kind: subtitles label: English language: en-US published: true status: Started video: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","video":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"label":"English","language":"en-US","kind":"subtitles","published":true,"default":false,"status":"Started","autoGenerated":false,"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3","url":{"href":"https://ap-southeast-2.example.com/sign2-bucket-hchq3nwuo8ns/sign-demo.json?X-Exa-Date=20170125T044127Z&X-Exa-Expires=60&X-Exa-Signature=24db05"},"errorMessage":"Input file was empty"} type: simple x-speakeasy-test-group: Video x-speakeasy-test-rebuild: true - workflowId: createWebcast steps: - stepId: test operationId: createWebcast requestBody: contentType: application/json payload: _links: host: code: 1456ZS78 href: https://cvent.zoom.us/j/7566652259 key: abcd1234 join: code: 1456ZS78 href: https://cvent.zoom.us/j/7566652259 recording: code: 1456ZS78 href: https://cvent.zoom.us/j/7566652259 speaker: code: 1456ZS78 href: https://cvent.zoom.us/j/7566652259 appointment: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 autoAddToLibrary: false details: This is free of cost event event: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 exhibitor: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 format: Pre-recorded meetingId: 123ERt onDemandVideo: false playerType: Cvent Video Player provider: Zoom recordLiveStream: false session: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 simulatedLive: false sourceId: kBBBAAcccdddd8U== status: Started title: Webinar Connect Event type: Meeting successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"session":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"appointment":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"solutionType":"External Platform","exhibitor":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"format":"Pre-recorded","type":"Meeting","provider":"Zoom","status":"Started","playerType":"Cvent Video Player","simulatedLive":false,"recordLiveStream":false,"autoAddToLibrary":false,"onDemandVideo":false,"sourceId":"kBBBAAcccdddd8U==","title":"Webinar Connect Event","meetingId":"123ERt","_links":{"join":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78"},"speaker":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78"},"host":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78","key":"abcd1234"},"recording":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78"}},"details":"This is free of cost event","video":{"id":"35b43fce-e87f-4a52-8685-2ba09fb53f53"}} type: simple x-speakeasy-test-group: Webcasts x-speakeasy-test-rebuild: true - workflowId: listWebcasts steps: - stepId: test operationId: listWebcasts parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: event.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and sourceId ne 'sampleWebcastSystemId' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"session":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"appointment":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"solutionType":"External Platform","exhibitor":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"format":"Pre-recorded","type":"Meeting","provider":"Zoom","status":"Started","playerType":"Cvent Video Player","simulatedLive":false,"recordLiveStream":false,"autoAddToLibrary":false,"onDemandVideo":false,"sourceId":"kBBBAAcccdddd8U==","title":"Webinar Connect Event","meetingId":"123ERt","_links":{"join":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78"},"speaker":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78"},"host":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78","key":"abcd1234"},"recording":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78"}},"details":"This is free of cost event","video":{"id":"35b43fce-e87f-4a52-8685-2ba09fb53f53"}}]} type: simple x-speakeasy-test-group: Webcasts x-speakeasy-test-rebuild: true - workflowId: listAttendeeLinks steps: - stepId: test operationId: listAttendeeLinks parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and event.id eq '55ca6645-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Webcasts x-speakeasy-test-rebuild: true - workflowId: listPlayers steps: - stepId: test operationId: listPlayers parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: webcast.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","webcast":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"videoId":"123ERt","videoUrl":"https://80a8541ebf4d.us-east-1.playback.live-video.net/api/video/v1/us-east-1.572724207364.channel.L7FiQgC4MUt6.m3u8","password":"123ERt","stream":{"id":"stream1256wet","url":"https://cvent.zoom.us/j/7566652259","key":"145asa16ZS78","status":"Standby","session":{"id":"st-1A2b3c4D5e6F78ghij9Klmn"},"page":"https://cvent.zoom.aspx/j/7566652259","recording":{"id":"62989518f9294e19b2f7e184e8141d72","status":"finished"}},"region":"Oregon","duration":3600000,"schedule":{"scheduledExecution":"2024-03-05T09:00:00Z","action":"activate"},"playerTypeProvider":"Amazon IVS","simuliveOffset":300}]} type: simple x-speakeasy-test-group: Webcasts x-speakeasy-test-rebuild: true - workflowId: getWebcastById steps: - stepId: test operationId: getWebcastById parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"session":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"appointment":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"solutionType":"External Platform","exhibitor":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"format":"Pre-recorded","type":"Meeting","provider":"Zoom","status":"Started","playerType":"Cvent Video Player","simulatedLive":false,"recordLiveStream":false,"autoAddToLibrary":false,"onDemandVideo":false,"sourceId":"kBBBAAcccdddd8U==","title":"Webinar Connect Event","meetingId":"123ERt","_links":{"join":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78"},"speaker":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78"},"host":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78","key":"abcd1234"},"recording":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78"}},"details":"This is free of cost event","video":{"id":"35b43fce-e87f-4a52-8685-2ba09fb53f53"}} type: simple x-speakeasy-test-group: Webcasts x-speakeasy-test-rebuild: true - workflowId: updateWebcast steps: - stepId: test operationId: updateWebcast parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: _links: host: code: 1456ZS78 href: https://cvent.zoom.us/j/7566652259 key: abcd1234 join: code: 1456ZS78 href: https://cvent.zoom.us/j/7566652259 recording: code: 1456ZS78 href: https://cvent.zoom.us/j/7566652259 speaker: code: 1456ZS78 href: https://cvent.zoom.us/j/7566652259 appointment: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 autoAddToLibrary: false details: This is free of cost event event: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 exhibitor: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 format: Pre-recorded meetingId: 123ERt onDemandVideo: false playerType: Cvent Video Player provider: Zoom recordLiveStream: false session: id: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 simulatedLive: false sourceId: kBBBAAcccdddd8U== status: Started title: Webinar Connect Event type: Meeting successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"session":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"appointment":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"solutionType":"External Platform","exhibitor":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"format":"Pre-recorded","type":"Meeting","provider":"Zoom","status":"Started","playerType":"Cvent Video Player","simulatedLive":false,"recordLiveStream":false,"autoAddToLibrary":false,"onDemandVideo":false,"sourceId":"kBBBAAcccdddd8U==","title":"Webinar Connect Event","meetingId":"123ERt","_links":{"join":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78"},"speaker":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78"},"host":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78","key":"abcd1234"},"recording":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78"}},"details":"This is free of cost event","video":{"id":"35b43fce-e87f-4a52-8685-2ba09fb53f53"}} type: simple x-speakeasy-test-group: Webcasts x-speakeasy-test-rebuild: true - workflowId: createAttendeeLinks steps: - stepId: test operationId: createAttendeeLinks parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: [] successCriteria: - condition: $statusCode == 207 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | [{"data":{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","webcast":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"session":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"sourceId":"kBBBAAcccdddd8U==","join":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78"},"id":"3f6ab1b0-cc72-4d92-a8a6-6e0098e3e868"},"status":400,"message":"Example error message.","request":{"operation":"PUT","headers":{"header1":"header1Value","header2":"header2Value"},"queryParams":{"param1":"param1Value","param2":"param2Value"}}}] type: simple x-speakeasy-test-group: Webcasts x-speakeasy-test-rebuild: true - workflowId: updateAttendeeLinks steps: - stepId: test operationId: updateAttendeeLinks parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: [] successCriteria: - condition: $statusCode == 207 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | [{"data":{"code":400,"message":"Bad Request","target":"example target","details":[{"code":400,"message":"Bad Request","target":"example target"}]},"status":400,"message":"Example error message.","request":{"operation":"PUT","headers":{"header1":"header1Value","header2":"header2Value"},"queryParams":{"param1":"param1Value","param2":"param2Value"}}}] type: simple x-speakeasy-test-group: Webcasts x-speakeasy-test-rebuild: true - workflowId: listWebcastAttendeeLinks steps: - stepId: test operationId: listWebcastAttendeeLinks parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","webcast":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"session":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"attendee":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"sourceId":"kBBBAAcccdddd8U==","join":{"href":"https://cvent.zoom.us/j/7566652259","code":"1456ZS78"},"id":"9cfb6be7-809d-40ef-aaaf-b55ba4ac83aa"}]} type: simple x-speakeasy-test-group: Webcasts x-speakeasy-test-rebuild: true - workflowId: getAlternateTravelAnswers steps: - stepId: test operationId: getAlternateTravelAnswers parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: (attendee.id eq '76f2b9e2-fcce-4d93-be29-a008b76a050c') OR (attendee.id eq '16322408-bae8-4b29-a559-702d2023e13a') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Event Travel x-speakeasy-test-rebuild: true - workflowId: listMembershipItems steps: - stepId: test operationId: listMembershipItems parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id in ('1b01ae34-6970-41f2-a4e8-b4f39185dc15', '1b01ae34-6970-41f2-a4e8-b4f39185dc16') and registrationTypes in ('1b01ae34-6970-41f2-a4e8-b4f39185dc28') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"renewalType":"Anniversary"}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: updateAttendeeSubscriptionStatus steps: - stepId: test operationId: updateAttendeeSubscriptionStatus parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 requestBody: contentType: application/json payload: unsubscribed: true successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"attendee":{"id":"123e4567-e89b-12d3-a456-426614174000"},"unsubscribed":true} type: simple x-speakeasy-test-group: Attendees x-speakeasy-test-rebuild: true - workflowId: getEventPlanningDocuments steps: - stepId: test operationId: getEventPlanningDocuments parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: mimeType eq 'application/pdf' and name eq 'abc' and uploaded ge '2024-06-15T13:45:30Z' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"a52f3f33-615c-4b67-b27d-763783a40f14","name":"Agenda","size":204800,"uploaded":"2024-06-15T13:45:30Z","uploadedBy":"John Doe","lastModified":"2024-10-12T03:00:00Z","lastModifiedBy":"John Doe","event":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d3"},"category":"Category 1","mimeType":"application/pdf","description":"A detailed description of the document.","secured":true,"referenceLink":{"url":"https://custom.cvent.com/4B31940730B6475A8D6A7785748A67EE/files/smm/8cfc2168a00342f5ba9e13f7a808df8e/78ce60fbf1da4cf5af139a65f59aed60.pdf","expiration":"2025-12-31T23:59:59Z"}}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: getAccountVendors steps: - stepId: test operationId: getAccountVendors parameters: - name: after in: query value: "2017-01-02T02:00:00Z" - name: before in: query value: "2017-01-02T02:00:00Z" - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: active eq true and id eq '5b5a6e5c-1234-4af5-9d1f-9bcb9e7c1234' and lastModified ge '2025-01-01T00:00:00Z' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Budget x-speakeasy-test-rebuild: true - workflowId: getRfpLeadSource steps: - stepId: test operationId: getRfpLeadSource parameters: - name: leadSourceId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"f56a51a4-84b0-46c9-a612-716dc95a1c96","name":"Cvent Supplier Network"} type: simple x-speakeasy-test-group: RFP Management x-speakeasy-test-rebuild: true - workflowId: getRfpLeadSourceSection steps: - stepId: test operationId: getRfpLeadSourceSection parameters: - name: leadSourceId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: leadSourceSectionId in: path value: 779934d2-f6eb-4815-bcfa-a2dd8655c164 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"f56a51a4-84b0-46c9-a612-716dc95a1c96","name":"Cvent Supplier Network"} type: simple x-speakeasy-test-group: RFP Management x-speakeasy-test-rebuild: true - workflowId: getRFP steps: - stepId: test operationId: getRFP parameters: - name: rfpId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: expand in: query value: - leadSource - leadSource.section successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","needsMeetingSpace":true,"needsGuestRooms":true,"description":"Planning to host company's annual event in an outdoor location.","dateRequirements":{"mode":"DATE_PATTERN","alternateDates":[{"preferred":true,"id":"50dc08af-24a9-4d01-84be-3d43133dc945","endDate":"2016-10-13","startDate":"2016-10-15","note":"Flexible dates"}],"pattern":{"note":"Flexible dates on weekends.","endDate":"2016-10-15","startDate":"2016-10-13","durationDays":3,"startDays":[],"generatedDates":[{"preferred":true,"id":"50dc08af-24a9-4d01-84be-3d43133dc945","endDate":"2016-10-13","startDate":"2016-10-15","note":"Flexible dates"}]},"availabilityRangeRequired":false},"rfpEvent":{"event":{"id":"50dc08af-24a9-4d01-84be-3d43133dc945"},"name":"friday event","contractSignatureLocation":"Atlanta","destinationsUnderConsideration":"New York","externalMeetingRequest":true,"audioVisualNeeds":"Need a projector in each meeting room.","peakMeetingRooms":14,"attendeesPerDay":500,"referenceNumber":"XVYMP8970S","meetingRequestId":"50dc08af-24a9-4d01-84be-3d43133dc945","virtualAttendeesPerDay":2000,"budget":10000,"roomRateBudget":200,"foodBeverageBudget":1000},"agendaStartDate":"2025-10-13","contact":{"firstName":"James","lastName":"West","email":"jwest@example.com","address":{"countryCode":"US","city":"Austin","regionCode":"US-AL"},"commissionRate":10.75,"phone":"555-555-5555","organizationName":"Five Star Planners Inc.","preferredContactMethods":["CVENT"]},"rfpEventOrganization":{"organization":{"id":"50dc08af-24a9-4d01-84be-3d43133dc945"},"name":"Cvent Inc.","type":"OTHER","address":{"countryCode":"US","city":"Austin","regionCode":"US-AL"},"eventsPerYear":450},"decisionFactors":"Price, location, and quality of service.","responseDueDate":"2016-10-13","decisionDate":"2016-10-13","billingDetails":{"additionalInformation":"Guest rooms will be a mix of IPO and RM&TX to master. Will submit rooming list with billing specified. Credit card will be provided as guarantee.","concessionsContractualInfo":"Request use of LOI or Express Agreement.","acceptingRebatesAndIncentives":true,"rebateValue":10},"internalNote":"Don't award this RFP to the same venue as last year.","currencyCode":"USD","requiredCostItems":["BREAK_AM","BREAK_PM"],"hiddenCostItems":["BREAK_DRINKS_ONLY","BREAK_SNACKS_AND_DRINKS"],"cvbForwardLimit":5,"notificationRecipients":[{"order":1,"type":"EMAIL","value":"johnDoe@example.com"}, {"order":2,"type":"ACCOUNT_USER","value":"50dc08af-24a9-4d01-84be-3d43133dc945"}, {"order":3,"type":"ACCOUNT_USER_GROUP","value":"70de07af-24a9-4d01-84be-3d43133dc932"}],"leadSource":{"id":"50dc08af-24a9-4d01-84be-3d43133dc945","section":{"id":"40dc08af-24a9-4d01-84be-3d43133dc945"}},"sourceId":"123456","weddingDetails":{"firstPartner":{"name":"John Doe"},"secondPartner":{"name":"John Doe"}},"needsCatering":false,"packagePricingPreference":"OPTIONAL","feeTransparencyEnabled":false,"id":"50dc08af-24a9-4d01-84be-3d43133dc945","code":"JBNJN7BGJ5J","approvedBy":"approver@example.com","approvedDateTime":"2021-01-13T14:06:20.080Z","approved":true,"cancellationDetails":{"dateTime":"2021-01-13T14:06:20.080Z","comments":"I am cancelling my event, postponing to Q4."},"lastSentDateTime":"2021-01-13T14:06:20.080Z","originalSentDateTime":"2021-01-13T14:06:20.080Z","sentVenueCount":5,"archived":false,"archivalDate":"2021-01-13T14:06:20.080Z","awardedExternally":false,"finishedAwarding":false,"aiRfpGenerationSource":"MCP-Visual Studio Code/1.107.1"} type: simple x-speakeasy-test-group: RFP Management x-speakeasy-test-rebuild: true - workflowId: listRfpAgendaItems steps: - stepId: test operationId: listRfpAgendaItems parameters: - name: rfpId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id in ('209a11d-5bf6-47d2-b81f-89360d7229b6') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","name":"Agenda Item 1","note":"This is a sample comment for this agenda item.","startTime":"10:00:00","endTime":"10:30:00","roomSize":1000,"attendeeCount":10000,"roomInfoRequired":false,"twentyFourHourHold":true,"locatedAtPrimaryEventVenue":false,"number":5,"schedules":[{"dayNumber":1,"date":"2021-07-03"}],"id":"f56a51a4-84b0-46c9-a612-716dc95a1c96","agendaBuilderAttachment":{"id":"50dc08af-24a9-4d01-84be-3d43133dc945"}}]} type: simple x-speakeasy-test-group: RFP Requirements x-speakeasy-test-rebuild: true - workflowId: listRfpAgendaItemSchedules steps: - stepId: test operationId: listRfpAgendaItemSchedules parameters: - name: rfpId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"dayNumber":1,"date":"2021-07-03","id":"50dc08af-24a9-4d01-84be-3d43133dc945"}]} type: simple x-speakeasy-test-group: RFP Requirements x-speakeasy-test-rebuild: true - workflowId: listRfpAttachments steps: - stepId: test operationId: listRfpAttachments parameters: - name: rfpId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: supplierSpecific eq 'false' or supplier.id in ('37f2de41-6f50-484a-a55d-3cf0ede2ebac','f56a51a4-84b0-46c9-a612-716dc95a1c96') AND sendInEmail eq 'false' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: RFP Requirements x-speakeasy-test-rebuild: true - workflowId: listRfpCustomFields steps: - stepId: test operationId: listRfpCustomFields parameters: - name: rfpId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: expand in: query value: - customField successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"customField":{"id":"50dc08af-24a9-4d01-84be-3d43133dc945"},"answers":["Choice 1"]}]} type: simple x-speakeasy-test-group: RFP Requirements x-speakeasy-test-rebuild: true - workflowId: getRfpGuestRooms steps: - stepId: test operationId: getRfpGuestRooms parameters: - name: rfpId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"totalRooms":24,"peakRooms":24,"occupancies":[{"occupancy":"SINGLE","type":"DOUBLE"}],"checkInDate":"2025-10-13","roomBlocks":[{"id":"1f6193da-e12b-4638-b1e2-13dd60d0adeb","date":"2025-10-13","dayNumber":3,"totalRooms":24,"details":[{"quantity":24,"type":"DOUBLE"}]}],"additionalInformation":"2 Executive suites are mandatory."} type: simple x-speakeasy-test-group: RFP Requirements x-speakeasy-test-rebuild: true - workflowId: listRfpInternalDocuments steps: - stepId: test operationId: listRfpInternalDocuments parameters: - name: rfpId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id in ('209a11d-5bf6-47d2-b81f-89360d7229b6') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"f56a51a4-84b0-46c9-a612-716dc95a1c96","created":"2021-01-13T14:06:20.080Z","name":"BudgetCostSavings","uniqueName":"183f9efaa4c14070985782ee31abbf3c.jpg","size":777835,"url":"https://custom.cvent.com/0B7DEF22676A4434982BDAD2D6EC591F/files/supplier/0713cef78d4e4d818899d4522022d5ad/73ab2e3054fd4321a5e0f846a7adb0d7.jpg","mimeType":"image/jpeg"}]} type: simple x-speakeasy-test-group: RFP Requirements x-speakeasy-test-rebuild: true - workflowId: listRfpQuestions steps: - stepId: test operationId: listRfpQuestions parameters: - name: rfpId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","text":"Are you spending any significant time offsite and need transportation?","shortText":"Needs offsite transportation?","htmlText":"Question Html","code":"4l6x","type":"SingleChoice","choices":[{"text":"Are you spending any significant time offsite and need transportation?","shortText":"Needs offsite transportation?","label":"Choice A"}],"categories":[{"text":"Are you spending any significant time offsite and need transportation?","shortText":"Needs offsite transportation?","required":true}],"subCategories":[{"text":"Are you spending any significant time offsite and need transportation?","shortText":"Needs offsite transportation?"}],"notApplicableAnswer":{"text":"Dietary Restriction - Other","shortText":"Dietary Preference - Other Allergies"},"otherAnswer":{"text":"Dietary Restriction - Other","shortText":"Dietary Preference - Other Allergies"},"comments":"Comments Text","required":true,"fields":[{"text":"Are you spending any significant time offsite and need transportation?","shortText":"Needs offsite transportation?","choices":[{"text":"Are you spending any significant time offsite and need transportation?","shortText":"Needs offsite transportation?","label":"Choice A"}],"notApplicableAnswer":{"text":"Dietary Restriction - Other","shortText":"Dietary Preference - Other Allergies"},"otherAnswer":{"text":"Dietary Restriction - Other","shortText":"Dietary Preference - Other Allergies"},"required":true}],"maxScore":20,"totalSum":45,"minSelection":1,"maxSelection":3,"minDate":"2020-01-01","maxDate":"2020-12-31","showDateSelector":true,"showCurrentDate":true,"dateAnswerFormat":"DateTime","unitLabel":"miles","minLength":5,"maxLength":100,"customAnswerFormat":{"id":104},"supplierTypes":["CVB","HOTEL"],"order":1,"standardQuestion":{"id":"50dc08af-24a9-4d01-84be-3d43133dc945"},"aiQuestionGenerationSource":"MCP-Visual Studio Code/1.107.1"}]} type: simple x-speakeasy-test-group: RFP Requirements x-speakeasy-test-rebuild: true - workflowId: listRfpPastEvents steps: - stepId: test operationId: listRfpPastEvents parameters: - name: rfpId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"data":[{"venueName":"Delta Inn by Supreme Hotels","city":"New Delhi","stateProvince":"US-AL","date":"First week of January 2024","attendeeCount":500,"guestRoomsPickedUp":500,"guestRoomsBlocked":500,"foodBeverageSpend":"3,000 dollars","notes":"This was the 25th event hosted by Alpha Planners.","id":"f56a51a4-84b0-46c9-a612-716dc95a1c96"}]} type: simple x-speakeasy-test-group: RFP Additional Details x-speakeasy-test-rebuild: true - workflowId: listRfpRecipientsHistory steps: - stepId: test operationId: listRfpRecipientsHistory parameters: - name: rfpId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: supplier.id in ('37f2de41-6f50-484a-a55d-3cf0ede2ebac') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"supplier":{"id":"d024cc04-adf1-443c-854a-97ab9f5a14b2"},"recipientIdentifier":"jwest@example.com","active":true,"addedByNso":false,"targetType":"PUBLIC_NSO","sendDateTime":"2024-08-20T00:00:01Z","message":{"id":"a1c776ab-51ee-44a7-8720-b3dfc44d689b"}}]} type: simple x-speakeasy-test-group: RFP Suppliers x-speakeasy-test-rebuild: true - workflowId: getRfpSuppliers steps: - stepId: test operationId: getRfpSuppliers parameters: - name: rfpId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: supplier.id in ('37f2de41-6f50-484a-a55d-3cf0ede2ebac') - name: expand in: query value: - leadSource - leadSource.section successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: RFP Suppliers x-speakeasy-test-rebuild: true - workflowId: listMembershipItemsPostFilter steps: - stepId: test operationId: listMembershipItemsPostFilter parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listAttendeeAudienceSegments steps: - stepId: test operationId: listAttendeeAudienceSegments parameters: - name: attendeeId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: segment.id eq '313097a4-143d-11e5-9f99-d0a637ee0897' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"segment":{"id":"b13497ea-c117-4d62-a17b-e6c14d7e49d4"}}]} type: simple x-speakeasy-test-group: Audience Segments x-speakeasy-test-rebuild: true - workflowId: listAssociatedAudienceSegments steps: - stepId: test operationId: listAssociatedAudienceSegments parameters: - name: attendeeId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"segment":{"id":"b13497ea-c117-4d62-a17b-e6c14d7e49d4"}}]} type: simple x-speakeasy-test-group: Audience Segments x-speakeasy-test-rebuild: true - workflowId: listTaxes steps: - stepId: test operationId: listTaxes parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","id":"00fe81ea-70e7-4b18-bff5-43167c5720c0","name":"Sales Tax","active":false,"code":"TAX-001","calculateBy":"PERCENTAGE","percentage":8.25,"amount":5,"taxSchedule":{"id":"5e8df6b2-af0f-4c6f-86f9-e10a0dcb2034","name":"New York State Tax Schedule","defaultRate":8.875},"generalLedgerCode":{"id":"04ca6ae2-0dc3-487b-953e-86d6abbdf7d5","name":"General Ledger","code":"General Ledger Code","allocation":100}}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listEventVouchers steps: - stepId: test operationId: listEventVouchers parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: before in: query value: "2017-01-02T02:00:00Z" - name: after in: query value: "2017-01-02T02:00:00Z" - name: sort in: query value: code:ASC - name: filter in: query value: id in ('1800c9bd-b5f4-438a-a92c-ea1f59553a5c', '2900d8ce-c6f5-449b-b03d-fb2f60664b6d') successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"1800c9bd-b5f4-438a-a92c-ea1f59553a5c","code":"VIP-100","description":"VIP full-comp voucher for keynote attendees.","alertEmailAddress":"planner@example.com","capacity":{"total":100,"redeemedCount":42},"lastModifiedBy":"planner@example.com","lastModifiedDate":"2026-04-08T02:05:12.000Z"}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listEventVouchersPostFilter steps: - stepId: test operationId: listEventVouchersPostFilter parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: before in: query value: "2017-01-02T02:00:00Z" - name: after in: query value: "2017-01-02T02:00:00Z" - name: sort in: query value: code:ASC requestBody: contentType: application/json payload: filter: property eq 'value' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: listEventVoucherAttendees steps: - stepId: test operationId: listEventVoucherAttendees parameters: - name: id in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: voucherId in: path value: 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[{"id":"5b0e8d1f-8fd6-4ebe-977a-602b4a1f9c43"}]} type: simple x-speakeasy-test-group: Events x-speakeasy-test-rebuild: true - workflowId: updateVenueDetails steps: - stepId: test operationId: updateVenueDetails parameters: - name: venueId in: path value: 6bb0e2db-861f-46e3-a923-eb4d959ffa00 requestBody: contentType: application/json payload: additionalInformation: Free parking available on-site. address: city: Vienna country: LA directions: Take I-66 West to Exit 67, then follow signs to Trap Road. streetAddress1: 1234 Trap Road streetAddress2: Suite 100 zipPostalCode: "22182" brand: Quality Hotels cancellationPolicy: Full refund if cancelled 48 hours before event. chainScale: UPSCALE_CHAINS description: A modern conference venue in downtown. locationTypes: - SUBURBAN mainFaxNumber: +1-703-555-0101 mainPhoneNumber: +1-703-555-0100 openingDate: Spring 2025 salesFaxNumber: +1-703-555-0103 salesPhoneNumber: +1-703-555-0102 timeZone: America/New_York tollFreeNumber: 1-800-555-0100 type: HOTEL websiteAddress: https://www.example-hotel.com successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","type":"HOTEL","timeZone":"America/New_York","brand":"Quality Hotels","chainScale":"UPSCALE_CHAINS","mainPhoneNumber":"+1-703-555-0100","mainFaxNumber":"+1-703-555-0101","salesPhoneNumber":"+1-703-555-0102","salesFaxNumber":"+1-703-555-0103","tollFreeNumber":"1-800-555-0100","websiteAddress":"https://www.example-hotel.com","openingDate":"Spring 2025","description":"A modern conference venue in downtown.","additionalInformation":"Free parking available on-site.","cancellationPolicy":"Full refund if cancelled 48 hours before event.","locationTypes":["SUBURBAN"],"address":{"streetAddress1":"1234 Trap Road","streetAddress2":"Suite 100","city":"Vienna","zipPostalCode":"22182","country":"LA","directions":"Take I-66 West to Exit 67, then follow signs to Trap Road."},"id":"a1b2c3d4-e5f6-7890-abcd-ef1234567890","name":"Vienna Wolf Trap Hotel","metroArea":"Washington DC Metro"} type: simple x-speakeasy-test-group: Venue Profiles x-speakeasy-test-rebuild: true - workflowId: patchVenueDetails steps: - stepId: test operationId: patchVenueDetails parameters: - name: venueId in: path value: 6bb0e2db-861f-46e3-a923-eb4d959ffa00 requestBody: contentType: application/merge-patch+json payload: additionalInformation: Complimentary parking available for all event attendees. address: city: Vienna directions: Take I-66 West to Exit 67, then follow signs to Trap Road. streetAddress1: 1234 Trap Road streetAddress2: Suite 100 zipPostalCode: "22182" brand: Quality Hotels cancellationPolicy: 48-hour cancellation policy applies for all event bookings. chainScale: UPSCALE_CHAINS description: A premier conference and event venue in the heart of Northern Virginia. locationTypes: - SUBURBAN mainFaxNumber: +1-703-555-0101 mainPhoneNumber: +1-703-555-0100 openingDate: Spring 2025 salesFaxNumber: +1-703-555-0103 salesPhoneNumber: +1-703-555-0102 timeZone: America/New_York tollFreeNumber: 1-800-555-0100 type: HOTEL websiteAddress: https://www.example-hotel.com successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"type":"HOTEL","timeZone":"America/New_York","brand":"Quality Hotels","chainScale":"UPSCALE_CHAINS","mainPhoneNumber":"+1-703-555-0100","mainFaxNumber":"+1-703-555-0101","salesPhoneNumber":"+1-703-555-0102","salesFaxNumber":"+1-703-555-0103","tollFreeNumber":"1-800-555-0100","websiteAddress":"https://www.example-hotel.com","openingDate":"Spring 2025","description":"A premier conference and event venue in the heart of Northern Virginia.","additionalInformation":"Complimentary parking available for all event attendees.","cancellationPolicy":"48-hour cancellation policy applies for all event bookings.","locationTypes":["SUBURBAN"],"address":{"streetAddress1":"1234 Trap Road","streetAddress2":"Suite 100","city":"Vienna","zipPostalCode":"22182","directions":"Take I-66 West to Exit 67, then follow signs to Trap Road."}} type: simple x-speakeasy-test-group: Venue Profiles x-speakeasy-test-rebuild: true - workflowId: getVenueDetailsOverview steps: - stepId: test operationId: getVenueDetailsOverview parameters: - name: venueId in: path value: 6bb0e2db-861f-46e3-a923-eb4d959ffa00 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"b2c3d4e5-f6a7-8901-bcde-f12345678901","name":"Vienna Wolf Trap Hotel"} type: simple x-speakeasy-test-group: Venue Profiles x-speakeasy-test-rebuild: true - workflowId: updateVenueFacility steps: - stepId: test operationId: updateVenueFacility parameters: - name: venueId in: path value: 6bb0e2db-861f-46e3-a923-eb4d959ffa00 requestBody: contentType: application/json payload: doubleRate: high: 299.99 low: 149.99 maximumCapacity: seated: 500 standing: 800 numberOfMeetingRooms: 25 occupancyRate: 75.5 proximityFromAirport: distance: 12.5 restrictions: No outside food or beverage permitted. Music must end by 11 PM. singleRate: high: 249.99 low: 129.99 sleeping: doubleRooms: 130 singleRooms: 200 suites: 20 totalRooms: 350 space: totalExhibitSpace: 75000 totalMeetingRoomSpace: 50000 taxRate: 8.5 yearBuilt: 1998 yearRenovated: 2021 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","numberOfMeetingRooms":25,"space":{"totalMeetingRoomSpace":50000,"totalExhibitSpace":75000},"sleeping":{"totalRooms":350,"suites":20,"singleRooms":200,"doubleRooms":130},"singleRate":{"low":129.99,"high":249.99},"doubleRate":{"low":149.99,"high":299.99},"taxRate":8.5,"occupancyRate":75.5,"yearBuilt":1998,"yearRenovated":2021,"proximityFromAirport":{"distance":12.5},"restrictions":"No outside food or beverage permitted. Music must end by 11 PM.","maximumCapacity":{"seated":500,"standing":800},"id":"e1c05096-e352-4f2e-af1c-a6e022d36b34","name":"Vienna Wolf Trap Hotel"} type: simple x-speakeasy-test-group: Venue Profiles x-speakeasy-test-rebuild: true - workflowId: patchVenueFacility steps: - stepId: test operationId: patchVenueFacility parameters: - name: venueId in: path value: 6bb0e2db-861f-46e3-a923-eb4d959ffa00 requestBody: contentType: application/merge-patch+json payload: doubleRate: high: 299.99 low: 149.99 maximumCapacity: seated: 500 standing: 800 numberOfMeetingRooms: 25 occupancyRate: 75.5 proximityFromAirport: distance: 12.5 restrictions: No outside food or beverage permitted. Music must end by 11 PM. singleRate: high: 249.99 low: 129.99 sleeping: doubleRooms: 130 singleRooms: 200 suites: 20 totalRooms: 350 space: totalExhibitSpace: 75000 totalMeetingRoomSpace: 50000 taxRate: 8.5 yearBuilt: 1998 yearRenovated: 2021 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"numberOfMeetingRooms":25,"space":{"totalMeetingRoomSpace":50000,"totalExhibitSpace":75000},"sleeping":{"totalRooms":350,"suites":20,"singleRooms":200,"doubleRooms":130},"singleRate":{"low":129.99,"high":249.99},"doubleRate":{"low":149.99,"high":299.99},"taxRate":8.5,"occupancyRate":75.5,"yearBuilt":1998,"yearRenovated":2021,"proximityFromAirport":{"distance":12.5},"restrictions":"No outside food or beverage permitted. Music must end by 11 PM.","maximumCapacity":{"seated":500,"standing":800}} type: simple x-speakeasy-test-group: Venue Profiles x-speakeasy-test-rebuild: true - workflowId: createMeetingRoom steps: - stepId: test operationId: createMeetingRoom parameters: - name: venueId in: path value: 6bb0e2db-861f-46e3-a923-eb4d959ffa00 requestBody: contentType: application/json payload: amenities: - PROJECTOR capacities: exhibits: - layoutType: BOOTH_10x10 maxExhibits: 50 seating: - layoutType: THEATER maxAttendees: 250 description: Large conference space with natural lighting dimensions: ceilingHeight: unit: FEET value: 12.5 length: unit: FEET value: 12.5 totalSpace: unit: SQUARE_FEET value: 1500 width: unit: FEET value: 12.5 displayOrder: 1 externalSourceId: EXT-123 hiddenOnProfile: false name: Grand Ballroom rates: event: applicationType: PER_DAY value: 500 moveIn: applicationType: PER_DAY value: 500 moveOut: applicationType: PER_DAY value: 500 successCriteria: - condition: $statusCode == 201 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","name":"Grand Ballroom","description":"Large conference space with natural lighting","dimensions":{"totalSpace":{"value":1500,"unit":"SQUARE_FEET"},"ceilingHeight":{"value":12.5,"unit":"FEET"},"length":{"value":12.5,"unit":"FEET"},"width":{"value":12.5,"unit":"FEET"}},"displayOrder":1,"externalSourceId":"EXT-123","rates":{"moveIn":{"value":500,"applicationType":"PER_DAY"},"moveOut":{"value":500,"applicationType":"PER_DAY"},"event":{"value":500,"applicationType":"PER_DAY"}},"capacities":{"exhibits":[{"layoutType":"BOOTH_10x10","maxExhibits":50}],"seating":[{"layoutType":"THEATER","maxAttendees":250}]},"amenities":["PROJECTOR"],"hiddenOnProfile":false,"id":"a1b2c3d4-e5f6-7890-abcd-ef1234567890"} type: simple x-speakeasy-test-group: Venue Meeting Rooms x-speakeasy-test-rebuild: true - workflowId: listMeetingRoomsOverviews steps: - stepId: test operationId: listMeetingRoomsOverviews parameters: - name: venueId in: path value: 6bb0e2db-861f-46e3-a923-eb4d959ffa00 - name: limit in: query value: 100 - name: token in: query value: 0e28af57-511f-47ab-ae46-46cd1ca51a1a - name: filter in: query value: hiddenOnProfile eq 'false' successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"paging":{"previousToken":"1a2b3c4d5e6f7g8h9i10j11k","nextToken":"1a2b3c4d5e6f7g8h9i10j11k","currentToken":"1a2b3c4d5e6f7g8h9i10j11k","limit":100,"totalCount":2,"_links":{"next":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"self":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"},"prev":{"href":"?token=90c5f062-76ad-4ea4-aa53-00eb698d9262"}}},"data":[]} type: simple x-speakeasy-test-group: Venue Meeting Rooms x-speakeasy-test-rebuild: true - workflowId: updateMeetingRoom steps: - stepId: test operationId: updateMeetingRoom parameters: - name: venueId in: path value: 6bb0e2db-861f-46e3-a923-eb4d959ffa00 - name: meetingRoomId in: path value: 2344f9ab-537e-412f-ad6d-264fedbf17a6 requestBody: contentType: application/json payload: amenities: - PROJECTOR capacities: exhibits: - layoutType: BOOTH_10x10 maxExhibits: 50 seating: - layoutType: THEATER maxAttendees: 250 description: Large conference space with natural lighting dimensions: ceilingHeight: unit: FEET value: 12.5 length: unit: FEET value: 12.5 totalSpace: unit: SQUARE_FEET value: 1500 width: unit: FEET value: 12.5 displayOrder: 1 externalSourceId: EXT-123 hiddenOnProfile: false name: Grand Ballroom rates: event: applicationType: PER_DAY value: 500 moveIn: applicationType: PER_DAY value: 500 moveOut: applicationType: PER_DAY value: 500 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"created":"2017-01-02T02:00:00Z","createdBy":"hporter","lastModified":"2019-02-12T03:00:00Z","lastModifiedBy":"hporter","name":"Grand Ballroom","description":"Large conference space with natural lighting","dimensions":{"totalSpace":{"value":1500,"unit":"SQUARE_FEET"},"ceilingHeight":{"value":12.5,"unit":"FEET"},"length":{"value":12.5,"unit":"FEET"},"width":{"value":12.5,"unit":"FEET"}},"displayOrder":1,"externalSourceId":"EXT-123","rates":{"moveIn":{"value":500,"applicationType":"PER_DAY"},"moveOut":{"value":500,"applicationType":"PER_DAY"},"event":{"value":500,"applicationType":"PER_DAY"}},"capacities":{"exhibits":[{"layoutType":"BOOTH_10x10","maxExhibits":50}],"seating":[{"layoutType":"THEATER","maxAttendees":250}]},"amenities":["PROJECTOR"],"hiddenOnProfile":false,"id":"a1b2c3d4-e5f6-7890-abcd-ef1234567890"} type: simple x-speakeasy-test-group: Venue Meeting Rooms x-speakeasy-test-rebuild: true - workflowId: patchMeetingRoom steps: - stepId: test operationId: patchMeetingRoom parameters: - name: venueId in: path value: 6bb0e2db-861f-46e3-a923-eb4d959ffa00 - name: meetingRoomId in: path value: 2a12f958-0ac4-4665-9210-449812da553a requestBody: contentType: application/merge-patch+json payload: amenities: - PROJECTOR capacities: null description: Large conference space with natural lighting dimensions: ceilingHeight: unit: FEET value: 12.5 length: unit: FEET value: 12.5 totalSpace: unit: SQUARE_FEET value: 1500 width: unit: FEET value: 12.5 displayOrder: 1 externalSourceId: EXT-RM-12345 hiddenOnProfile: false name: Grand Ballroom rates: null successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"name":"Grand Ballroom","description":"Large conference space with natural lighting","dimensions":{"totalSpace":{"value":1500,"unit":"SQUARE_FEET"},"ceilingHeight":{"value":12.5,"unit":"FEET"},"length":{"value":12.5,"unit":"FEET"},"width":{"value":12.5,"unit":"FEET"}},"displayOrder":1,"externalSourceId":"EXT-RM-12345","rates":{"moveIn":{"value":500,"applicationType":"PER_DAY"},"moveOut":{"value":500,"applicationType":"PER_DAY"},"event":{"value":500,"applicationType":"PER_DAY"}},"capacities":{"exhibits":[{"layoutType":"BOOTH_10x10","maxExhibits":50}],"seating":[{"layoutType":"THEATER","maxAttendees":250}]},"amenities":["PROJECTOR"],"hiddenOnProfile":false} type: simple x-speakeasy-test-group: Venue Meeting Rooms x-speakeasy-test-rebuild: true - workflowId: getMeetingRoomOverview steps: - stepId: test operationId: getMeetingRoomOverview parameters: - name: venueId in: path value: 6bb0e2db-861f-46e3-a923-eb4d959ffa00 - name: meetingRoomId in: path value: 081078e3-8a73-49c6-b757-a3d52dbc2cc8 successCriteria: - condition: $statusCode == 200 - condition: $response.header.Content-Type == application/json - context: $response.body condition: | {"id":"b2c3d4e5-f6a7-8901-bcde-f12345678901","name":"Grand Ballroom","hiddenOnProfile":false,"displayOrder":1} type: simple x-speakeasy-test-group: Venue Meeting Rooms x-speakeasy-test-rebuild: true