Interface ITranslationStatusApiExecutor
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public interface ITranslationStatusApiExecutor
Methods
|
Edit this page
View Source
GetBranchProgress(long, long, int, int)
Declaration
Task<ResponseList<ProgressResource>> GetBranchProgress(long projectId, long branchId, int limit = 25, int offset = 0)
Parameters
Type |
Name |
Description |
long |
projectId |
|
long |
branchId |
|
int |
limit |
|
int |
offset |
|
Returns
|
Edit this page
View Source
GetDirectoryProgress(long, long, int, int)
Declaration
Task<ResponseList<ProgressResource>> GetDirectoryProgress(long projectId, long directoryId, int limit = 25, int offset = 0)
Parameters
Type |
Name |
Description |
long |
projectId |
|
long |
directoryId |
|
int |
limit |
|
int |
offset |
|
Returns
|
Edit this page
View Source
GetFileProgress(long, long, int, int)
Declaration
Task<ResponseList<FileProgressResource>> GetFileProgress(long projectId, long fileId, int limit = 25, int offset = 0)
Parameters
Returns
|
Edit this page
View Source
GetLanguageProgress(long, string, int, int)
Declaration
Task<ResponseList<LanguageProgressResource>> GetLanguageProgress(long projectId, string languageId, int limit = 25, int offset = 0)
Parameters
Returns
|
Edit this page
View Source
GetProjectProgress(long, int, int)
Declaration
Task<ResponseList<ProgressResource>> GetProjectProgress(long projectId, int limit = 25, int offset = 0)
Parameters
Type |
Name |
Description |
long |
projectId |
|
int |
limit |
|
int |
offset |
|
Returns
|
Edit this page
View Source
ListQaCheckIssues(long, QaCheckIssuesListParams)
Declaration
Task<ResponseList<QaCheckResource>> ListQaCheckIssues(long projectId, QaCheckIssuesListParams @params)
Parameters
Returns
|
Edit this page
View Source
ListQaCheckIssues(long, int, int, ICollection<QaCheckIssueCategory>?, ICollection<QaCheckIssueValidationType>?, ICollection<string>?)
Declaration
Task<ResponseList<QaCheckResource>> ListQaCheckIssues(long projectId, int limit = 25, int offset = 0, ICollection<QaCheckIssueCategory>? categories = null, ICollection<QaCheckIssueValidationType>? validation = null, ICollection<string>? languageIds = null)
Parameters
Returns