GET Api/Resource/TimeRegistration/V2/GetResourceName?forUserID={forUserID}&startDate={startDate}&endDate={endDate}
Return the user (display) name for the given
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
forUserID |
The id of the user to get the name for. |
integer |
Required |
startDate |
The start date of the period. |
date |
Required |
endDate |
The end date of the period. |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
A name of a user
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>