Method | Description | |
---|---|---|
apply ( $id ) : mixed | Returns the changes the macro would make to a ticket. | |
applyToTicket ( $id, $ticketId ) : stdClass | Returns the full ticket object as it would be after applying the macro to the ticket. | |
findAllActive ( array $params = [] ) : stdClass | Lists all active shared and personal macros available to the current user |
Method | Description | |
---|---|---|
setUpRoutes ( ) | Declares routes to be used by this resource. |
public applyToTicket ( $id, $ticketId ) : stdClass | ||
$id | ||
$ticketId | ||
return | stdClass | | null |
public findAllActive ( array $params = [] ) : stdClass | ||
$params | array | |
return | stdClass | | null |
protected setUpRoutes ( ) |