GET v1/{subscriptionID}/projects/{projectID}/dataSources
Gets all data sources in a project.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
projectID |
The project ID. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns all data sources for the specified project ID.
Collection of DataSourceViewModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Gets the data source ID. |
globally unique identifier |
None. |
UProduceDataSourceID |
Gets and sets the uProduce data source ID. |
globally unique identifier |
None. |
FriendlyID |
Gets the friendly ID of the data source. |
string |
None. |
IsRemote |
Gets a value indicating whether the data source is a remote one. |
boolean |
None. |
Name |
Gets the data source name. |
string |
None. |
ModificationTime |
Gets the last modification time of the data source. |
date |
None. |
Modifier |
Gets the user who was the last to modify the data source. |
UserViewModel |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "0fabb205-e880-485c-b04f-801c6487291c", "UProduceDataSourceID": "d3d6ec70-8ce5-47fd-b648-ef08b644b389", "FriendlyID": "sample string 3", "IsRemote": true, "Name": "sample string 5", "ModificationTime": "2022-05-23T17:27:25.4517931Z", "Modifier": { "ID": "1650cd23-2e65-4686-a8d8-38e50882b9b8", "Name": "sample string 2" } }, { "ID": "0fabb205-e880-485c-b04f-801c6487291c", "UProduceDataSourceID": "d3d6ec70-8ce5-47fd-b648-ef08b644b389", "FriendlyID": "sample string 3", "IsRemote": true, "Name": "sample string 5", "ModificationTime": "2022-05-23T17:27:25.4517931Z", "Modifier": { "ID": "1650cd23-2e65-4686-a8d8-38e50882b9b8", "Name": "sample string 2" } } ]