getAttachments
getAttachments
FunctiongetAttachments(requestOptions: IGetAttachmentsOptions): Promise<{ attachmentInfos: IAttachmentInfo[] }>
Request attachmentInfos
of a feature by id. See Attachment Infos for more information.
Parameters
Parameter | Type | Notes |
---|---|---|
request | IGetAttachmentsOptions | Options for the request. |
Returns
Promise<{ attachmentInfos: IAttachmentInfo[] }>
A Promise that will resolve with the getAttachments()
response.