Using 5pm API, you can access and manage groups, projects, tasks, activity and users in 5pm.
To access and manage your 5pm account using 5pm API you must build your client application that connects to one or more of the provided web services.
The core messaging technology of 5pm is SOAP (Simple Object Access Protocol).
The 5pm API is composed of the following web services:
AuthenticationService – lets authenticate for services and get session id – persistent key (ttl – 30 min) that will authenticate each your request without sending user/password each time.
ProjectsService – allows you to create, list, modify and remove projects;
ProjectsGroupsService – allows you to create, list, modify and remove projects groups;
TasksService – create, list, modify and remove tasks
ActivityService – create, list, modify and remove activity (messages, progress notes)
UsersService – lets you to create, list, modify and remove 5pm users