Notifications
Announcements
No record found.
we use dynamic graph API to get item details ,(GET /api/beta/items.Thanks in advance
*This post is locked for comments
In Item Table Picture field has MediaSet type - you can't obtain it through standard API. But if you check GET /api/beta/companyInformation API - you'll see the picture. Difference is that in 79 table (Company Information) Picture field has BLOB type. So the only way is to add extra picture field with BLOB type to 27 Item table.
Also you can read this:
community.dynamics.com/.../how-to-obtain-data-from-nav-standard-apis
I uploaded image in Items .How to get particular Item image.
ItemRecord.Picture.EXPORTFILE for example. Or you still need it through API?
All about mediaset is here:
docs.microsoft.com/.../mediaset-data-type
yes ,i need it through API because we integrate microsoft dynamic NAV with magento so need API to get result
Any way to get it through API?
Original field - No. You need to create new one with BLOB type and use it.
You can create new API page based on Tenant Media table (2000000184). Here you'll find all your item pictures (Content field is a BLOB). You can try to obtain them by ID or Item description:
I have added extra attribute in Items.
How to get extra attribute or fields in standard Microsoft Nav API
@Andrey Baludin your answer is useful , please provide solution to create custom API
Items API is a page 5470 "Items Entity". Add there your fields and you'll get them in API.
Use it as example (and nearest pages of this range also APIs).
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.