NAiOS IconNAiOS Logo
Volver al catálogo

Exist

exist

Exist is a personal analytics app that combines data from various services to help users understand and improve their lives.

Acciones
7
Triggers
0
Autenticación
OAuth gestionado
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Exist OAuth2 AuthorizeEXIST_EXIST_O_AUTH2_AUTHORIZEAcción

Tool 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

  • scopestringObligatorio

    Space-separated list of scopes to request (e.g., 'manual_read manual_write').

  • statestring

    Opaque value to maintain state between request and callback.

  • client_idstringObligatorio

    The client application's ID assigned by Exist.

  • redirect_uristringObligatorio

    Redirect URI registered with the OAuth2 client.

  • response_typestring

    OAuth2 response type; must always be 'code'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Exist OAuth2 AuthorizeEXIST_EXIST_OAUTH2_AUTHORIZEAcción

Tool 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

  • scopestringObligatorio

    Space-separated list of scopes to request

  • statestring

    Opaque value to maintain state between request and callback

  • client_idstringObligatorio

    The client application's ID, as assigned by Exist

  • redirect_uristringObligatorio

    URI where the user will be redirected after authorization

  • response_typestring

    OAuth2 response type; must be 'code'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Attribute TemplatesEXIST_GET_ATTRIBUTE_TEMPLATESAcción

Tool 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

  • pageinteger

    Page index, starting at 1

  • limitinteger

    Number of results per page

  • groupsstring[]

    Filter by groups, e.g., ['activity','workouts']

  • include_low_priorityboolean

    Include templates with priority >= 10

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CorrelationsEXIST_GET_CORRELATIONSAcción

Tool 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

  • pageinteger

    Page index (default 1)

  • limitinteger

    Number of items per page (max 100)

  • strongboolean

    Return only correlations above a certain relationship strength

  • attributestring

    Filter correlations to this attribute name

  • confidentboolean

    Return only correlations with five-star confidence

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User AttributesEXIST_GET_USER_ATTRIBUTESAcción

Tool 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

  • pageinteger

    Page index, 1-based. Defaults to 1.

  • limitinteger

    Number of results per page.

  • ownedboolean

    If true, only attributes owned by this client are returned.

  • groupsstring[]

    Filter by attribute groups. Provide a list, e.g. ['activity','workouts'].

  • manualboolean

    If true, only manual attributes; if false, excludes them.

  • attributesstring[]

    Filter by attribute names. Provide a list, e.g. ['sleep_efficiency','steps'].

  • exclude_customboolean

    If true, only templated attributes are returned.

  • include_inactiveboolean

    If true, includes inactive attributes (active=false).

  • include_low_priorityboolean

    If true, includes attributes with priority >= 10.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User ProfileEXIST_GET_USER_PROFILEAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not