Documentation

StringCorrectionApi extends AbstractApi
in package

Use API to manage string corrections in Source Text Review workflow

Table of Contents

Methods

create()  : StringCorrection|null
Add Correction
delete()  : mixed
Delete Correction
deleteAll()  : mixed
Delete Corrections
get()  : StringCorrection|null
Get Correction
list()  : ModelCollection
List Corrections
restore()  : StringCorrection|null
Restore Correction

Methods

get()

Get Correction

public get(int $projectId, int $correctionId[, array<string|int, mixed> $params = [] ]) : StringCorrection|null
Parameters
$projectId : int
$correctionId : int
$params : array<string|int, mixed> = []

integer $params[denormalizePlaceholders] default: 0

Tags
link

API Documentation

Return values
StringCorrection|null

list()

List Corrections

public list(int $projectId[, array<string|int, mixed> $params = [] ]) : ModelCollection
Parameters
$projectId : int
$params : array<string|int, mixed> = []

integer $params[stringId] required
integer $params[limit] default: 25
integer $params[offset] default: 0
string $params[orderBy]
integer $params[denormalizePlaceholders]

Tags
link

API Documentation

Return values
ModelCollection

        
On this page

Search results