A descriptor of the point in the process, used for categorizing Prospects.
color | string <= 255 characters The color the stage label will be highlighted in the interface, specified as a hexidecimal value (e.g. "#5951ff"). |
createdAt | string <date-time>
The date and time the stage was created. |
name | string <= 255 characters
The name of the stage (e.g. "Qualified Lead"). |
order | integer
The stage's display order within the collection. |
updatedAt | string <date-time>
The date and time the stage was last updated. |
{- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "order": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}
(user (data (object) or links (object))) The creator of the stage. Relationship creator cannot be used as a filter. | |
Array of links (object) (prospect) The prospects associated to the stage. You can use only the attribute id to filter stages by prospects (e.g. filter[prospects][id]=X). | |
(user (data (object) or links (object))) The most recent updater of the stage. Relationship updater cannot be used as a filter. |
{- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "prospects": [
- {
- "links": {
- "related": "prospect"
}
}
], - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}
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 |
dataConnections | The set of connections a given Stage has to external sources. | provideDataConnections |
{- "data": [
- {
- "attributes": {
- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "order": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "prospects": [
- {
- "links": {
- "related": "prospect"
}
}
], - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
]
}
object |
Created
JSON error message
{- "data": {
- "attributes": {
- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "order": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "prospects": [
- {
- "links": {
- "related": "prospect"
}
}
], - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "order": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "prospects": [
- {
- "links": {
- "related": "prospect"
}
}
], - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "order": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "prospects": [
- {
- "links": {
- "related": "prospect"
}
}
], - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "order": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "prospects": [
- {
- "links": {
- "related": "prospect"
}
}
], - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "order": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "prospects": [
- {
- "links": {
- "related": "prospect"
}
}
], - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}