# Returns a list of all PersonLogBookEntry **GET /api/crm/person_log_book_entry** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Query parameters - **person** (string) Requires access right: SCOPE - **company** (string) Requires access right: SCOPE - **unifiedCategory** (string) Requires access right: SCOPE - **product** (string) Requires access right: SCOPE - **contentType** (string) Requires access right: SCOPE - **content** (string) Requires access right: SCOPE - **start** (string) Requires access right: SCOPE - **end** (string) Requires access right: SCOPE - **discountProduct** (string) Requires access right: SCOPE - **discountStart** (string) Requires access right: SCOPE - **discountEnd** (string) Requires access right: SCOPE - **passiveProduct** (string) Requires access right: SCOPE - **passiveStart** (string) Requires access right: SCOPE - **passiveEnd** (string) Requires access right: SCOPE - **freeProduct** (string) Requires access right: SCOPE - **freeStart** (string) Requires access right: SCOPE - **freeEnd** (string) Requires access right: SCOPE - **startBilling** (string) Requires access right: SCOPE - **searchString** (string) text to search for in the list - **orderFieldName** (string) name of the order field - **orderFieldSort** (string) sorting mode - **page** (integer) page of the list - **pageSize** (integer) number of entries for each page - **withMaxPageNumber** (string) returns the number of pages available as a header if this is set - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ## Responses ### 200 Returns a list of all PersonLogBookEntry #### Body: application/json (array[object]) - **id** (integer) - **content** (string) - **content_type** (string) - **content_type_addition** (string) - **start** (string(date-time)) - **start_billing** (string(date-time)) - **end** (string(date-time)) - **discount_start** (string(date-time)) - **discount_end** (string(date-time)) - **free_start** (string(date-time)) - **free_end** (string(date-time)) - **passive_start** (string(date-time)) - **passive_end** (string(date-time)) - **created** (string(date-time)) - **updated** (string(date-time)) - **search_string** (string) - **payment_type** (object) [Powered by Bump.sh](https://bump.sh)