Endpoints:
GET /buckets/1/questions/2/answers.json
will return a paginated list of answers in the project with an ID of1
and the question with ID of2
.
[
{
"id": 1069479547,
"status": "active",
"visible_to_clients": false,
"created_at": "2022-11-22T12:05:58.169Z",
"updated_at": "2022-11-22T12:05:58.169Z",
"title": "Answer to “What did you work on today?”",
"inherits_status": true,
"type": "Question::Answer",
"url": "https://3.basecampapi.com/195539477/buckets/2085958499/question_answers/1069479547.json",
"app_url": "https://3.basecamp.com/195539477/buckets/2085958499/question_answers/1069479547",
"bookmark_url": "https://3.basecampapi.com/195539477/my/bookmarks/BAh7CEkiCGdpZAY6BkVUSSIuZ2lkOi8vYmMzL1JlY29yZGluZy8xMDY5NDc5NTQ3P2V4cGlyZXNfaW4GOwBUSSIMcHVycG9zZQY7AFRJIg1yZWFkYWJsZQY7AFRJIg9leHBpcmVzX2F0BjsAVDA=--d845e9d18c423a5f3d1d84039d37c670ba8b0066.json",
"subscription_url": "https://3.basecampapi.com/195539477/buckets/2085958499/recordings/1069479547/subscription.json",
"comments_count": 0,
"comments_url": "https://3.basecampapi.com/195539477/buckets/2085958499/recordings/1069479547/comments.json",
"parent": {
"id": 1069479362,
"title": "What did you work on today?",
"type": "Question",
"url": "https://3.basecampapi.com/195539477/buckets/2085958499/questions/1069479362.json",
"app_url": "https://3.basecamp.com/195539477/buckets/2085958499/questions/1069479362"
},
"bucket": {
"id": 2085958499,
"name": "The Leto Laptop",
"type": "Project"
},
"creator": {
"id": 1049715915,
"attachable_sgid": "BAh7CEkiCGdpZAY6BkVUSSIrZ2lkOi8vYmMzL1BlcnNvbi8xMDQ5NzE1OTE1P2V4cGlyZXNfaW4GOwBUSSIMcHVycG9zZQY7AFRJIg9hdHRhY2hhYmxlBjsAVEkiD2V4cGlyZXNfYXQGOwBUMA==--aeb392ebf54ffd820e45f27add22bae3a8c7da56",
"name": "Annie Bryan",
"email_address": "[email protected]",
"personable_type": "User",
"title": "Central Markets Manager",
"bio": "To open a store is easy, to keep it open is an art",
"location": null,
"created_at": "2022-11-22T08:23:21.911Z",
"updated_at": "2022-11-22T08:23:21.911Z",
"admin": false,
"owner": false,
"client": false,
"employee": true,
"time_zone": "America/Chicago",
"avatar_url": "https://3.basecamp-static.com/195539477/people/BAhpBMtkkT4=--9927c47a4cbee30a7f9aea667882496aba799149/avatar?v=1",
"company": {
"id": 1033447817,
"name": "Honcho Design"
},
"can_manage_projects": true,
"can_manage_people": true
},
"content": "<div>Last week or so was tough, but I think we're back on track. The next design presentation is coming up and we're in good shape.</div>",
"group_on": "2022-11-22"
}
]
curl -s -H "Authorization: Bearer $ACCESS_TOKEN" https://3.basecampapi.com/$ACCOUNT_ID/buckets/1/questions/2/answers.json
GET /buckets/1/question_answers/2.json
will return the answer with an ID of2
in the project with an ID of1
.
{
"id": 1069479547,
"status": "active",
"visible_to_clients": false,
"created_at": "2022-11-22T12:05:58.169Z",
"updated_at": "2022-11-22T12:05:58.169Z",
"title": "Answer to “What did you work on today?”",
"inherits_status": true,
"type": "Question::Answer",
"url": "https://3.basecampapi.com/195539477/buckets/2085958499/question_answers/1069479547.json",
"app_url": "https://3.basecamp.com/195539477/buckets/2085958499/question_answers/1069479547",
"bookmark_url": "https://3.basecampapi.com/195539477/my/bookmarks/BAh7CEkiCGdpZAY6BkVUSSIuZ2lkOi8vYmMzL1JlY29yZGluZy8xMDY5NDc5NTQ3P2V4cGlyZXNfaW4GOwBUSSIMcHVycG9zZQY7AFRJIg1yZWFkYWJsZQY7AFRJIg9leHBpcmVzX2F0BjsAVDA=--d845e9d18c423a5f3d1d84039d37c670ba8b0066.json",
"subscription_url": "https://3.basecampapi.com/195539477/buckets/2085958499/recordings/1069479547/subscription.json",
"comments_count": 0,
"comments_url": "https://3.basecampapi.com/195539477/buckets/2085958499/recordings/1069479547/comments.json",
"parent": {
"id": 1069479362,
"title": "What did you work on today?",
"type": "Question",
"url": "https://3.basecampapi.com/195539477/buckets/2085958499/questions/1069479362.json",
"app_url": "https://3.basecamp.com/195539477/buckets/2085958499/questions/1069479362"
},
"bucket": {
"id": 2085958499,
"name": "The Leto Laptop",
"type": "Project"
},
"creator": {
"id": 1049715915,
"attachable_sgid": "BAh7CEkiCGdpZAY6BkVUSSIrZ2lkOi8vYmMzL1BlcnNvbi8xMDQ5NzE1OTE1P2V4cGlyZXNfaW4GOwBUSSIMcHVycG9zZQY7AFRJIg9hdHRhY2hhYmxlBjsAVEkiD2V4cGlyZXNfYXQGOwBUMA==--aeb392ebf54ffd820e45f27add22bae3a8c7da56",
"name": "Annie Bryan",
"email_address": "[email protected]",
"personable_type": "User",
"title": "Central Markets Manager",
"bio": "To open a store is easy, to keep it open is an art",
"location": null,
"created_at": "2022-11-22T08:23:21.911Z",
"updated_at": "2022-11-22T08:23:21.911Z",
"admin": false,
"owner": false,
"client": false,
"employee": true,
"time_zone": "America/Chicago",
"avatar_url": "https://3.basecamp-static.com/195539477/people/BAhpBMtkkT4=--9927c47a4cbee30a7f9aea667882496aba799149/avatar?v=1",
"company": {
"id": 1033447817,
"name": "Honcho Design"
},
"can_manage_projects": true,
"can_manage_people": true
},
"content": "<div>Last week or so was tough, but I think we're back on track. The next design presentation is coming up and we're in good shape.</div>",
"group_on": "2022-11-22"
}
curl -s -H "Authorization: Bearer $ACCESS_TOKEN" https://3.basecampapi.com/$ACCOUNT_ID/buckets/1/question_answers/2.json