LoginRadius v1.0.0 LoginRadius.CustomObjectManagement View Source
Elixir wrapper for the LoginRadius Custom Object Management API module.
Link to this section Summary
Functions
POST - Create Custom Object by Access Token: Writes data to a custom object for a specified account by access token. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/create-custom-object-by-token
POST - Create Custom Object by UID: Writes data to a custom object for a specified account by uid. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/create-custom-object-by-uid
DELETE - Custom Object Delete by ObjectRecordId and Access Token: Deletes Custom Object data from a specified account by object name, id, and access token. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-delete-by-objectrecordid-and-token
DELETE - Custom Object Delete by ObjectRecordId and UID: Deletes Custom Object data from a specified account by object name, id, and account uid. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-delete-by-objectrecordid-and-uid
GET - Custom Object by Access Token: Retrieves Custom Object data for a specified account by object name and access token. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-by-token
GET - Custom Object by ObjectRecordId and Access Token: Retrieves Custom Object data for a specified account by object name, id, and access token. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-by-objectrecordid-and-token
GET - Custom Object by ObjectRecordId and UID: Retrieves Custom Object data for a specified account by object name, id, and account uid. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-by-objectrecordid-and-uid
GET - Custom Object by UID: Retrieves Custom Object data for a specified account by object name and account uid. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-by-uid
PUT - Custom Object Update by ObjectRecordId and Access Token: Updates Custom Object data for a specified account by object name, id, and access token. If updatetype = replace, object will be replaced with new object. If updatetype = partialreplace, new object will be upserted(merged). https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-update-by-objectrecordid-and-token
PUT - Custom Object Update by ObjectRecordId and UID: Updates Custom Object data for a specified account by object name, id, and account uid. If updatetype = replace, object will be replaced with new object. If updatetype = partialreplace, new object will be upserted(merged). https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-update-by-objectrecordid-and-uid
Link to this section Functions
create_by_access_token(String.t(), String.t(), map()) :: LoginRadius.response()
POST - Create Custom Object by Access Token: Writes data to a custom object for a specified account by access token. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/create-custom-object-by-token
create_by_uid(String.t(), String.t(), map()) :: LoginRadius.response()
POST - Create Custom Object by UID: Writes data to a custom object for a specified account by uid. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/create-custom-object-by-uid
delete_by_objectrecordid_and_access_token(String.t(), String.t(), String.t()) :: LoginRadius.response()
DELETE - Custom Object Delete by ObjectRecordId and Access Token: Deletes Custom Object data from a specified account by object name, id, and access token. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-delete-by-objectrecordid-and-token
delete_by_objectrecordid_and_uid(String.t(), String.t(), String.t()) :: LoginRadius.response()
DELETE - Custom Object Delete by ObjectRecordId and UID: Deletes Custom Object data from a specified account by object name, id, and account uid. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-delete-by-objectrecordid-and-uid
get_by_access_token(String.t(), String.t()) :: LoginRadius.response()
GET - Custom Object by Access Token: Retrieves Custom Object data for a specified account by object name and access token. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-by-token
get_by_objectrecordid_and_access_token(String.t(), String.t(), String.t()) :: LoginRadius.response()
GET - Custom Object by ObjectRecordId and Access Token: Retrieves Custom Object data for a specified account by object name, id, and access token. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-by-objectrecordid-and-token
get_by_objectrecordid_and_uid(String.t(), String.t(), String.t()) :: LoginRadius.response()
GET - Custom Object by ObjectRecordId and UID: Retrieves Custom Object data for a specified account by object name, id, and account uid. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-by-objectrecordid-and-uid
get_by_uid(String.t(), String.t()) :: LoginRadius.response()
GET - Custom Object by UID: Retrieves Custom Object data for a specified account by object name and account uid. https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-by-uid
PUT - Custom Object Update by ObjectRecordId and Access Token: Updates Custom Object data for a specified account by object name, id, and access token. If updatetype = replace, object will be replaced with new object. If updatetype = partialreplace, new object will be upserted(merged). https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-update-by-objectrecordid-and-token
PUT - Custom Object Update by ObjectRecordId and UID: Updates Custom Object data for a specified account by object name, id, and account uid. If updatetype = replace, object will be replaced with new object. If updatetype = partialreplace, new object will be upserted(merged). https://docs.loginradius.com/api/v2/customer-identity-api/custom-object/custom-object-update-by-objectrecordid-and-uid