FxHubPartnersApi

<back to all web services

GetResearch

Requires Authentication
The following routes are available for this service:
GET/research/list
GetResearch Parameters:
NameParameterData TypeRequiredDescription
SearchTextquerystringNo
GetResearchResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformList<Research>No
Research Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
FileNameformstringNo
FileCategoryformstringNo
FileDisplayNameformstringNo
FileDateformstringNo
FileUploadedOnformDateTime?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /research/list HTTP/1.1 
Host: api.fxlink.co.za 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<GetResearchResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FxHubPartnersApi.ServiceModel">
  <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/FxHubPartnersApi.ServiceModel.Types">
    <d2p1:Research>
      <d2p1:FileCategory>String</d2p1:FileCategory>
      <d2p1:FileDate>String</d2p1:FileDate>
      <d2p1:FileDisplayName>String</d2p1:FileDisplayName>
      <d2p1:FileName>String</d2p1:FileName>
      <d2p1:FileUploadedOn>0001-01-01T00:00:00</d2p1:FileUploadedOn>
      <d2p1:Id>0</d2p1:Id>
    </d2p1:Research>
  </Result>
</GetResearchResponse>