No products
* Prices may vary depending on your country.
* An additional contribution can be added at the time of payment.
New products
Automatically normalizes thirdparty and contact data: names to uppercase, first names with compound casing, emails to lowercase, phones to international format, etc.
Modify internal references of draft sales/purchase documents and agenda events, with permissions by document type. Sales proposals, customer orders, shipments, receipts, customer invoices and credit notes, supplier price requests, supplier orders, supplier invoices and credit notes.
mp18357d20260323181152
API-only module that adds REST endpoints to retrieve Dolibarr projects filtered by tags (project categories) by tag ID or tag name, and to list available tags with project counts.
|
|
ProjectByTag is an API-only module for Dolibarr that helps you integrate external applications (portals, mobile apps, automations, BI, etc.) with the Projects module by providing a REST API to filter projects by tags/categories.
What you can do
Get projects linked to a tag by tag ID
Get projects linked to a tag by tag name
Use a flexible search endpoint with tagid and/or tagname
List available project tags with project count
Endpoints
GET /api/index.php/projectbytag/bytag/{tagid}
GET /api/index.php/projectbytag/bytagname/{tagname}
GET /api/index.php/projectbytag/search?tagid={id}&tagname={name}
GET /api/index.php/projectbytag/tags
Security & permissions
Native Dolibarr authentication using DOLAPIKEY
Respects Dolibarr standard permissions:
Project read permission: projet->lire
Private projects require: projet->all->lire