Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Aptify.Services.UIParts.PartsPerPackage: sets the number of records that are included in the bundle sent in response to a request to the UI Part endpoint. The default value is 100, which means that the data for 100 UI Parts above the queried UI part ID are included in the bundle. For example, when using the default setting, when a request is received for UI part ID 500, UI parts 500 through 599 are bundled in the response. 

    • If this attribute is set to 0,  a request to the UI Part endpoint returns a single UI Part. 

    • This attribute is found in the AptifyServicesAPI Web.config file.

  • Aptify.Services.EntityUIParts.LettersPerPackage: when enabled, all Entity UI Parts beginning with a specified letter are included in the bundle sent in response to a request to the Entity UI Part endpoint. The valid values are as follows:

    • 0: Each request to the EnitityUIParts endpoint asks for a UI Part for a specific entity.

    • 1: Each request to the EntityUIParts endpoint asks for all UI Parts for all entities beginning with a specific letter (case-insensitive). This is the default value.

      For example, when using the default setting, when a request is received for an entity UI part that begins with the called b, all entity UI parts that begin with the letter b are bundled in the response. This  

    This attribute is found in the AptifyServicesAPI Web.config file.