Quatrix JavaSctipt APIs
Space shortcuts
Quatrix JavaSctipt APIs QJA
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Returns reset/set password page metadata.

Parameters 

 

Name TypeDescription

id

required

string

reset/set password page id

cb

optional

function

callback function



Example

this.passwordResetMetadata = function(id, cb){
  return _request( {
    method: 'GET',
    url: '/user/reset_password_metadata/'+id,
    callback: cb,
    public: true
  });
};

 

 

  • No labels
Quatrix JavaSctipt APIs QJA