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".

TypeAdditional infoConfidential info flagData classification

Example queries

"List all our assets"
"Which assets contain confidential information?"
"Show me all assets grouped by type"
"What assets are assigned to (user)?"
"Which assets have a restricted data classification?"
"Give me full details on all our assets"

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": "Type", "value": "<string>", "tag": "otherasset-template-type-block"},
{"title": "Additional info", "value": "<string>", "tag": "otherasset-template-type-text"},
{"title": "Contains confidential information?", "value": "<string>", "tag": "otherasset-template-class-yesno"},
{"title": "Data classification", "value": "<string>", "tag": "otherasset-template-class-block"}
]
}
]