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
282f138f
Commit
282f138f
authored
5 years ago
by
Valentin Rigal
Committed by
Erwan Rouchet
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ListElementEntities documentation
parent
aabf089f
No related branches found
No related tags found
No related merge requests found
Pipeline
#28174
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
+154
-0
154 additions, 0 deletions
arkindex/schema.yml
with
154 additions
and
0 deletions
arkindex/schema.yml
+
154
−
0
View file @
282f138f
...
...
@@ -1187,6 +1187,160 @@ paths:
-
name
tags
:
-
elements
/api/v1/element/{id}/entities/
:
get
:
description
:
List all entities linked to an element's transcriptions and metadata
operationId
:
ListElementsEntities
parameters
:
-
description
:
'
'
in
:
path
name
:
id
required
:
true
schema
:
type
:
string
responses
:
'
200'
:
content
:
application/json
:
schema
:
properties
:
id
:
type
:
string
metadata
:
items
:
properties
:
dates
:
items
:
properties
:
day
:
nullable
:
true
type
:
integer
month
:
nullable
:
true
type
:
integer
type
:
enum
:
-
exact
-
lower
-
upper
-
unknown
year
:
type
:
integer
required
:
-
year
-
type
type
:
array
entity
:
properties
:
id
:
type
:
string
name
:
type
:
string
type
:
enum
:
-
person
-
location
-
subject
-
organization
-
misc
required
:
-
name
-
type
type
:
object
id
:
type
:
string
name
:
type
:
string
revision
:
properties
:
author
:
type
:
string
commit_url
:
readOnly
:
true
type
:
string
date
:
format
:
date-time
type
:
string
hash
:
type
:
string
id
:
type
:
string
message
:
type
:
string
ref
:
type
:
string
repo_id
:
readOnly
:
true
type
:
string
required
:
-
date
-
hash
-
ref
-
message
-
author
type
:
object
type
:
enum
:
-
text
-
html
-
date
-
location
-
entity
value
:
type
:
string
required
:
-
type
-
name
-
value
-
revision
-
dates
-
entity
type
:
array
name
:
type
:
string
transcriptions
:
items
:
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
type
:
array
type
:
enum
:
-
volume
-
register
-
act
-
page
-
surface
required
:
-
type
-
name
-
transcriptions
-
metadata
tags
:
-
entities
/api/v1/element/{id}/history/
:
get
:
description
:
List an element's update history
...
...
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