Method: LockstepSdk::ApplicationModel#attachments

Defined in:
lib/lockstep_sdk/models/application_model.rb

#attachmentsAttachmentModel

Returns A collection of attachments linked to this record. To retrieve this collection, specify ‘Attachments` in the `include` parameter when retrieving data. To create an attachment, use the [Upload Attachment](developer.lockstep.io/reference/post_api-v1-attachments) 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).

Returns:



116
117
118
# File 'lib/lockstep_sdk/models/application_model.rb', line 116

def attachments
  @attachments
end