resource_history_tracking_mgr_list_many
Back to SOAP Architecture Method Reference
Description
The resource_history_tracking_mgr_list_many method lists the log entries for the desired resources. The valid resources for this operation are limited to those which have a log tab:
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
ids | A comma-delimited list of the unique ID#s of the display units, display types or campaigns you want to list. | String | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | O |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The ID# of the log entry. | bstypes:ResourceId | R |
active | Indicates whether or not the resource is in an active state. | Boolean | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | R |
target_resource_id | The unique ID# of your target resource. | bstypes:ResourceId | R |
changed_by_user_id | The user ID# associated with the log entry. | bstypes:ResourceId | R |
change_type | The change type of the log entry:
|
bstypes:ResourceHistoryTrackingChangeType | R |
not_modified_since | The last time the target resource was modified as of the time of this log entry. | bstypes:SimpleDateTime | R |
log_entry | The note entered alongside the log entry. | String | R |
log_timestamp | The timestamp at which the log entry was created. | bstypes:SimpleDateTime | R |
ack | The acknowledgement status of the log entry. | Boolean | R |
ack_by_user_id | The user ID# who acknowledged the log entry. | bstypes:ResourceId | R |
ack_timestamp | The timestamp at which the log entry was acknowledged. | bstypes:SimpleDateTime | R |