21 December 2014
getscriptpermissionrequests (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getscriptpermissionrequests |
Description | The getscriptpermissionrequests command can be used to retrieve a CSV list of pending script permission requests. |
Permissions | interact |
Parameters | group , password |
Last Changes | Release 7.34 - added. |
The getscriptpermissionrequests
command can be used to retrieve a CSV list of pending script permission requests.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getscriptpermissionrequests | group , password | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ // get all pending script permission requests "command", "getscriptpermissionrequests", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "callback", wasURLEscape(URL) ] ) ); |
The CSV list of returned script permission requests contains, in order:
Some of the returned parameters in the CSV list are the ones needed by the replytoscriptpermissionrequest command in order to reply to the script permission request.