Services > Data Engine Services > Fields |
Fields service provides API to get all the fields from the database. You can access this service from your client application to view data from many different data sources that are hosted on Data Engine service.
To view data from a specific data source and get the fields information, you need to use GET method. Data source information specified in the request URL, as:
GET:http://<host>[:port]/api/dataengine/{datasourcekey}/fields
Data source information can be specified in the request URL, as follows:
URL Parameters
Field service URL accepts datasourcekey as paramter. You need to specify the data source key information to access the data. Data source key is used to specify the data source from where you want to get the field information. For more information on Data Engine Services, see WebApiExplorer demo.
Response Messages
HTTP Status Code | Reason |
---|---|
200 | A field array is returned. |
404 | {datasource} is invalid. |