Retrieve available documents
DATEV Documents (Payslips)
Retrieve available documents
Use this endpoint to get all available documents for a specific period.
GET
Retrieve available documents
Documentation Index
Fetch the complete documentation index at: https://docs.kombo.dev/llms.txt
Use this file to discover all available pages before exploring further.
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"Example:
{
"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.