GET v1/{subscriptionID}/projects/{projectID}/dataSources/async/result?requestID={requestID}
Gets a result of a data source creation.
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 |
requestID |
The request ID that was returned by the create data source API. The request ID is used to check whether the creation was completed. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns 'true' if the asynchronous data source creation with the specified request ID has completed, and 'false' otherwise.
DataSourceModelName | 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. |
SubscriptionID |
Gets the subscription ID of the document. |
globally unique identifier |
None. |
IsRemote |
Gets a value indicating whether the data source is a remote one. |
boolean |
None. |
Name |
Gets the data source name. |
string |
None. |
CreationTime |
Gets the creation time of the data source. |
date |
None. |
Creator |
Gets the user who created the data source. |
UserViewModel |
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. |
FileToken |
Gets and sets the data source file token. |
FileTokenModel |
None. |
Response Formats
application/json, text/json
{ "ID": "4153e09b-a9de-4dd5-ad1f-1caf0726a926", "UProduceDataSourceID": "1bf2b70f-3659-47d2-8f9c-e786d7f2b6a4", "FriendlyID": "sample string 3", "SubscriptionID": "1731014d-a959-4d52-8426-b66cbbe912b5", "IsRemote": true, "Name": "sample string 6", "CreationTime": "2022-05-23T17:46:54.4465583Z", "Creator": { "ID": "b1089e34-8d06-4084-9621-61b14b0e0c3c", "Name": "sample string 2" }, "ModificationTime": "2022-05-23T17:46:54.4465583Z", "Modifier": { "ID": "b1089e34-8d06-4084-9621-61b14b0e0c3c", "Name": "sample string 2" }, "FileToken": { "Token": "sample string 1", "Type": 1, "FileName": "sample string 2", "FileType": 1 } }