
Basecamp
Merge interacts with Basecamp API endpoints to access certain information as detailed below.
API Endpoints
GET/projects.json
Merge interacts with this API endpoint to...
Access Project information
Project fields
remote_id
Stringdescription
Stringname
Stringremote_data
ArrayAccess Collection information
Collection fields
remote_id
Stringdescription
Stringname
Stringremote_data
Arrayparent_collection
UUIDGET/buckets/{project_id}/todosets/{todoset_id}/todolists.json
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
remote_id
Stringdescription
Stringname
Stringremote_data
ArrayGET/people.json
Merge interacts with this API endpoint to...
Access User information
User fields
remote_id
Stringavatar
Stringemail_address
Stringname
Stringis_active
Booleanremote_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
remote_id
Stringticket_url
Stringdescription
Stringassignees
Arrayname
Stringremote_updated_at
DateTime (ISO 8601)due_date
DateTime (ISO 8601)status
Enumremote_created_at
DateTime (ISO 8601)collections
ArrayGET/buckets/{project_id}/recordings/{todo_id}/comments.json
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
remote_id
Stringhtml_body
Stringuser
UUIDremote_created_at
DateTime (ISO 8601)body
String