Parse.Cloud. AfterFindRequest

Properties
NameTypeDescription
installationIdString

If set, the installationId triggering the request.

masterBoolean

If true, means the master key or the read-only master key was used.

isReadOnlyBoolean

If true, means the read-only master key was used. This is a subset of master, so master will also be true. Use master && !isReadOnly to check for full master key access.

userParse.User

If set, the user that made the request.

queryParse.Query

The query triggering the hook.

resultsArray.<Parse.Object>

The results the query yielded.

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.

configObject

The Parse Server config.