View Form MemberAsk AIget https://neon-loyalty-qa.spika.com/loyalty/v1/{space}/forms/{formLookupId}/members/{memberLookupId}Path ParamsspacestringrequiredThe name of the space (database) assigned to you.formLookupIdstringrequiredOne of: The Entity's internal Entity Id The Entity's name The Entity's business Id, prefixed with $ memberLookupIdstringrequiredA unique identifier for the member. This can be any of: memberId. NEON's internal identifier. Case sensitive. bizId. If a business identifier has been assigned to the member. This has to be prefixed with $ to ensure it doesn't clash. Case sensitive. Email address. Note that if email isn't configured to be unique in the system then this could throw an error if more than one member has the same email address Mobile phone number. Must be the full number starting with + and country code. Note that if mobile isn't configured to be unique in the system then this could throw an error if more than one member has the same mobile number Query ParamsdimstringThe Dimensions under which the calling application operates. Format: {dim1}:{value1}[;{dim2}:{value2}[;...]]bypassDimensionGatebooleanIf true, returns resources even if the Entity's Dimension filter doesn't match the passed in Dimensions. Default is false.truefalseincludeUnpublishedbooleanIf true, also exposes Installed but Unpublished entity resources. Default is false.truefalseResponse 200OKUpdated 10 months ago