GET Endpoints: endpoint per estrarre i dati da Beesbusy
- GET /task/ – Elenca le attività
- GET /task/{id}/ – Recupera un'attività
- GET /task-comment/ – Elenca i commenti delle attività
- GET /task-comment/{id}/ – Recupera un commento all'attività
- GET /tasklist/ – Elenca le liste di attività
- GET /tasklist/{id}/ – Recupera un elenco di attività
- GET /project/ – Elenca i progetti
- GET /project/{id}/ – Recupera un progetto
- GET /timelog/ – Elenca i timelog
- GET /timelog/{id}/ – Recupera un registro temporale
- GET /member/ – Elenca i membri
- GET /member/{id}/ – Recupera un membro
- GET /custom-field/ – Elenca i campi personalizzati
- GET /custom-field/{id}/ – Recupera un campo personalizzato
- GET /label/ – Elenca le etichette
- GET /label/{id}/ – Recupera un'etichetta
- GET /thirdparty/ – Elenca terze parti
- GET /thirdparty/{id}/ – Recupera una terza parte
- GET /thirdparty-contact/ – Elenca i contatti di terze parti
- GET /thirdparty-contact/{id}/ – Recupera un contatto di terze parti
- GET /thirdparty-type/ – Elenca i tipi di terze parti
- GET /thirdparty-type/{id}/ – Recupera un tipo di terze parti
Endpoint POST: endpoint per creare dati in Beesbusy
- POST /task/ – Crea un'attività
- POST /task-comment/ – Crea un commento all'attività
- POST /tasklist/ – Crea un elenco di attività
- POST /project/ – Crea un progetto
- POST /task-attachment/ – Aggiungi un allegato all'attività
- POST /task-custom-value/ – Crea un valore personalizzato (attività)
- POST /task-member/ – Assegna un membro a un'attività
- POST /project-member/ – Aggiungi un membro del progetto
- POST /project-custom-value/ – Crea un valore personalizzato (progetto)
- POST /timelog-custom-value/ – Crea un valore personalizzato (timelog)
- POST /thirdparty/ – Crea una terza parte
- POST /thirdparty-contact/ – Crea un contatto di terze parti
- POST /thirdparty-type/ – Crea un tipo di terze parti
- POST /label/ – Crea un'etichetta
- POST /member/ – Crea un membro
PATCH Endpoints: endpoint per modificare i dati in Beesbusy
- PATCH /task-custom-value/{id}/ – Aggiorna un valore personalizzato (attività)
- PATCH /project-custom-value/{id}/ – Aggiorna un valore personalizzato (progetto)
- PATCH /timelog-custom-value/{id}/ – Aggiorna un valore personalizzato (timelog)
- PATCH /thirdparty/{id}/ – Aggiorna una terza parte
- PATCH /thirdparty-contact/{id}/ – Aggiorna un contatto di terze parti
- PATCH /thirdparty-type/{id}/ – Aggiorna un tipo di terze parti
Per saperne di più
Per saperne di più, la documentazione completa è disponibile qui: https://public-api.beesbusy.com/redoc/
Una raccolta Postman per testare l'API è disponibile qui: https://www.postman.com/beesbusy/beesbusy/collection/40096316-487dc55d-ee4c-42ba-845b-a2dc75143cd4