Getting the Flow Count of a Data Provider

Gets the flow count of a data provider.

Request

GET <webiURL>/documents/{documentId}/dataproviders/{dataProviderId}/flows/count

Where:

  • {documentId} is the document identifier retrieved from the list of documents
  • {dataProviderId} is the identifier of the data provider retrieved from the list of data providers
Response

Response type: text/plain

Response body: the number of flows as an integer (from 1 to n).

Example

This example retrieves the flow count for data provider ID DP0 available for the document ID 7738.

GET <webiURL>/documents/7738/dataproviders/DP0/flows/count

Response

1