Authorizations
Headers
ID of the integration you want to interact with.
Query Parameters
Provide the period in the format YYYY-MM-DD for which to check for available documents.
Response
GET /custom/datev/available-documents Positive response
Allowed value:
"success"
Examples:
{
"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.