find

public final Response<Attachment> find(String identifier, String attachmentId, FindAttachmentQueryParams queryParams, RequestOverrides overrides)
public final Response<Attachment> find(String identifier, String attachmentId, FindAttachmentQueryParams queryParams)

Return metadata of an attachment

Return

The attachment metadata

Parameters

identifier

Grant ID or email account to query

attachmentId

The id of the attachment to retrieve.

queryParams

The query parameters to include in the request

overrides

Optional request overrides to apply