Authorized operation result.
application/json
{
"$ref": "#/components/schemas/CanonicalListProceduralRequestsPreviewResponse",
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/CanonicalProceduralRequestList",
"type": "object",
"properties": {
"requests": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CanonicalHostedThread",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"category": {
"type": "string"
},
"visibility": {
"type": "string"
},
"status": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"updatedAt": {
"type": "string"
},
"closedAt": {
"type": "string"
},
"canReply": {
"type": "boolean"
},
"proceduralRequest": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"kind": {
"type": "string"
},
"requestedRelief": {
"type": "string"
},
"status": {
"type": "string"
},
"responseDueAt": {
"type": "string"
},
"canRule": {
"type": "boolean"
}
}
},
"messages": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CanonicalHostedMessage",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"sender": {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"role": {
"type": "string"
},
"side": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
},
"onBehalfOfParty": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
},
"representative": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
}
},
"required": [
"displayName"
]
}
},
"required": [
"label",
"role"
]
},
"body": {
"type": "string"
},
"createdAt": {
"type": "string"
}
},
"required": [
"id",
"sender",
"body",
"createdAt"
]
}
}
},
"required": [
"id",
"category",
"visibility",
"status",
"createdAt",
"updatedAt",
"canReply",
"messages"
]
}
}
},
"required": [
"requests"
]
},
"requestId": {
"type": "string"
}
},
"required": [
"data",
"requestId"
],
"x-code-source": "lib/proceeding/messages.ts"
}