← Tools Reference

OneDesk

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

API key4 toolshttps://app.onedesk.com
GET
onedesk_get_organization_profile
Get the OneDesk organization profile and policy for the connected API key.

/rest/public/organization/profileAndPolicy

POST
onedesk_filter_projects
Filter OneDesk projects and return matching project external IDs.

/rest/public/projects/filter

5 parameters
ParamTypeRequiredDescription
propertiesarrayoptionalThe OneDesk property filters to apply.
customFieldsarrayoptionalThe OneDesk custom field filters to apply.
isAscbooleanoptionalWhether OneDesk should return results in ascending creation order. Defaults to …
limitintegeroptionalThe maximum number of external IDs to return. OneDesk allows up to 200 on exter…
offsetintegeroptionalThe zero-based result offset to start from.
GET
onedesk_get_project
Get OneDesk project details by external ID or numeric ID.

//rest/public/projects/{input}

1 parameter
ParamTypeRequiredDescription
inputstringrequiredPath parameter: input
GET
onedesk_get_item
Get OneDesk work item details by external ID or numeric ID.

//rest/public/items/{input}

1 parameter
ParamTypeRequiredDescription
inputstringrequiredPath parameter: input