Skip to main content
Altcraft Docs LogoAltcraft Docs Logo
User guideDeveloper guideAdmin guide
Company siteHelp center
English
  • Русский
  • English
v72
  • v74
  • v73
  • v72
Login
  • User API documentation
  • API interaction
  • Matching
  • Profiles
    • Import profile
    • Update profile
    • Import multiple profiles
    • Update multiple profiles
    • Add multiple profiles
    • Add profile to database
    • Quick profile import
    • Import profile to RabbitMQ
    • Get profile data
    • Uploading profiles to a file
    • Suspend all database profiles
    • Unsuspend all profiles in a database
    • Delete profile
    • Subscription fields functional update
    • Database fields functional update
    • Merging multiple profiles
    • Unsubscribe profile from resource
    • Profile splitting
    • Subscriptions
    • Action history
    • Profile relations
      • Attach relation
      • Detach relation
      • Modify relation properties
      • Overwrite relation properties
      • Get profile relations info
      • Get profile relations info
    • Get data for multiple profiles
  • Databases
  • Resources
  • Segments
  • Static segments
  • Suppression lists
  • Templates and fragments
  • Campaigns
  • Automation scenarios
  • Promo codes
  • Goals
  • Application push notifications
  • Market
  • Analytic reports
  • SendersDevv71
  • External datatables queries
  • Objects
  • Miscellaneous
  • Importing the API collection in Postman
  • List of API endpoints
  • SDK
This is documentation for Altcraft Platform v72. This documentation is no longer maintained.
The information for up-to-date platform version at this page is available (v74).
  • Profiles
  • Profile relations
  • Get profile relations info
Documentation for version v72

Get profile relations info

Description​

Get information about a Database A profile's relations (initiated by Database B profiles) and their properties.

URL​

Method: POST.

https://example.com/api/v1.1/relations/get_counter

Request parameters​

ParameterTypeExampleRequiredDescription
tokenstring"abcdefghijklmnqrstuvwxyz"YesAPI token
rel_idint3YesRelation ID
Profile matching mode
matchingstring"email"
"email_profile"
"phone"
"profile_id"
"custom"
No, if matched by email from profile or subscriptionsProfile matching mode
By default - email
emailstring"john@example.com""matching":"email" - both profile data and subscriptions
"matching":"email_profile" - profile data only
Email address
phonestring"+79000000000""matching":"phone"Phone number
profile_idstring"abcdefghijklmnqrstuvwxyz""matching":"profile_id"Profile ID
field_namestring"CRM_ID""matching":"custom"Custom profile data field name
field_valueint/string"123420""matching":"custom"

Custom profile data field value.

Searching by combination of tags is available for tag type profile fields. Values are recorded as a string: "tag-1, tag-2".

resource_idint24NoResource ID for email and phone matching

Request example​

  • JSON
  • XML
{
"token": "abcdefghijklmnqrstuvwxyz",
"rel_id": 3,
"profile_id": "5d63dbdb439e7306b596c5d0"
}
<xml>
<token>abcdefghijklmnqrstuvwxyz</token>
<rel_id>3</rel_id>
<profile_id>5d63dbdb439e7306b596c5d0</profile_id>
</xml>

Response example​

  • JSON
  • XML
{
"data": {
"profile_id": "669e6968ebf4ac52b623a997",
"profile_xxh": "5af1023c84f66195",
"props": {}
},
"error": 0,
"error_text": "Successful operation"
}
<xml>
<data>
<profile_id>669e6968ebf4ac52b623a997</profile_id>
<profile_xxh>5af1023c84f66195</profile_xxh>
<props/>
</data>
<error>0</error>
<error_text>Successful operation</error_text>
</xml>

Response parameters​

ParameterTypeDescription
errorintError code
error_textstringError text
dataobjectProfile relations info
data.profile_idstringProfile identifier
data.profile_xxhstringHashed profile ID
data.propsobjectRelation properties

Relation properties: numeric {#Getprofilerelationsinfo-Relationproperties:numeric}​

ParameterTypeDescription
topobjectProperty top records
sumint/floatSum total of property values
Last updated on Apr 22, 2023
Previous
Overwrite relation properties
Next
Get profile relations info
  • Description
  • URL
  • Request parameters
  • Request example
  • Response example
  • Response parameters
  • Relation properties: numeric {#Getprofilerelationsinfo-Relationproperties}
© 2015 - 2025 Altcraft, LLC. All rights reserved.