ActHistory

xmlapi/acthistory.xml
jsonapi/acthistory.json

Parameter

Type

Description

[IN]

Parameters described in Overview

NotesID

Integer

[IN]

Activity key

Response

XML

[OUT]

An XML tree containing activity history for a specified activity.

Description

The ActHistory call retrieves a list of activity history records for a single activity record.

Parameters

NotesID – The activity record primary key to query all history records.

Return Values

Response – XML or JSON containing the list of activity history records.

The structure of the response is:

<ActHistory TotalRows=nnn TotalPages=nnn MorePages=True/False>
	<ActHistoryRecord uuid={`{UUID of record}`}>
		<NotesHistoryID>		Numeric Primary key
		<NotesID>		Numeric key of related activity record
		<Date-Created>		YYYY-MM-DDT00:00:00Z
		<Time-Created>		0000-00-00THH:MM:SS
		<CreatedByName>		Name of the person who created the history record
		<History-Detail>		Text of detail field
		<Comment>		Text of comment field