Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
protogrid:json_api_database_views [2019-02-07 08:20] 46.183.103.17protogrid:json_api_database_views [2019-02-07 09:01] 46.140.51.3
Line 607: Line 607:
 </code> </code>
  
 +Example response: 
 +<code json> 
 +
 +    "errors": [], 
 +    "protogrid_environment_version": "2.0beta7", 
 +    "result":
 +        "next_card_key":
 +            "5d41e440-7ddb-4837-bd28-ed32839c4d7a", 
 +            "a9e1f5b1-44d7-4fe7-8fac-748a251239d8" 
 +        ], 
 +        "rows":
 +            { 
 +                "key":
 +                    "5d41e440-7ddb-4837-bd28-ed32839c4d7a", 
 +                    "a9e1f5b1-44d7-4fe7-8fac-748a251239d8" 
 +                ], 
 +                "shortname": "TableView:types of steps", 
 +                "value": null 
 +            }, 
 +            ... 
 +        ] 
 +    } 
 +
 +</code
 ===== data_protos_by_id ===== ===== data_protos_by_id =====
 This view lists all [[protgrid:proto#data_proto|data Protos]] by id. The value is null. You may want to use this to list all data Protos or to find a given Proto. This view lists all [[protgrid:proto#data_proto|data Protos]] by id. The value is null. You may want to use this to list all data Protos or to find a given Proto.
Print/export