/
UH
uhh-lt
/
Discourse Analysis Tool Suite API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1d ago
Details
Filter operations
analysis
4
post
Returns all SourceDocument IDs that match the query parameters.
post
Returns all SourceDocument IDs that match the query parameters.
get
Returns tuple[num_sdocs_with_date_metadata, num_total_sdocs].
post
Sample & Aggregate Source Documents by tags.
annoscaling
2
authentication
8
bboxAnnotation
8
classifier
10
code
5
conceptOverTimeAnalysis
11
docprocessing
4
folder
7
general
3
import
3
job
14
llm
8
memo
7
perspectives
14
project
7
projectMetadata
5
rag
2
sdocMetadata
7
search
10
sentenceAnnotation
10
simsearch
2
sourceDocument
7
spanAnnotation
14
spanGroup
7
statistics
3
tag
13
TagRecommendation
3
timelineAnalysis
7
user
8
whiteboard
7
word_frequency
4
analysis
Returns all SourceDocument IDs that match the query parameters.
post
/analysis/code_frequencies
Query parameters
project_id
integer
required
Request body
BodyAnalysisCodeFrequencies
required
code_ids
integer[]
required
user_ids
integer[]
required
doctypes
DocType[]
required
Response
Successful Response
CodeFrequency[]
required
code_id
integer
required
The id of the code.
count
integer
required
The number of occurrences of the code.
Changes