# getAttachmentId

### Parameters

fileName - the name of the file\
attachmentApp - name of the app for the attachment (optional)\
recordId - Record id, where the attachment is linked to

### Example Usages

```javascript
   brixxApi.getAttachmentId("Invoice1.pdf", "attachmentApp", 1)
```
