Page History
...
GetDatabaseItem is an example of a high-level service. That is, it relies upon a simple interface and default behavior. Like other high-level services, GetDatabaseItem is built on top of slightly lower-level services. The most important one of these is GetObject (which is another member of the HTTP_Resource_Services module). Let's look at an example of an API that uses the GetObject service to produce the same resource object as the GetDatabaseItem service:
...