A collection of task purposes that help categorize your tasks.
createdAt | string <date-time>
The date and time the task purpose was created. |
name | string <= 255 characters
The purpose’s name (e.g. "Initial Contact"). |
order | integer
The purpose’s display order within the collection. |
taskType | string <= 255 characters
The purpose’s task type (e.g. "Meeting in Person"). |
updatedAt | string <date-time>
The date and time the task purpose was last updated. |
{- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "order": 0,
- "taskType": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}
(user (data (object) or links (object))) The creator of the task purpose. Relationship creator cannot be used as a filter. | |
Array of links (object) (task) The tasks made with this purpose. Relationship tasks cannot be used as a filter. |
{- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "tasks": [
- {
- "links": {
- "related": "task"
}
}
]
}
METADATA NAME | DESCRIPTION | QUERY PARAM |
---|---|---|
canWrite | A boolean value indicating whether the current API user has write access to this resource. | provideAuthorizationMeta |
canDelete | A boolean value indicating whether the current API user has delete access to this resource. | provideAuthorizationMeta |
{- "data": [
- {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "order": 0,
- "taskType": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "tasks": [
- {
- "links": {
- "related": "task"
}
}
]
}, - "type": "string"
}
]
}
object |
Created
JSON error message
{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "order": 0,
- "taskType": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "tasks": [
- {
- "links": {
- "related": "task"
}
}
]
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "order": 0,
- "taskType": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "tasks": [
- {
- "links": {
- "related": "task"
}
}
]
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "order": 0,
- "taskType": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "tasks": [
- {
- "links": {
- "related": "task"
}
}
]
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "order": 0,
- "taskType": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "tasks": [
- {
- "links": {
- "related": "task"
}
}
]
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "order": 0,
- "taskType": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "tasks": [
- {
- "links": {
- "related": "task"
}
}
]
}, - "type": "string"
}
}