This should be updated in the API wiki. It specifically states that any parameter for the print command will be ignored.
And can someone explain the (“=detail=”,true)? What character is sent as that last character if ‘true’ is a boolean value, like in Java (the language, not the country)? I presume it is a zero character sent. True?
print and getall in API is the same command. Thus print returns all the values in API, so, =detail= flag have no meaning.
EDIT: again, please see all possible information about API implementation you are going to use. It is essential, to see subtle differences, when and what parameters should be set.
For example Java implementation i am using takes full API sentence and then alters it and sends it to router, so i do not have to think, what and where should be set. Whilst a lot of implementations requires user to specify, with true/false that this is the end of API sentence.