v1
latestOpenAPI 3.1.02026-07-2483219318.4 KBResources
List resources for application
Financial data is added to an Application via one or more Resources. The data from multiple resources is compiled into a single aggregate dataset by generating a Report.
get/v1/applications/{applicationId}/resources
Path parameters
applicationIdstring required
Example:application_tz4a98xxat96iws9zmbrgj3a
Response
Success
Example response
{
"items": [
{
"_id": "doc_tz4a98xxat96iws9zmbrgj3a",
"_application": "application_tz4a98xxat96iws9zmbrgj3a",
"channel": {
"_id": "sharing_request_tz4a98xxat96iws9zmbrgj3a"
},
"source": {
"_id": "oneoff_ob_connection_tz4a98xxat96iws9zmbrgj3a"
}
}
]
}