Use this endpoint to get all available documents for a specific period.
ID of the integration you want to interact with.
Provide the period in the format YYYY-MM-DD for which to check for available documents.
GET /custom/datev/available-documents Positive response
"success"{
"results": [
{
"document_type": "LOBN",
"available_for_employees": [
{
"id": "8Xi6iZrwusZqJmDGXs49GBmJ",
"remote_id": "123456"
}
],
"is_company_document": false
},
{
"document_type": "LOJO",
"available_for_employees": [],
"is_company_document": true
}
]
}These are the interaction warnings that are shown in the dashboard. They are meant to provide debug information to you. We recommend logging them to the console.