ProjectManager integration (Productivity). Imported from open-connector.
https://api.projectmanager.com/api/data/projects
| Param | Type | Required | Description |
|---|---|---|---|
| top | integer | optional | The number of records to return. |
| skip | integer | optional | The number of records to skip before returning records. |
| filter | string | optional | The OData filter expression to apply. |
| orderby | string | optional | The OData order expression to apply. |
| expand | string | optional | The related data to include in the response. |
/api/data/projects/{projectId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Project to retrieve. |
/api/data/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| top | integer | optional | The number of records to return. |
| skip | integer | optional | The number of records to skip before returning records. |
| filter | string | optional | The OData filter expression to apply. |
| orderby | string | optional | The OData order expression to apply. |
| expand | string | optional | The related data to include in the response. |