메소드 | 설명 | |
---|---|---|
addAction ( $projectId = null ) | ||
defaultAction ( ) | Default action | |
editAction ( string $projectId = null ) | Edit project action | |
hasAccess ( ) | ||
notificationsAction ( string $projectId ) | ||
xGetPeriodDataAction ( string $projectId, string $mode, string $startDate, string $endDate ) | xGetPeriodProjectDataAction | |
xListAction ( string $query = null ) | List projects action | |
xRemoveAction ( string $projectId ) | xRemoveAction | |
xSaveAction ( string $projectId, string $name, string $description, string $billingCode, string $leadEmail, string $ccId = null ) | xSaveAction | |
xSaveNotificationsAction ( string $projectId, |
메소드 | 설명 | |
---|---|---|
getProjectData ( |
Gets project properties and parameters | |
getProjectsList ( string $query = null ) : array | Gets a list of projects by key |
public editAction ( string $projectId = null ) | ||
$projectId | string |
public xGetPeriodDataAction ( string $projectId, string $mode, string $startDate, string $endDate ) | ||
$projectId | string | The identifier of the project |
$mode | string | The mode (week, month, quarter, year) |
$startDate | string | The start date of the period in UTC ('Y-m-d') |
$endDate | string | The end date of the period in UTC ('Y-m-d') |
public xListAction ( string $query = null ) | ||
$query | string | optional Search query |
public xRemoveAction ( string $projectId ) | ||
$projectId | string | Identifier of the project |
public xSaveNotificationsAction ( string $projectId, |
||
$projectId | string | |
$notifications |