GET /api/v1/assets/:asset_id/transcriptions/:transcription_id/sentences
Shows all sentences for the Asset transcription.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
asset_id
required

ID of the Asset holding transcriptions.

Validations:

  • Must be a String

transcription_id
required

ID of the Transcription to be rendered.

Validations:

  • Must be a String


GET /api/v1/assets/:asset_id/transcriptions/:transcription_id/sentences/:id
Show the sentence.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
asset_id
required

ID of the Asset holding transcriptions.

Validations:

  • Must be a String

transcription_id
required

ID of the Transcription to be rendered.

Validations:

  • Must be a String

id
required

ID of the sentence to be rendered.

Validations:

  • Must be a String


PUT /api/v1/assets/:asset_id/transcriptions/:transcription_id/sentences/:id
Updates the sentence.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
asset_id
required

ID of the Asset holding transcriptions.

Validations:

  • Must be a String

transcription_id
required

ID of the Transcription to be rendered.

Validations:

  • Must be a String

id
required

ID of the sentence to be updated.

Validations:

  • Must be a String


DELETE /api/v1/assets/:asset_id/transcriptions/:transcription_id/sentences/:id
Deletes the sentence.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
asset_id
required

ID of the Asset holding transcriptions.

Validations:

  • Must be a String

transcription_id
required

ID of the Transcription to be rendered.

Validations:

  • Must be a String

id
required

ID of the sentence to be deleted.

Validations:

  • Must be a String