GET v1/{Client}/Matters/{MatterId}/Histories?AgendaNote={AgendaNote}&MinutesNote={MinutesNote}

Gets all Matter History records under a particular Matter.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Client

The code of the Client database to connect to.

string

Required

MatterId

The Id of the Matter.

integer

Required

AgendaNote

An optional parameter that specifies whether the agenda note should be included. Set to 1 to include. 0 by default.

integer

Default value is 0

MinutesNote

An optional parameter that specifies whether the minutes note should be included. Set to 1 to include. 0 by default.

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

Collection of GranicusMatterHistory
NameDescriptionTypeAdditional information
MatterHistoryId

integer

None.

MatterHistoryGuid

string

None.

MatterHistoryLastModifiedUtc

date

None.

MatterHistoryRowVersion

Collection of byte

None.

MatterHistoryEventId

integer

None.

MatterHistoryAgendaSequence

integer

None.

MatterHistoryMinutesSequence

integer

None.

MatterHistoryAgendaNumber

string

None.

MatterHistoryVideo

integer

None.

MatterHistoryVideoIndex

integer

None.

MatterHistoryVersion

string

None.

MatterHistoryAgendaNote

string

None.

MatterHistoryMinutesNote

string

None.

MatterHistoryActionDate

date

None.

MatterHistoryActionId

integer

None.

MatterHistoryActionName

string

None.

MatterHistoryActionText

string

None.

MatterHistoryActionBodyId

integer

None.

MatterHistoryActionBodyName

string

None.

MatterHistoryPassedFlag

integer

None.

MatterHistoryPassedFlagName

string

None.

MatterHistoryRollCallFlag

integer

None.

MatterHistoryFlagExtra

integer

None.

MatterHistoryTally

string

None.

MatterHistoryAccelaRecordId

string

None.

MatterHistoryConsent

integer

None.

MatterHistoryMoverId

integer

None.

MatterHistoryMoverName

string

None.

MatterHistorySeconderId

integer

None.

MatterHistorySeconderName

string

None.

MatterHistoryMatterStatusId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MatterHistoryId": 1,
    "MatterHistoryGuid": "sample string 2",
    "MatterHistoryLastModifiedUtc": "2024-04-25T16:33:23.5118818-04:00",
    "MatterHistoryRowVersion": "QEA=",
    "MatterHistoryEventId": 1,
    "MatterHistoryAgendaSequence": 1,
    "MatterHistoryMinutesSequence": 1,
    "MatterHistoryAgendaNumber": "sample string 4",
    "MatterHistoryVideo": 1,
    "MatterHistoryVideoIndex": 1,
    "MatterHistoryVersion": "sample string 5",
    "MatterHistoryAgendaNote": "sample string 6",
    "MatterHistoryMinutesNote": "sample string 7",
    "MatterHistoryActionDate": "2024-04-25T16:33:23.5118818-04:00",
    "MatterHistoryActionId": 1,
    "MatterHistoryActionName": "sample string 8",
    "MatterHistoryActionText": "sample string 9",
    "MatterHistoryActionBodyId": 1,
    "MatterHistoryActionBodyName": "sample string 10",
    "MatterHistoryPassedFlag": 1,
    "MatterHistoryPassedFlagName": "sample string 11",
    "MatterHistoryRollCallFlag": 1,
    "MatterHistoryFlagExtra": 1,
    "MatterHistoryTally": "sample string 12",
    "MatterHistoryAccelaRecordId": "sample string 13",
    "MatterHistoryConsent": 14,
    "MatterHistoryMoverId": 1,
    "MatterHistoryMoverName": "sample string 15",
    "MatterHistorySeconderId": 1,
    "MatterHistorySeconderName": "sample string 16",
    "MatterHistoryMatterStatusId": 1
  },
  {
    "MatterHistoryId": 1,
    "MatterHistoryGuid": "sample string 2",
    "MatterHistoryLastModifiedUtc": "2024-04-25T16:33:23.5118818-04:00",
    "MatterHistoryRowVersion": "QEA=",
    "MatterHistoryEventId": 1,
    "MatterHistoryAgendaSequence": 1,
    "MatterHistoryMinutesSequence": 1,
    "MatterHistoryAgendaNumber": "sample string 4",
    "MatterHistoryVideo": 1,
    "MatterHistoryVideoIndex": 1,
    "MatterHistoryVersion": "sample string 5",
    "MatterHistoryAgendaNote": "sample string 6",
    "MatterHistoryMinutesNote": "sample string 7",
    "MatterHistoryActionDate": "2024-04-25T16:33:23.5118818-04:00",
    "MatterHistoryActionId": 1,
    "MatterHistoryActionName": "sample string 8",
    "MatterHistoryActionText": "sample string 9",
    "MatterHistoryActionBodyId": 1,
    "MatterHistoryActionBodyName": "sample string 10",
    "MatterHistoryPassedFlag": 1,
    "MatterHistoryPassedFlagName": "sample string 11",
    "MatterHistoryRollCallFlag": 1,
    "MatterHistoryFlagExtra": 1,
    "MatterHistoryTally": "sample string 12",
    "MatterHistoryAccelaRecordId": "sample string 13",
    "MatterHistoryConsent": 14,
    "MatterHistoryMoverId": 1,
    "MatterHistoryMoverName": "sample string 15",
    "MatterHistorySeconderId": 1,
    "MatterHistorySeconderName": "sample string 16",
    "MatterHistoryMatterStatusId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGranicusMatterHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LegistarWebAPI.Models.v1">
  <GranicusMatterHistory>
    <MatterHistoryAccelaRecordId>sample string 13</MatterHistoryAccelaRecordId>
    <MatterHistoryActionBodyId>1</MatterHistoryActionBodyId>
    <MatterHistoryActionBodyName>sample string 10</MatterHistoryActionBodyName>
    <MatterHistoryActionDate>2024-04-25T16:33:23.5118818-04:00</MatterHistoryActionDate>
    <MatterHistoryActionId>1</MatterHistoryActionId>
    <MatterHistoryActionName>sample string 8</MatterHistoryActionName>
    <MatterHistoryActionText>sample string 9</MatterHistoryActionText>
    <MatterHistoryAgendaNote>sample string 6</MatterHistoryAgendaNote>
    <MatterHistoryAgendaNumber>sample string 4</MatterHistoryAgendaNumber>
    <MatterHistoryAgendaSequence>1</MatterHistoryAgendaSequence>
    <MatterHistoryConsent>14</MatterHistoryConsent>
    <MatterHistoryEventId>1</MatterHistoryEventId>
    <MatterHistoryFlagExtra>1</MatterHistoryFlagExtra>
    <MatterHistoryGuid>sample string 2</MatterHistoryGuid>
    <MatterHistoryId>1</MatterHistoryId>
    <MatterHistoryLastModifiedUtc>2024-04-25T16:33:23.5118818-04:00</MatterHistoryLastModifiedUtc>
    <MatterHistoryMatterStatusId>1</MatterHistoryMatterStatusId>
    <MatterHistoryMinutesNote>sample string 7</MatterHistoryMinutesNote>
    <MatterHistoryMinutesSequence>1</MatterHistoryMinutesSequence>
    <MatterHistoryMoverId>1</MatterHistoryMoverId>
    <MatterHistoryMoverName>sample string 15</MatterHistoryMoverName>
    <MatterHistoryPassedFlag>1</MatterHistoryPassedFlag>
    <MatterHistoryPassedFlagName>sample string 11</MatterHistoryPassedFlagName>
    <MatterHistoryRollCallFlag>1</MatterHistoryRollCallFlag>
    <MatterHistoryRowVersion>QEA=</MatterHistoryRowVersion>
    <MatterHistorySeconderId>1</MatterHistorySeconderId>
    <MatterHistorySeconderName>sample string 16</MatterHistorySeconderName>
    <MatterHistoryTally>sample string 12</MatterHistoryTally>
    <MatterHistoryVersion>sample string 5</MatterHistoryVersion>
    <MatterHistoryVideo>1</MatterHistoryVideo>
    <MatterHistoryVideoIndex>1</MatterHistoryVideoIndex>
  </GranicusMatterHistory>
  <GranicusMatterHistory>
    <MatterHistoryAccelaRecordId>sample string 13</MatterHistoryAccelaRecordId>
    <MatterHistoryActionBodyId>1</MatterHistoryActionBodyId>
    <MatterHistoryActionBodyName>sample string 10</MatterHistoryActionBodyName>
    <MatterHistoryActionDate>2024-04-25T16:33:23.5118818-04:00</MatterHistoryActionDate>
    <MatterHistoryActionId>1</MatterHistoryActionId>
    <MatterHistoryActionName>sample string 8</MatterHistoryActionName>
    <MatterHistoryActionText>sample string 9</MatterHistoryActionText>
    <MatterHistoryAgendaNote>sample string 6</MatterHistoryAgendaNote>
    <MatterHistoryAgendaNumber>sample string 4</MatterHistoryAgendaNumber>
    <MatterHistoryAgendaSequence>1</MatterHistoryAgendaSequence>
    <MatterHistoryConsent>14</MatterHistoryConsent>
    <MatterHistoryEventId>1</MatterHistoryEventId>
    <MatterHistoryFlagExtra>1</MatterHistoryFlagExtra>
    <MatterHistoryGuid>sample string 2</MatterHistoryGuid>
    <MatterHistoryId>1</MatterHistoryId>
    <MatterHistoryLastModifiedUtc>2024-04-25T16:33:23.5118818-04:00</MatterHistoryLastModifiedUtc>
    <MatterHistoryMatterStatusId>1</MatterHistoryMatterStatusId>
    <MatterHistoryMinutesNote>sample string 7</MatterHistoryMinutesNote>
    <MatterHistoryMinutesSequence>1</MatterHistoryMinutesSequence>
    <MatterHistoryMoverId>1</MatterHistoryMoverId>
    <MatterHistoryMoverName>sample string 15</MatterHistoryMoverName>
    <MatterHistoryPassedFlag>1</MatterHistoryPassedFlag>
    <MatterHistoryPassedFlagName>sample string 11</MatterHistoryPassedFlagName>
    <MatterHistoryRollCallFlag>1</MatterHistoryRollCallFlag>
    <MatterHistoryRowVersion>QEA=</MatterHistoryRowVersion>
    <MatterHistorySeconderId>1</MatterHistorySeconderId>
    <MatterHistorySeconderName>sample string 16</MatterHistorySeconderName>
    <MatterHistoryTally>sample string 12</MatterHistoryTally>
    <MatterHistoryVersion>sample string 5</MatterHistoryVersion>
    <MatterHistoryVideo>1</MatterHistoryVideo>
    <MatterHistoryVideoIndex>1</MatterHistoryVideoIndex>
  </GranicusMatterHistory>
</ArrayOfGranicusMatterHistory>

text/javascript, application/javascript, application/json-p

Sample:
([{"MatterHistoryId":1,"MatterHistoryGuid":"sample string 2","MatterHistoryLastModifiedUtc":"2024-04-25T16:33:23.5118818-04:00","MatterHistoryRowVersion":"QEA=","MatterHistoryEventId":1,"MatterHistoryAgendaSequence":1,"MatterHistoryMinutesSequence":1,"MatterHistoryAgendaNumber":"sample string 4","MatterHistoryVideo":1,"MatterHistoryVideoIndex":1,"MatterHistoryVersion":"sample string 5","MatterHistoryAgendaNote":"sample string 6","MatterHistoryMinutesNote":"sample string 7","MatterHistoryActionDate":"2024-04-25T16:33:23.5118818-04:00","MatterHistoryActionId":1,"MatterHistoryActionName":"sample string 8","MatterHistoryActionText":"sample string 9","MatterHistoryActionBodyId":1,"MatterHistoryActionBodyName":"sample string 10","MatterHistoryPassedFlag":1,"MatterHistoryPassedFlagName":"sample string 11","MatterHistoryRollCallFlag":1,"MatterHistoryFlagExtra":1,"MatterHistoryTally":"sample string 12","MatterHistoryAccelaRecordId":"sample string 13","MatterHistoryConsent":14,"MatterHistoryMoverId":1,"MatterHistoryMoverName":"sample string 15","MatterHistorySeconderId":1,"MatterHistorySeconderName":"sample string 16","MatterHistoryMatterStatusId":1},{"MatterHistoryId":1,"MatterHistoryGuid":"sample string 2","MatterHistoryLastModifiedUtc":"2024-04-25T16:33:23.5118818-04:00","MatterHistoryRowVersion":"QEA=","MatterHistoryEventId":1,"MatterHistoryAgendaSequence":1,"MatterHistoryMinutesSequence":1,"MatterHistoryAgendaNumber":"sample string 4","MatterHistoryVideo":1,"MatterHistoryVideoIndex":1,"MatterHistoryVersion":"sample string 5","MatterHistoryAgendaNote":"sample string 6","MatterHistoryMinutesNote":"sample string 7","MatterHistoryActionDate":"2024-04-25T16:33:23.5118818-04:00","MatterHistoryActionId":1,"MatterHistoryActionName":"sample string 8","MatterHistoryActionText":"sample string 9","MatterHistoryActionBodyId":1,"MatterHistoryActionBodyName":"sample string 10","MatterHistoryPassedFlag":1,"MatterHistoryPassedFlagName":"sample string 11","MatterHistoryRollCallFlag":1,"MatterHistoryFlagExtra":1,"MatterHistoryTally":"sample string 12","MatterHistoryAccelaRecordId":"sample string 13","MatterHistoryConsent":14,"MatterHistoryMoverId":1,"MatterHistoryMoverName":"sample string 15","MatterHistorySeconderId":1,"MatterHistorySeconderName":"sample string 16","MatterHistoryMatterStatusId":1}]);