Skip to content

Returns immutable history for one Board Item responsibility.

GET
/api/workspace/boards/{boardId}/items/{resourceObjectId}/responsibilities/{responsibilityKey}/history
curl --request GET \
--url 'https://example.com/api/workspace/boards/example/items/example/responsibilities/example/history?pageSize=50'
  • None
boardId
required
string
resourceObjectId
required
string
responsibilityKey
required
string
cursor
string
pageSize
integer format: int32
default: 50
access_token
string

Optional access token for clients that cannot set Authorization headers. Prefer Authorization: Bearer <token> when possible.

OK

Media typeapplication/json
object
Data

Returns responsibility history.

object
Resource

Identifies one runtime resource.

object
ResourceModule
string
nullable
ResourceKind
string
nullable
ContextResourceId
string
nullable
ResourceObjectId
string
nullable
ResponsibilityKey
string
nullable
Changes
Array<object>
nullable

Describes one responsibility assignment history item.

object
ChangeSetId
string
nullable
ChangedAt
string format: date-time
ActorUserId
string
nullable
Reason
string
nullable
Before
Array<object>
nullable

Describes one assigned responsibility subject.

object
SubjectType
string
nullable
SubjectId
string
nullable
EffectiveFrom
string format: date-time
EffectiveTo
string format: date-time
nullable
After
Array<object>
nullable

Describes one assigned responsibility subject.

object
SubjectType
string
nullable
SubjectId
string
nullable
EffectiveFrom
string format: date-time
EffectiveTo
string format: date-time
nullable
NextCursor
string
nullable
SubjectDisplays

Server-resolved subject display names keyed by SubjectType:SubjectId.

object
key
additional properties
string
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}