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
Name | Description | Type | Additional information |
---|---|---|---|
id |
CodeId of employee |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
returns the report about the given employee
Collection of AdvReportListItemName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
BaseSegmentId | integer |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.