pmgsh get tracker mail detail

works here - however you need to provide the same starttime and endtime parameter as you did for listing:
Code:
pmgsh get /nodes/pmg/tracker/TXXXXXDXXXLXXXXXXXX -starttime 0  -endtime $(date +%s)

I can recommend watching the network tab of your browser's development tools when doing these operation in the GUI - this usually helps
 
works here - however you need to provide the same starttime and endtime parameter as you did for listing:
Code:
pmgsh get /nodes/pmg/tracker/TXXXXXDXXXLXXXXXXXX -starttime 0  -endtime $(date +%s)

I can recommend watching the network tab of your browser's development tools when doing these operation in the GUI - this usually helps
That's working. Thank you very much.
I don't provide start and end time at the first place cause the manual said it just the option not require.
 
I don't provide start and end time at the first place cause the manual said it just the option not require.
Yes it's optional - but the defaults are also written there:
Code:
Only consider entries older than 'endtime' (unix epoch). This is set to '<start> + 1day' by default.
and the same for starttime