GET api/v1/HelpShiftUrls
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
HelpShiftURLResultsName | Description | Type | Additional information |
---|---|---|---|
HelpShiftURLDetails | Collection of HelpShiftURLDetails |
None. |
|
ResultCode | integer |
None. |
|
ResultData | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "HelpShiftURLDetails": [ { "PublishId": 1, "HelpShiftUrl": "sample string 2" }, { "PublishId": 1, "HelpShiftUrl": "sample string 2" } ], "ResultCode": 1, "ResultData": "sample string 2" }
application/xml, text/xml
Sample:
<HelpShiftURLResults xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TC2WebAPIController.Models.V1"> <ResultCode xmlns="http://schemas.datacontract.org/2004/07/TC2Utilities.RestApi">1</ResultCode> <ResultData xmlns="http://schemas.datacontract.org/2004/07/TC2Utilities.RestApi">sample string 2</ResultData> <HelpShiftURLDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/TC2Domain"> <d2p1:HelpShiftURLDetails> <d2p1:HelpShiftUrl>sample string 2</d2p1:HelpShiftUrl> <d2p1:PublishId>1</d2p1:PublishId> </d2p1:HelpShiftURLDetails> <d2p1:HelpShiftURLDetails> <d2p1:HelpShiftUrl>sample string 2</d2p1:HelpShiftUrl> <d2p1:PublishId>1</d2p1:PublishId> </d2p1:HelpShiftURLDetails> </HelpShiftURLDetails> </HelpShiftURLResults>