Announcement

Collapse
No announcement yet.

API not returning enough data

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • API not returning enough data

    I'm retrieving Knowledge Base Articles through the API and everything appears to be working, but the content is not complete. It looks like the API is returning 5,000 characters, including HTML elements and tags, which is less than half of the total length of many articles. Is there a way to fix this?

    I'm using this code.

  • #2
    TEXT fields are cut when records accessed with LIST request (api/v1/{EntityType}).

    There's a config parameter 'maxSelectTextAttributeLengthForList'. You can set it to some very large integer value.
    Last edited by yuri; 07-28-2021, 07:30 AM.

    Comment


    • #3
      That fixed it. Thanks. Is there a list of every possible configuration parameter? There seem to be a lot of helpful parameters that aren't exposed by default.

      Comment


      • #4
        Yes.

        Here on github (most recent version, not yet deployed to the docs site): https://github.com/espocrm/documenta...nfig-params.md

        Here on the docs site: https://docs.espocrm.com/administration/config-params/

        Comment


        • #5
          Amazing. Thanks.

          Comment

          Working...
          X