get https://app.asana.com/api/1.0/project_briefs/
Get the full record for a project brief.
Responses
Get the full record for a project brief.
xxxxxxxxxx
curl --request GET \
--url https://app.asana.com/api/1.0/project_briefs/project_brief_gid \
--header 'accept: application/json'
xxxxxxxxxx
15{
"data": {
"gid": "12345",
"resource_type": "project_brief",
"title": "Stuff to buy — Project Brief",
"html_text": "<body>This is a <strong>project brief</strong>.</body>",
"text": "This is a project brief.",
"permalink_url": "https://app.asana.com/0/11111111/22222222",
"project": {
"gid": "12345",
"resource_type": "project",
"name": "Stuff to buy"
}
}
}