Files

Get the File's Count of Associated Account, Statement and Meter Resources

This endpoint returns the count of Accounts, Meters and Statements that was obtained by a specific file.

get/plug/files/{fileId}/counts

Path parameters

fileIdstring required

Headers

Arcadia-Versionstring required

The Arcadia-Version for the request

Response

OK

accountCountinteger required

The number of accounts.

meterCountinteger required

The total number of meters associated with the account.

statementCountinteger required

The total number of statements.

Changes