ai.aient.problem.reopened
Generated from @aient/events. Do not edit this page by hand.
A previously closed problem was reopened.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Webhook schema for ai.aient.problem.reopened
Generated from @aient/events. Do not edit this page by hand.
A previously closed problem was reopened.
| Field | Value |
|---|---|
| Visibility | Tenant-selectable public event |
| Topic | v1.events.problems |
| Bounded context | problem |
| Source | https://aient.ai/api/organisations/{organisationId} |
| Subject | problems/{problemId} |
| Schema ID | sch_01KSGHAFQVD8J2J96VH1WG9R54 |
| Immutable schema | https://registry.aient.ai/schemas/sch_01KSGHAFQVD8J2J96VH1WG9R54.json |
| Version alias | https://registry.aient.ai/events/ai.aient.problem.reopened/v1.json |
| Field | Required | Type | Enum |
|---|---|---|---|
organisationId | yes | string | - |
previousStatus | no | string | - |
problemId | yes | string | - |
{
"data": {
"organisationId": "11111111-1111-4111-8111-111111111111",
"previousStatus": "example",
"problemId": "problem_example"
},
"datacontenttype": "application/json",
"dataschema": "https://registry.aient.ai/schemas/sch_01KSGHAFQVD8J2J96VH1WG9R54.json",
"id": "evt_01J8X7AKZP4N6QHF2T1Y3R5VAA",
"organisationid": "11111111-1111-4111-8111-111111111111",
"source": "https://aient.ai/api/organisations/11111111-1111-4111-8111-111111111111",
"specversion": "1.0",
"subject": "problems/problem_example",
"time": "2026-04-25T12:00:00.000Z",
"type": "ai.aient.problem.reopened"
}
Was this page helpful?