Skip to main content
Retrieves objects from an entity’s profile.

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFDataGetObjectsRequest* Populated request object. async   XAsyncBlock*
Inout
XAsyncBlock for the async operation.

Return value

Type: HRESULT Result code for this API operation.

Remarks

This API is available on all platforms. Gets JSON objects from an entity profile and returns it. See also ObjectSetObjectsAsync. When the asynchronous task is complete, call PFDataGetObjectsGetResultSize and PFDataGetObjectsGetResult to get the result.

Requirements

Header: PFData.h

See also

PFData members
Last modified on August 3, 2026