data_sources
Get Data Source
Fetch a given data source, including its text.
get/api/v1/data_sources/{data_source_id}
Path parameters
data_source_idinteger required
Response
Successful Response
Example response
{
"name": "Rain",
"description": "Information about rain.",
"labels": [
"Weather Info"
],
"id": 1,
"edit_comments": "Added new info",
"last_updated_by": "user@email.com"
}