Add Calls API endpoints and schemas #289
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Calls API endpoints and schemas
/calls(pagination viapageandper_page, default 25, max 25)/calls/{id}/calls/{id}/recording(302 redirect to signed URL; 404 if not available)/calls/{id}/transcript(returns[{}]when no transcript; 404 if call does not exist)callandcall_listschemasApi::V3::Calls::Presenters::CallResponse(e.g.,id,type=call,conversation_id,admin_id,contact_id,state, timestamps,recording_url,call_type,direction,ended_reason,phone,fin_recording_url,fin_transcription_url)CallsApi::V3::CallsController(pagination defaults and limits, 302 redirect for recording,[{}]no-transcript behavior)Generated with Cursor