Get Category Transcriptions

Get all transcriptions in a specific category

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

category_idUUIDRequired
ID of the category

Response

This endpoint returns a list of objects.
idUUID
ID of the transcription
titlestring
Title of the transcription
statusstring
Current status of the transcription
positioninteger
Position of this transcription within the category

Errors

404
Category Not Found