Exist
existExist is a personal analytics app that combines data from various services to help users understand and improve their lives.
Acciones disponibles (7)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get User ProfileEXIST_EXIST_GET_USER_PROFILEAcciónTool to retrieve the authenticated user's profile details and preferences. use after authentication to inspect account settings and status.
EXIST_EXIST_GET_USER_PROFILEAcciónTool to retrieve the authenticated user's profile details and preferences. use after authentication to inspect account settings and status.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Exist OAuth2 AuthorizeEXIST_EXIST_O_AUTH2_AUTHORIZEAcciónTool to initiate the oauth2 authorization flow for user consent. use when you need an authorization code before exchanging for an access token.
EXIST_EXIST_O_AUTH2_AUTHORIZEAcciónTool to initiate the oauth2 authorization flow for user consent. use when you need an authorization code before exchanging for an access token.
Parámetros de entrada
scopestringObligatorioSpace-separated list of scopes to request (e.g., 'manual_read manual_write').
statestringOpaque value to maintain state between request and callback.
client_idstringObligatorioThe client application's ID assigned by Exist.
redirect_uristringObligatorioRedirect URI registered with the OAuth2 client.
response_typestringOAuth2 response type; must always be 'code'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Exist OAuth2 AuthorizeEXIST_EXIST_OAUTH2_AUTHORIZEAcciónTool to initiate the oauth2 authorization flow for user consent. use when you need to obtain an authorization code before exchanging for an access token.
EXIST_EXIST_OAUTH2_AUTHORIZEAcciónTool to initiate the oauth2 authorization flow for user consent. use when you need to obtain an authorization code before exchanging for an access token.
Parámetros de entrada
scopestringObligatorioSpace-separated list of scopes to request
statestringOpaque value to maintain state between request and callback
client_idstringObligatorioThe client application's ID, as assigned by Exist
redirect_uristringObligatorioURI where the user will be redirected after authorization
response_typestringOAuth2 response type; must be 'code'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Attribute TemplatesEXIST_GET_ATTRIBUTE_TEMPLATESAcciónTool to retrieve a paged list of supported attribute templates. use when you need to browse available templates before creating or updating data.
EXIST_GET_ATTRIBUTE_TEMPLATESAcciónTool to retrieve a paged list of supported attribute templates. use when you need to browse available templates before creating or updating data.
Parámetros de entrada
pageintegerPage index, starting at 1
limitintegerNumber of results per page
groupsstring[]Filter by groups, e.g., ['activity','workouts']
include_low_prioritybooleanInclude templates with priority >= 10
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CorrelationsEXIST_GET_CORRELATIONSAcciónTool to retrieve a paginated list of recent correlations. use when exploring relationships between your tracked attributes, optionally filtering by strength or attribute.
EXIST_GET_CORRELATIONSAcciónTool to retrieve a paginated list of recent correlations. use when exploring relationships between your tracked attributes, optionally filtering by strength or attribute.
Parámetros de entrada
pageintegerPage index (default 1)
limitintegerNumber of items per page (max 100)
strongbooleanReturn only correlations above a certain relationship strength
attributestringFilter correlations to this attribute name
confidentbooleanReturn only correlations with five-star confidence
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User AttributesEXIST_GET_USER_ATTRIBUTESAcciónTool to retrieve a paged list of the user's attributes without values. use when you need metadata on available attributes for filtering or selection.
EXIST_GET_USER_ATTRIBUTESAcciónTool to retrieve a paged list of the user's attributes without values. use when you need metadata on available attributes for filtering or selection.
Parámetros de entrada
pageintegerPage index, 1-based. Defaults to 1.
limitintegerNumber of results per page.
ownedbooleanIf true, only attributes owned by this client are returned.
groupsstring[]Filter by attribute groups. Provide a list, e.g. ['activity','workouts'].
manualbooleanIf true, only manual attributes; if false, excludes them.
attributesstring[]Filter by attribute names. Provide a list, e.g. ['sleep_efficiency','steps'].
exclude_custombooleanIf true, only templated attributes are returned.
include_inactivebooleanIf true, includes inactive attributes (active=false).
include_low_prioritybooleanIf true, includes attributes with priority >= 10.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User ProfileEXIST_GET_USER_PROFILEAcciónTool to retrieve the authenticated user's profile details and preferences. use after authentication to inspect account settings and status.
EXIST_GET_USER_PROFILEAcciónTool to retrieve the authenticated user's profile details and preferences. use after authentication to inspect account settings and status.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not