Skip to main content
GET
Get analysis

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Path Parameters

analyseUid
string
required

Analysis UID

Response

OK

analyseLanguageParts
object[]

Per-language-pair analysis results

canChangeNetRateScheme
boolean

Whether the current user may change the net rate scheme

createdBy
object
dateCreated
string<date-time>

Date and time the analysis was created

id
string

Internal numeric identifier, encoded as a string

importStatus
object
innerId
integer<int32>

Sequential number of the analysis within the project

name
string

Analysis name

netRateScheme
object
outdated
boolean

When true, the analysis is outdated and should be recalculated

project
object
provider
object
pureWarnings
string[]

Warnings produced while creating the analysis

settings
object

Base analyseSettingsDto

type
enum<string>

Analysis type. Newly created analyses are PreAnalyse, PostAnalyse or Compare; responses may also return internally created types: PreAnalyseTarget, PreAnalyseProvider, ContinuousPreAnalyse or ContinuousPostAnalyse

Available options:
PreAnalyse,
PostAnalyse,
PreAnalyseTarget,
Compare,
PreAnalyseProvider,
ContinuousPostAnalyse,
ContinuousPreAnalyse
uid
string

Unique identifier used in API paths