GET Documents/GetProjectReportPerDay/{employeeConnectedID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeConnectedID | integer |
Required |
Body Parameters
ItemIDLabel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| Label | string |
None. |
|
| Info | string |
None. |
|
| Code | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"Label": "sample string 2",
"Info": "sample string 3",
"Code": "sample string 4"
}
application/xml, text/xml
Sample:
<ItemIDLabel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CubesApi.Helper"> <Code>sample string 4</Code> <ID>sample string 1</ID> <Info>sample string 3</Info> <Label>sample string 2</Label> </ItemIDLabel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>