
Basecamp
Merge interacts with Basecamp API endpoints to access certain information as detailed below.
API Endpoints
POST/buckets/{project_id}/todolists/{todolists_id}/todos.json
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
name
Stringremote_updated_at
DateTime (ISO 8601)remote_id
Stringremote_created_at
DateTime (ISO 8601)collections
Arrayassignees
Arrayticket_url
Stringdescription
Stringstatus
Enumdue_date
DateTime (ISO 8601)GET/projects.json
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
name
Stringremote_id
Stringparent_collection
UUIDdescription
Stringremote_data
ArrayAccess Project information
Project fields
name
Stringremote_data
Arrayremote_id
Stringdescription
StringGET/people.json
Merge interacts with this API endpoint to...
Access User information
User fields
name
Stringavatar
Stringremote_id
Stringremote_data
Arrayemail_address
Stringis_active
BooleanAccess Role information
Role fields
name
StringGET/buckets/{project_id}/recordings/{todo_id}/comments.json
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
html_body
Stringremote_id
Stringbody
Stringremote_created_at
DateTime (ISO 8601)user
UUIDGET/buckets/{project_id}/todosets/{todoset_id}/todolists.json
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
name
Stringremote_data
Arrayremote_id
Stringdescription
String