function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
oleksandr vashchenkooleksandr vashchenko 

ConnectApi.CanvasAttachmentInput how to query?

Hi guys! 

I am creating CanvasPost FeedItems. It works well, but when I make SOQL:
SELECT Id, type, ParentId, body, HasLink, IsRichText, RelatedRecordId, Title, HasContent FROM FeedItem Order by CreatedDate desc limit 10
I see records with next (example) RelatedRecordId: 
0AW1a0000004DjAGAU

And now is a question. How to get an information about this record? (Title, size, anything)