← All integrations

ProjectManager

ProjectManager integration (Productivity). Imported from open-connector.

API key3 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
projectmanager_list_projects
Query ProjectManager projects with optional OData parameters.

/api/data/projects

5 parameters
ParamTypeRequiredDescription
topintegeroptionalThe number of records to return.
skipintegeroptionalThe number of records to skip before returning records.
filterstringoptionalThe OData filter expression to apply.
orderbystringoptionalThe OData order expression to apply.
expandstringoptionalThe related data to include in the response.
GET
projectmanager_get_project
Retrieve a ProjectManager project by its unique identifier.

/api/data/projects/{projectId}

1 parameter
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Project to retrieve.
GET
projectmanager_list_tasks
Query ProjectManager tasks with optional OData parameters.

/api/data/tasks

5 parameters
ParamTypeRequiredDescription
topintegeroptionalThe number of records to return.
skipintegeroptionalThe number of records to skip before returning records.
filterstringoptionalThe OData filter expression to apply.
orderbystringoptionalThe OData order expression to apply.
expandstringoptionalThe related data to include in the response.
Request private-beta access