GET api/Service/GetRedirect?LoginID={LoginID}&Name={Name}&DontRegister={DontRegister}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
LoginID | integer |
None. |
|
Name | string |
None. |
|
DontRegister | string |
None. |
Body Parameters
None.
Response Information
Resource Description
RedirectOutputName | Description | Type | Additional information |
---|---|---|---|
URL | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "url": "sample string 1" }
application/xml, text/xml
Sample:
<RedirectOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIService.Models"> <URL>sample string 1</URL> </RedirectOutput>