GET Api/TimeRegistration/Employee?date={date}&searchPattern={searchPattern}
returns a list of employee no idea how the searchPattern works :s
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
Required |
|
| searchPattern | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TimeRegistrationEmployee| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| ExtraField1 | string |
None. |
|
| ExtraField2 | string |
None. |
|
| ExtraField3 | string |
None. |
|
| ExtraField4 | string |
None. |
|
| Contract | string |
None. |
|
| EmployeeNumber | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.