Reports
Get report details
get/v1/applications/{applicationId}/reports/{reportId}
Path parameters
applicationIdstring required
Example:application_tz4a98xxat96iws9zmbrgj3a
reportIdstring required
Example:report_tz4a98xxat96iws9zmbrgj3a
Response
Success
Example response
{
"_id": "report_tz4a98xxat96iws9zmbrgj3a",
"resources": [
{
"_id": "doc_tz4a98xxat96iws9zmbrgj3a"
}
],
"spending_categories": [
{
"code": "spending:000/useful-name-here"
}
],
"income_categories": [
{
"code": "income:000/useful-name-here"
}
],
"insights": [
"insight:000/useful-name-here"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.