Parse.Cloud. BeforeFindRequest

Properties
NameTypeDescription
installationIdString

If set, the installationId triggering the request.

masterBoolean

If true, means the master key was used.

userParse.User

If set, the user that made the request.

queryParse.Query

The query triggering the hook.

ipString

The IP address of the client making the request.

headersObject

The original HTTP headers for the request.

triggerNameString

The name of the trigger (beforeSave, afterSave, ...)

logObject

The current logger inside Parse Server.

isGetBoolean

wether the query a get or a find