action yodlee_get_providers_count { label: "Get Providers Count" description: "The count service provides the total number of providers that get returned in the GET /providers depending on the input parameters passed.
If you are implementing pagination for providers, call this endpoint before calling GET /providers to know the number of providers that are returned for the input parameters passed.
The functionality of the input parameters remains the same as that of the GET /providers endpoint

Note:
  • The capability has been deprecated in the query parameter.
  • " provider: yodlee method: GET path: "/providers/count" encoding: json input: { type: "object" properties: { capability: { type: "string" } "dataset$filter": { type: "string" } fullAccountNumberFields: { type: "string" } name: { type: "string" } priority: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }