| ⚠️ This endpoint is currently in BETA |
|---|
Get fragments of a transcript given a transcript id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the Transcript
1 <= x <= 2147483647Cursor for the next or previous page
Number of items to include in the page
0 <= x <= 100Include total count of the collection in the pagination response
OK
transcripts.FragmentPaged model
A page of Fragments for a transcript
100{
"prevUrl": "https://api.affinity.co/v2/foo?cursor=ICAgICAgYmVmb3JlOjo6Nw",
"nextUrl": "https://api.affinity.co/v2/foo?cursor=ICAgICAgIGFmdGVyOjo6NA"
}