Creating REST URIs to reference records
You can create REST URIs to reference records in your user
database.
- Creating REST URIs to find records
You can create REST URIs to find records in your user database by linking directly to the records. - Creating REST URIs to view records
You can create REST URIs to view records in your user database by linking directly to the records. The REST URI that you create to view a record opens the record faster than the REST URI that you create to find a record. The reason is that when you create a REST URI template to view a record, you must specify the record type, which narrows the search scope. - Creating REST URIs to modify records
You can create REST URIs to modify records in your user database by linking directly to the records. - Creating REST URIs to submit records
You can create REST URIs to submit records in your user database.
Parent topic: Creating REST URIs to log on and perform common tasks