GET api/Report/AdvReports/ListEmployee/{id}

Returns a list of reports which are allowed to be viewed by the given employee codeId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

CodeId of employee

integer

Required

Body Parameters

None.

Response Information

Resource Description

returns the report about the given employee

Collection of AdvReportListItem
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

BaseSegmentId

integer

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.