Apache James · Example Payload

Webadmin Rest Api Task Example

EmailIMAPJavaJMAPMail ServerOpen SourceSMTP

Webadmin Rest Api Task Example is an example object payload from Apache James, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

taskIdtypestatussubmitDatestartedDatecompletedDate

Example Payload

Raw ↑
{
  "taskId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "type": "reindexing",
  "status": "completed",
  "submitDate": "2025-03-15T14:30:00Z",
  "startedDate": "2025-03-15T14:30:01Z",
  "completedDate": "2025-03-15T14:30:05Z"
}