Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
api-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
api-client
Commits
c9feabb4
Commit
c9feabb4
authored
5 years ago
by
Valentin Rigal
Committed by
Erwan Rouchet
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ListTranscriptionsEntities endpoint
parent
5d382ce2
No related branches found
No related tags found
No related merge requests found
Pipeline
#28160
passed
5 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arkindex/schema.yml
+50
-0
50 additions, 0 deletions
arkindex/schema.yml
with
50 additions
and
0 deletions
arkindex/schema.yml
+
50
−
0
View file @
c9feabb4
...
...
@@ -4696,6 +4696,56 @@ paths:
-
transcriptions
tags
:
-
ml
/api/v1/transcription/{id}/entities/
:
get
:
description
:
List existing entities linked to a specific transcription
operationId
:
ListTranscriptionEntities
parameters
:
-
description
:
'
'
in
:
path
name
:
id
required
:
true
schema
:
type
:
string
-
description
:
A page number within the paginated result set.
in
:
query
name
:
page
required
:
false
schema
:
type
:
integer
responses
:
'
200'
:
content
:
application/json
:
schema
:
properties
:
entity
:
properties
:
id
:
type
:
string
name
:
type
:
string
type
:
enum
:
-
person
-
location
-
subject
-
organization
-
misc
required
:
-
name
-
type
type
:
object
length
:
type
:
integer
offset
:
type
:
integer
required
:
-
entity
-
offset
-
length
tags
:
-
entities
/api/v1/transcription/{id}/entity/
:
post
:
description
:
Link an existing Entity to a given transcription with its position
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment