Reference for DSService.svc REST Operations
This page describes the service operations at this endpoint.
HTTP - GET
Uri | Description |
---|---|
/Token | Given user credentials, retrieves a secure token that can be used for data access. |
/Data | Given a token and details for a single request, retrieves data. |
/Ping | Issues a ping request to check connectivity and health. |
HTTP - POST
Uri | Description |
---|---|
/GetToken | Given user credentials, retrieves a secure token that can be used for data access. |
/GetData | Given a token and details for a single request, retrieves data. |
/GetDataBundle | Given a token and details for multiple requests, retrieves data for all the requests. |