Get card location history
| Name | Type | Reference |
|---|---|---|
| card_idrequired | integer | Card ID |
| Name | Value |
|---|---|
| Content-Type | application/json |
| Description | Response type | Example |
|---|---|---|
| Success | Array of objects |
| Name | Type | Description |
|---|---|---|
| id | integer | Movement event id |
| card_id | integer | Card id |
| board_id | integer | Id of board card was moved to |
| column_id | integer | Id of column the card was moved to |
| subcolumn_id | integer | null | Id of subcolumn the card was moved to |
| lane_id | integer | Id of lane the card was moved to |
| sprint_id | integer | null | Sprint id |
| author_id | integer | Id of used that performed the movement/state changing action with card |
| author | object | User who has moved the card, author of the action |
| condition | integer | Condition of the movement event (1 - Active, 2 - Archived, 3 - Deleted) |
| changed | string | Movement or state modification event timestamp |
| Description | Response type | Example |
|---|---|---|
| Invalid token | String |
A schema has not been defined for this response code.
| Description | Response type | Example |
|---|---|---|
| Forbidden | Response body does not exist |
A schema has not been defined for this response code.
Path Parameters
1 curl --request GET \
2 --url 'https://example.kaiten.ru/api/latest/cards/{card_id}/location-history' \
3 --header 'Accept: application/json' \
4 --header 'Content-Type: application/json'
5 Response
ClickTry It!to start a request and see the response here!