Table of Contents

FAQ: API

TODO

More inputs here: (#34560)[https://devops.allium.cz/DefaultCollection/Pimics365/_workitems/edit/ 34560]

Items

To... URL
Get Item with basic related data (features, texts, prices, documents) https://api.businesscentral.dynamics.com/v2.0/{{Environment}}/api/pimics/publication/v2.0/companies({{CompanyId}})/items?$expand=features,texts,prices,documents&$top=2&$filter=publicationCode eq '{{PublicationCode}}'
Get all Items that are belongs to a category (not only direct links) https://api.businesscentral.dynamics.com/v2.0/{{Environment}}/api/pimics/publication/v2.0/companies({{CompanyId}})/items?$filter=publicationCode eq '{{PublicationCode}}' and startswith(element,'{{CategoryElement}}')