Skip to main content

Get List of Tag History

Retrieves a list of tags assigned to an entity based on the TagEntityTypeId and a list of one or more TagEntityIds. The output includes each tag's details.

Query String Parameters

NameTypeDescriptionRequired
ActionStringTagHistoryRequired
TagEntityTypeIdIntThe ID representing the type of entity whose tag history is being requested. Optional
TagEntityIdsIntA comma-separated list of entity IDs whose tag history you want to retrieve.Optional
ChangeReturnBoolWhen set to 1 (true), returns an empty list if no tags are found instead of an error message. The default is 0 (false).Optional

Response Codes

CodeMessageInformation
0Response DataSee 'Response' example tab
2Missing Parameter or Invalid Format - TagEntityTypeIdInteger value is invalid or was not specified (when required)
2Invalid TagEntityTypeIdInteger value is invalid or was not specified (when required)
2Missing Parameter - TagEntityIdsInteger value is invalid or was not specified (when required)
2Invalid Format - TagEntityIdsInteger value is invalid or was not specified (when required)
2No Tag History FoundNo data returned or set-up in BigChange when using `ChangeReturn=0`

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=taghistory