GET api/v1/PlusMetrics?departmentId={departmentId}&startDate={startDate}&currentTimeStamp={currentTimeStamp}

Get PlusMetrics by department id, date and current timestamp to calculate pay periods and month dates

Request Information

URI Parameters

NameDescriptionTypeAdditional information
departmentId

department for which show pay metrics

integer

Required

startDate

date in pay Period

date

Required

currentTimeStamp

current timestamp from client

date

Required

Body Parameters

None.

Response Information

Resource Description

TaskOfApiResponseModelOfPlusMetricsData
NameDescriptionTypeAdditional information
Result

ApiResponseModelOfPlusMetricsData

None.

Id

integer

None.

Exception

AggregateException

None.

Status

TaskStatus

None.

IsCanceled

boolean

None.

IsCompleted

boolean

None.

CreationOptions

TaskCreationOptions

None.

AsyncState

Object

None.

IsFaulted

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.