PeriodDetails
PeriodDetails (data endpoint) in the Walletguide REST API. Parameters, response fields, and a playground you can run.
Authorization
bearerAuth A Walletguide API key (wg_…) or an OAuth bearer token. Paste the value only. Create a key under Wallet settings → API keys.
In: header
Path Parameters
The wallet id (row uuid)
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/wallets/497f6eca-6276-4993-bfeb-53cbbbba6f08/data/periodDetails" \ -H "Content-Type: application/json" \ -d '{ "startDate": "string", "endDate": "string" }'{ "amountByAssetId": { "property1": 0, "property2": 0 }, "total": 0, "assetById": { "property1": { "name": "string", "access": "fixed", "assetGroupId": "string", "archived": true, "expectedAnnualReturn": 0, "order": 0, "createdTime": "2019-08-24T14:15:22Z", "createdUserId": "string", "lastUpdatedTime": "2019-08-24T14:15:22Z", "lastUpdatedUserId": "string", "defaultCurrency": "EUR", "defaultCategoryId": "string", "type": "manualBank", "accountNumber": "string", "importSettings": { "csv": null }, "id": "string" }, "property2": { "name": "string", "access": "fixed", "assetGroupId": "string", "archived": true, "expectedAnnualReturn": 0, "order": 0, "createdTime": "2019-08-24T14:15:22Z", "createdUserId": "string", "lastUpdatedTime": "2019-08-24T14:15:22Z", "lastUpdatedUserId": "string", "defaultCurrency": "EUR", "defaultCategoryId": "string", "type": "manualBank", "accountNumber": "string", "importSettings": { "csv": null }, "id": "string" } }}