Box · Schema

Task assignment

A task assignment defines which task is assigned to which user to complete.

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing

Properties

Name Type Description
id string The unique identifier for this task assignment
type string `task_assignment`
item object
assigned_to object
message string A message that will is included with the task assignment. This is visible to the assigned user in the web and mobile UI.
completed_at string The date at which this task assignment was completed. This will be `null` if the task is not completed yet.
assigned_at string The date at which this task was assigned to the user.
reminded_at string The date at which the assigned user was reminded of this task assignment.
resolution_state string The current state of the assignment. The available states depend on the `action` value of the task object.
assigned_by object
View JSON Schema on GitHub

JSON Schema

box-taskassignment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaskAssignment",
  "title": "Task assignment",
  "type": "object",
  "x-box-resource-id": "task_assignment",
  "x-box-tag": "task_assignments",
  "description": "A task assignment defines which task is assigned to which user to complete.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier for this task assignment",
      "example": "11446498"
    },
    "type": {
      "type": "string",
      "description": "`task_assignment`",
      "example": "task_assignment",
      "enum": [
        "task_assignment"
      ]
    },
    "item": {
      "allOf": [
        {
          "$ref": "#/components/schemas/File--Mini"
        },
        {
          "description": "The file that the task has been assigned to."
        }
      ]
    },
    "assigned_to": {
      "allOf": [
        {
          "$ref": "#/components/schemas/User--Mini"
        },
        {
          "description": "The user that the task has been assigned to."
        }
      ]
    },
    "message": {
      "type": "string",
      "example": "Please review",
      "description": "A message that will is included with the task\nassignment. This is visible to the assigned user in the web and mobile\nUI."
    },
    "completed_at": {
      "type": "string",
      "format": "date-time",
      "description": "The date at which this task assignment was\ncompleted. This will be `null` if the task is not completed yet.",
      "example": "2012-12-12T10:53:43-08:00"
    },
    "assigned_at": {
      "type": "string",
      "format": "date-time",
      "description": "The date at which this task was assigned to the user.",
      "example": "2012-12-12T10:53:43-08:00"
    },
    "reminded_at": {
      "type": "string",
      "format": "date-time",
      "description": "The date at which the assigned user was reminded of this task\nassignment.",
      "example": "2012-12-12T10:53:43-08:00"
    },
    "resolution_state": {
      "type": "string",
      "description": "The current state of the assignment. The available states depend on\nthe `action` value of the task object.",
      "example": "incomplete",
      "enum": [
        "completed",
        "incomplete",
        "approved",
        "rejected"
      ]
    },
    "assigned_by": {
      "allOf": [
        {
          "$ref": "#/components/schemas/User--Mini"
        },
        {
          "description": "The user who assigned this task."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/box-taskassignment"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.