Method: LockstepSdk::ApplicationModel#notes
- Defined in:
- lib/lockstep_sdk/models/application_model.rb
#notes ⇒ NoteModel
Returns A collection of notes linked to this record. To retrieve this collection, specify Notes in the include parameter when retrieving data. To create a note, use the [Create Note](developer.lockstep.io/reference/post_api-v1-notes) endpoint with the TableKey to Application and the ObjectKey set to the ApplicationId for this record. For more information on extensibility, see [linking extensible metadata to objects](developer.lockstep.io/docs/custom-fields#linking-metadata-to-an-object).
112 113 114 |
# File 'lib/lockstep_sdk/models/application_model.rb', line 112 def notes @notes end |