메소드 | 설명 | |
---|---|---|
hasAccess ( ) | ||
xGetPeriodCsvAction ( string $mode, string $startDate, string $endDate, string $type, string $ccId = null, string $projectId = null ) | xGetPeriodLogAction | |
xGetTimelineEventsAction ( string $mode, string $date, string $start, string $end = null, string $ccId = null, string $projectId = null ) | Gets events list |
public xGetPeriodCsvAction ( string $mode, string $startDate, string $endDate, string $type, string $ccId = null, string $projectId = null ) | ||
$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') |
$type | string | Type of the data gathered in log file (farms, clouds, projects) |
$ccId | string | optional The identifier of the cost center |
$projectId | string | optional The identifier of the project |
public xGetTimelineEventsAction ( string $mode, string $date, string $start, string $end = null, string $ccId = null, string $projectId = null ) | ||
$mode | string | Chart mode |
$date | string | The requested date time |
$start | string | Start date of the current period |
$end | string | optional End date of the period |
$ccId | string | optional Cost center id |
$projectId | string | optional Project id |