latestOpenAPI 3.1.02026-08-211061591.1 MB

69a962f1578f

Ids

Id Mappings

Translates IDs from v1 to v2 or vice versa.

IDs are not unique across object types, hence the need to specify the object type.

When V1 ids are provided, the function will return the corresponding V2 ids, if they exist, and vice versa.

When no objects are found, an empty list is returned.

get/api/v1/id_mappings/{obj_name}/{obj_ids}

Path parameters

obj_name'sections' | 'tasks' | 'comments' | 'reminders' | 'location_reminders' | 'projects' required

Object type for the IDs to translate.

Example:tasks
obj_idsstring required

A comma-separated list of IDs

Example:6VfWjjjFg2xqX6Pa

Response

Successful Response

old_idstring required
new_idstring required