
Basecamp
Merge interacts with Basecamp API endpoints to access certain information as detailed below.
API Endpoints
GET/buckets/{project_id}/recordings/{todo_id}/comments.json
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
html_body
Stringremote_id
Stringuser
UUIDbody
Stringremote_created_at
DateTime (ISO 8601)POST/buckets/{project_id}/todolists/{todolists_id}/todos.json
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
remote_updated_at
DateTime (ISO 8601)name
Stringcollections
Arraydescription
Stringassignees
Arraydue_date
DateTime (ISO 8601)remote_id
Stringticket_url
Stringstatus
Enumremote_created_at
DateTime (ISO 8601)GET/projects.json
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
name
Stringdescription
Stringremote_id
Stringremote_data
Arrayparent_collection
UUIDAccess Project information
Project fields
description
Stringname
Stringremote_data
Arrayremote_id
StringGET/people.json
Merge interacts with this API endpoint to...
Access User information
User fields
name
Stringremote_id
Stringremote_data
Arrayemail_address
Stringis_active
Booleanavatar
StringAccess Role information
Role fields
name
StringGET/buckets/{project_id}/todosets/{todoset_id}/todolists.json
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
description
Stringname
Stringremote_data
Arrayremote_id
String