GET api/MYFUserLog?userid={userid}&userpassword={userpassword}&userappid={userappid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

None.

userpassword

string

None.

userappid

string

None.

Body Parameters

None.

Response Information

Resource Description

Userlog
NameDescriptionTypeAdditional information
PromptMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PromptMessage": "sample string 1"
}

application/xml, text/xml

Sample:
<MYFUserLogController.Userlog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Forever2UWebAPI.Controllers">
  <PromptMessage>sample string 1</PromptMessage>
</MYFUserLogController.Userlog>