Versions Compared

Key

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

...

For simple database related resources, the GetDatabaseItem service (a member of the HTTP_Resource_Services module) can be used with minimal code:

Code Block
languagebp
titlelinenumbersGetDatabaseItemtrue
API contacts.ID.GET

   KeyID   = EndpointSegment

   HTTP_Resource_Services('GetDatabaseItem', 'CONTACTS', '', KeyID)

end api

...