Pagination format in CRISP-CRM API

Summary

The user is looking to modify the pagination format in the Airbyte connector builder for CRISP-CRM API.


Question

Hi Team, I am building the AIRBYTE builder for CRISP-CRM

in CRISP-CRM api, is using this format of pagination, /v1/website/{website_id}/conversations/{page_number}{?search_query}
But currently in Airbyte builder, I am only mange to generate this format of request
"url": "<https://api.crisp.chat/v1/website/1111-1111-1111/conversations?page_number=1>",
Can I know how I can change /conversations?page_number
Into something like /conversations/1



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["pagination-format", "crisp-crm-api", "connector-builder", "pagination"]