• Retrieve notesViewEntryCollections with REST service

    By Thomas Adrian 1 decade ago

    I am developing an application that are not using columns for retrieving data. instead I use collection of documents retrieved by keys, and process the documents to get the data.

    When I look in extLib there are a few rest services fro retrieving data as "json" based on column values. But I could not find a rest service to retrieve data from a collection or viewentrycollection.

    An example

    I have a viewentrycollection and want to display data/fields from each document in the collection in a DWA calendar. is this possible?

     

    Thanks

    Thomas

     

     

     

     

     

     

     

     

    • found it

      By Thomas Adrian 1 decade ago

      Looks like I found it in extlib database, sorry

      • did not found it

        By Thomas Adrian 1 decade ago

        After a closer look I did found  xe:viewJSONService, but it looks like I can only get the columns in the view using this service.

        I want to be able to get field names instead of columns, is this possible.

         

        I put a "var" on my viewJSONservice and tried to access the documents using a manual column but had no luck e.g coll.getDocment().getItemValueString("...")

         

        any ideas how to get values from specifed keys/fields in a document from a viewcollection using JSON (my data is not in view colums)

         

        Thanks

        Thomas