Skip to main content

Basic fields

IDTitleCreated dateStatusDue dateAssigned owner

Extended detail fields

Returned when you ask about specifics, or say "give me full details".

Stakeholder typeDetailed requirementsOther requirementsCompliance actionsPowerInterestConnected improvementsLinked tasks

Example queries

"List all our stakeholders"
"Which stakeholders have the highest power and interest levels?"
"What are the requirements for our regulatory stakeholders?"
"Show me outstanding compliance actions for our stakeholders"
"Which stakeholders are assigned to (user)?"
"Give me full details on all our stakeholders"

Advanced

Response schema
[
{
"id": "<integer>",
"created": "<datetime string>",
"title": "<string>",
"description": "<string | null>",
"due_date": "<date string | null>",
"status": {
"name": "<string>",
"type": "<string>"
},
"assigned_member": "<object | null>",
"detailed_data": [
{"title": "Stakeholder type", "value": "<string>", "tag": "interestedparty-template-requirements-type"},
{"title": "Stakeholder's detailed requirements", "value": "<string>", "tag": "interestedparty-template-requirements-block"},
{"title": "Other requirements", "value": "<string>", "tag": "interestedparty-template-requirements-text"},
{"title": "Compliance actions", "value": "<string>", "tag": "interestedparty-template-requirements-text2"},
{"title": "Power", "value": "<string>", "tag": "interestedparty-template-level-power"},
{"title": "Interest", "value": "<string>", "tag": "interestedparty-template-level-interest"},
{"title": "Connected improvements", "value": "<string>", "tag": "interestedparty-template-actions-blockimprovements"},
{"title": "Linked tasks", "value": "<string>", "tag": "interestedparty-template-actions-blocktasks"}
]
}
]