Endpoints:
- Get questions
- Get a question
- Create a question
- Update a question
- Pause a question
- Resume a question
- Update notification settings
- Trash a question
GET /questionnaires/2/questions.jsonwill return a paginated list of questions in the questionnaire with ID of2.
[
{
"id": 1069479417,
"status": "active",
"visible_to_clients": false,
"created_at": "2025-12-31T02:10:00.000Z",
"updated_at": "2026-02-12T06:09:49.545Z",
"title": "What did you work on today?",
"inherits_status": true,
"type": "Question",
"url": "https://3.basecampapi.com/195539477/buckets/2085958504/questions/1069479417.json",
"app_url": "https://3.basecamp.com/195539477/buckets/2085958504/questions/1069479417",
"bookmark_url": "https://3.basecampapi.com/195539477/my/bookmarks/BAh7BkkiC19yYWlscwY6BkVUewdJIglkYXRhBjsAVEkiLmdpZDovL2JjMy9SZWNvcmRpbmcvMTA2OTQ3OTQxNz9leHBpcmVzX2luBjsAVEkiCHB1cgY7AFRJIg1yZWFkYWJsZQY7AFQ=--17f918a3dc2d23e366010e5ff9f46d2d5208c9bf.json",
"subscription_url": "https://3.basecampapi.com/195539477/buckets/2085958504/recordings/1069479417/subscription.json",
"parent": {
"id": 1069479397,
"title": "Automatic Check-ins",
"type": "Questionnaire",
"url": "https://3.basecampapi.com/195539477/buckets/2085958504/questionnaires/1069479397.json",
"app_url": "https://3.basecamp.com/195539477/buckets/2085958504/questionnaires/1069479397"
},
"bucket": {
"id": 2085958504,
"name": "The Leto Laptop",
"type": "Project"
},
"creator": {
"id": 1049715913,
"attachable_sgid": "BAh7BkkiC19yYWlscwY6BkVUewdJIglkYXRhBjsAVEkiK2dpZDovL2JjMy9QZXJzb24vMTA0OTcxNTkxMz9leHBpcmVzX2luBjsAVEkiCHB1cgY7AFRJIg9hdHRhY2hhYmxlBjsAVA==--e627c45e6b34e08862da23906862412620e4d5d9",
"name": "Victor Cooper",
"email_address": "victor@honchodesign.com",
"personable_type": "User",
"title": "Chief Strategist",
"bio": "Don’t let your dreams be dreams",
"location": "Chicago, IL",
"created_at": "2026-02-12T06:08:49.342Z",
"updated_at": "2026-02-12T06:08:50.871Z",
"admin": true,
"owner": true,
"client": false,
"employee": true,
"time_zone": "America/Chicago",
"avatar_url": "https://3.basecampapi.com/195539477/people/BAhpBMlkkT4=--5fe7b70fbee7a7f0e2e1e19df7579e5d880c753d/avatar",
"company": {
"id": 1033447817,
"name": "Honcho Design"
},
"can_ping": true,
"can_manage_projects": true,
"can_manage_people": true,
"can_access_timesheet": true,
"can_access_hill_charts": true
},
"paused": false,
"schedule": {
"frequency": "every_day",
"days": [
1,
2,
3,
4,
5
],
"hour": 9,
"minute": 0,
"week_instance": null,
"week_interval": null,
"month_interval": null,
"start_date": "2026-02-12",
"duration": null,
"end_date": null
},
"answers_count": 32,
"answers_url": "https://3.basecampapi.com/195539477/questions/1069479417/answers.json"
}
]curl -s -H "Authorization: Bearer $ACCESS_TOKEN" https://3.basecampapi.com/$ACCOUNT_ID/questionnaires/2/questions.jsonGET /questions/2.jsonwill return the question with an ID of2.
{
"id": 1069479417,
"status": "active",
"visible_to_clients": false,
"created_at": "2025-12-31T02:10:00.000Z",
"updated_at": "2026-02-12T06:09:49.545Z",
"title": "What did you work on today?",
"inherits_status": true,
"type": "Question",
"url": "https://3.basecampapi.com/195539477/buckets/2085958504/questions/1069479417.json",
"app_url": "https://3.basecamp.com/195539477/buckets/2085958504/questions/1069479417",
"bookmark_url": "https://3.basecampapi.com/195539477/my/bookmarks/BAh7BkkiC19yYWlscwY6BkVUewdJIglkYXRhBjsAVEkiLmdpZDovL2JjMy9SZWNvcmRpbmcvMTA2OTQ3OTQxNz9leHBpcmVzX2luBjsAVEkiCHB1cgY7AFRJIg1yZWFkYWJsZQY7AFQ=--17f918a3dc2d23e366010e5ff9f46d2d5208c9bf.json",
"subscription_url": "https://3.basecampapi.com/195539477/buckets/2085958504/recordings/1069479417/subscription.json",
"parent": {
"id": 1069479397,
"title": "Automatic Check-ins",
"type": "Questionnaire",
"url": "https://3.basecampapi.com/195539477/buckets/2085958504/questionnaires/1069479397.json",
"app_url": "https://3.basecamp.com/195539477/buckets/2085958504/questionnaires/1069479397"
},
"bucket": {
"id": 2085958504,
"name": "The Leto Laptop",
"type": "Project"
},
"creator": {
"id": 1049715913,
"attachable_sgid": "BAh7BkkiC19yYWlscwY6BkVUewdJIglkYXRhBjsAVEkiK2dpZDovL2JjMy9QZXJzb24vMTA0OTcxNTkxMz9leHBpcmVzX2luBjsAVEkiCHB1cgY7AFRJIg9hdHRhY2hhYmxlBjsAVA==--e627c45e6b34e08862da23906862412620e4d5d9",
"name": "Victor Cooper",
"email_address": "victor@honchodesign.com",
"personable_type": "User",
"title": "Chief Strategist",
"bio": "Don’t let your dreams be dreams",
"location": "Chicago, IL",
"created_at": "2026-02-12T06:08:49.342Z",
"updated_at": "2026-02-12T06:08:50.871Z",
"admin": true,
"owner": true,
"client": false,
"employee": true,
"time_zone": "America/Chicago",
"avatar_url": "https://3.basecampapi.com/195539477/people/BAhpBMlkkT4=--5fe7b70fbee7a7f0e2e1e19df7579e5d880c753d/avatar",
"company": {
"id": 1033447817,
"name": "Honcho Design"
},
"can_ping": true,
"can_manage_projects": true,
"can_manage_people": true,
"can_access_timesheet": true,
"can_access_hill_charts": true
},
"paused": false,
"schedule": {
"frequency": "every_day",
"days": [
1,
2,
3,
4,
5
],
"hour": 9,
"minute": 0,
"week_instance": null,
"week_interval": null,
"month_interval": null,
"start_date": "2026-02-12",
"duration": null,
"end_date": null
},
"answers_count": 32,
"answers_url": "https://3.basecampapi.com/195539477/questions/1069479417/answers.json"
}curl -s -H "Authorization: Bearer $ACCESS_TOKEN" https://3.basecampapi.com/$ACCOUNT_ID/questions/2.jsonPOST /questionnaires/2/questions.jsoncreates a question under the questionnaire with ID2.
Required parameters:
question[title]- the question to ask.question[schedule]- a hash containing the schedule configuration:frequency- one ofevery_day,every_week,every_other_week,every_month, oron_certain_days.time_of_day- the time to ask, e.g."9:00am".days- an array of day numbers (0=Sunday through 6=Saturday), e.g.["1","2","3","4","5"]for weekdays.
This endpoint will return 201 Created with the current JSON representation of the question if the creation was a success. See the Get a question endpoint for more info on the payload.
{
"question": {
"title": "What did you work on today?",
"schedule": {
"frequency": "every_day",
"time_of_day": "5:00pm",
"days": ["1", "2", "3", "4", "5"]
}
}
}curl -s -H "Authorization: Bearer $ACCESS_TOKEN" -H "Content-Type: application/json" \
-d '{"question":{"title":"What did you work on today?","schedule":{"frequency":"every_day","time_of_day":"5:00pm","days":["1","2","3","4","5"]}}}' \
https://3.basecampapi.com/$ACCOUNT_ID/questionnaires/2/questions.jsonPUT /questions/2.jsonallows changing the question with an ID of2.
This endpoint will return 200 OK with the current JSON representation of the question if the update was a success. See the Get a question endpoint for more info on the payload.
{
"question": {
"title": "What are you working on this week?",
"schedule": {
"frequency": "every_week",
"time_of_day": "9:00am",
"days": ["1"]
}
}
}curl -s -H "Authorization: Bearer $ACCESS_TOKEN" -H "Content-Type: application/json" \
-d '{"question":{"title":"What are you working on this week?","schedule":{"frequency":"every_week","time_of_day":"9:00am","days":["1"]}}}' -X PUT \
https://3.basecampapi.com/$ACCOUNT_ID/questions/2.jsonPOST /questions/2/pause.jsonpauses the question with an ID of2.
Returns 200 OK with {"paused": true}.
curl -s -H "Authorization: Bearer $ACCESS_TOKEN" -X POST \
https://3.basecampapi.com/$ACCOUNT_ID/questions/2/pause.jsonDELETE /questions/2/pause.jsonresumes the question with an ID of2.
Returns 200 OK with {"paused": false}.
curl -s -H "Authorization: Bearer $ACCESS_TOKEN" -X DELETE \
https://3.basecampapi.com/$ACCOUNT_ID/questions/2/pause.jsonPUT /questions/2/notification_settings.jsontoggles notification settings for the question with an ID of2.
Optional parameters:
responding- boolean, whether the authenticated user is responding to this question.subscribed- boolean, whether the authenticated user is subscribed to notifications for this question.
Returns 200 OK with {"responding": true/false, "subscribed": true/false}.
{
"responding": true,
"subscribed": false
}curl -s -H "Authorization: Bearer $ACCESS_TOKEN" -H "Content-Type: application/json" \
-d '{"responding":true,"subscribed":false}' -X PUT \
https://3.basecampapi.com/$ACCOUNT_ID/questions/2/notification_settings.jsonThe following project-scoped routes are still supported and will remain available, but flat routes above are the canonical form for new integrations.
GET /buckets/1/questionnaires/2/questions.json→ Get questionsGET /buckets/1/questions/2.json→ Get a questionPOST /buckets/1/questionnaires/2/questions.json→ Create a questionPUT /buckets/1/questions/2.json→ Update a questionPOST /buckets/1/questions/2/pause.json→ Pause a questionDELETE /buckets/1/questions/2/pause.json→ Resume a questionPUT /buckets/1/questions/2/notification_settings.json→ Update notification settings