
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
remote_created_at
DateTime (ISO 8601)user
UUIDremote_id
Stringhtml_body
Stringbody
StringGET/projects.json
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
description
Stringremote_id
Stringparent_collection
UUIDname
Stringremote_data
ArrayAccess Project information
Project fields
remote_data
Arrayname
Stringremote_id
Stringdescription
StringGET/people.json
Merge interacts with this API endpoint to...
Access User information
User fields
is_active
Booleanavatar
Stringremote_id
Stringname
Stringemail_address
Stringremote_data
ArrayAccess Role information
Role fields
name
StringPOST/buckets/{project_id}/todolists/{todolists_id}/todos.json
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
collections
Arrayremote_created_at
DateTime (ISO 8601)remote_updated_at
DateTime (ISO 8601)description
Stringremote_id
Stringassignees
Arrayname
Stringdue_date
DateTime (ISO 8601)ticket_url
Stringstatus
EnumGET/buckets/{project_id}/todosets/{todoset_id}/todolists.json
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
remote_data
Arrayname
Stringremote_id
Stringdescription
String