Query parameters

Responses

GET /api/crm/person_log_book_entry
curl \
 --request GET 'https://replace-with-own-host.iw-erp.de/api/crm/person_log_book_entry' \
 --header "x-session-token: $API_KEY"
Response examples (200)
[
  {
    "id": 42,
    "content": "string",
    "content_type": "string",
    "content_type_addition": "string",
    "start": "2025-05-04T09:42:00Z",
    "start_billing": "2025-05-04T09:42:00Z",
    "end": "2025-05-04T09:42:00Z",
    "discount_start": "2025-05-04T09:42:00Z",
    "discount_end": "2025-05-04T09:42:00Z",
    "free_start": "2025-05-04T09:42:00Z",
    "free_end": "2025-05-04T09:42:00Z",
    "passive_start": "2025-05-04T09:42:00Z",
    "passive_end": "2025-05-04T09:42:00Z",
    "created": "2025-05-04T09:42:00Z",
    "updated": "2025-05-04T09:42:00Z",
    "search_string": "string",
    "payment_type": {
      "id": 42,
      "name": "string",
      "auto": true,
      "conditions": "string",
      "linked_keywords": "string",
      "global_default": true,
      "bank_import_default": true,
      "is_direct_debit": true,
      "is_external": true,
      "deleted": true
    }
  }
]