Skip to content

AdminVassily Kholopov (Admin, Wild Apricot by Personify)

My feedback

6 results found

  1. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    3 comments  ·  Developers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminVassily Kholopov (Admin, Wild Apricot by Personify) commented  · 
    An error occurred while saving the comment
    AdminVassily Kholopov (Admin, Wild Apricot by Personify) commented  · 

    Hello!
    you can edit registration types through API

    https://app.swaggerhub.com/apis/WildApricot/wild-apricot_public_api/9.6.0-oas3.1#/Events.EventRegistrationTypes

    and yes, it is not possible to edit Event Fields. Can you still just prepare and clone events to get a required field set?

  2. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Developers » API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminVassily Kholopov (Admin, Wild Apricot by Personify) commented  · 

    Hello! Thank you for highlighting this!

    Indeed events loading pagination seems to be not optimal and we are going to improve this in about a month.

    Also probably page limits will be revised and there will be different limits for different endpoints.

    However, the general idea behind pagination is to protect our system from making too many unnecessary calls and to encourage API developers to build their own caching, background loading, etc.

  3. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  Developers » API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminVassily Kholopov (Admin, Wild Apricot by Personify) commented  · 

    Hello! I apologize for the temporary delay in processing messages! We hope to correct the situation and respond much more quickly!

  4. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Developers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminVassily Kholopov (Admin, Wild Apricot by Personify) commented  · 

    Hello!
    You request seems to be fine, but there is a small exception for returned fields: Fields with SystemCode like LastUpdated, SystemRulesAndTermsAccepted, FirstName, LastName, Email are always returned back, even if not selected.
    for instance request
    /Contacts?$async=false&$top=20&$select='Custom Field 298'
    will return

    "FieldValues": [
    {
    "FieldName": "Profile last updated",
    "Value": "2020-10-27T21:51:26.173+00:00",
    "SystemCode": "LastUpdated"
    },
    {
    "FieldName": "Terms of use accepted",
    "Value": false,
    "SystemCode": "SystemRulesAndTermsAccepted"
    },
    {
    "FieldName": "First name",
    "Value": "We are located in the his",
    "SystemCode": "FirstName"
    },
    {
    "FieldName": "Last name",
    "Value": " and take a selfie in the",
    "SystemCode": "LastName"
    },
    {
    "FieldName": "e-Mai",
    "Value": "",
    "SystemCode": "Email"
    },
    {
    "FieldName": "Custom Field 298",
    "Value": null,
    "SystemCode": "custom-17305834"
    }
    ],

  5. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  Developers » API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminVassily Kholopov (Admin, Wild Apricot by Personify) commented  · 

    Remove please "application/pdf;base64," from Data field

  6. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    4 comments  ·  Developers » API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminVassily Kholopov (Admin, Wild Apricot by Personify) commented  · 

    Hello!
    the correct date format should include time zone offset.
    try to use
    "StartDate": "2022-10-15 AM -6:00",

Feedback and Knowledge Base