Forum Activity for @amartins

amartins
@amartins
02/01/18 03:00:54PM
48 posts

Request - Audio url


Proxima

amartins:
····
I will try replace profile_url by _profile_id...

It worked as expected and didn't need the audio_title_url parameter, so the URL can be built like this:
http_protocol/domain/_profile_id/tracks/_item_id.

Thanks for your time!
amartins
@amartins
02/01/18 02:52:18PM
48 posts

Request - Audio url


Proxima

@nate Yes we are using Proxima bridge on the API request we get a bunch of data but missing the 'profile_url'.

The URL format seems to be 'https://my.domain.com/profile_url/tracks/_item_id/audio_title_url', I can have all parameters except the profile_url...

I will try replace profile_url by _profile_id...
amartins
@amartins
08/19/17 06:33:36AM
48 posts

Proxima Bridge Query with OR


Proxima

Thanks Michael.
amartins
@amartins
08/18/17 07:56:09AM
48 posts

Proxima Bridge Query with OR


Proxima

Hello!
I am trying to perform a search in a collection with OR, but I don't know how to do it or if it is possible.
First I'll explain what I need to achieve. I have a tri-state variable with possible values being disabled, enabled and always. When this var state is enabled I need to check a valid timestamp of another variable. For this purpose let's define var1 the tri-state and var2 the timestamp. I need a list of valid items as followed:
items = (var1 == always || (var1 == enabled && var2 >= currDate)), where currentDate is a timestamp.
Using search operation with Proxima bridge the only way I can see to achieve this is by performing two requests:
···/search?search1=var1 eq enabled
then
···/search?search1=var1 eq enabled&search2=var2 gte 1503068018

Is there a way to perform this in a single request?

updated by @amartins: 12/09/17 08:57:45AM
amartins
@amartins
05/06/17 07:51:57AM
48 posts

Proxima User With Profile Name


Proxima

Now it is working fine. Thanks for you attention and kind help.
Best wishes!
amartins
@amartins
05/05/17 12:53:00AM
48 posts

Proxima User With Profile Name


Proxima

Thanks Michael and Brian!
Brian: "Michael is correct - with Proxima the user name will be used as the profile name. "
- This is what we need! But what's happening is that when creating a user with Proxima the profile name is set as the user ID instead of user name, for example, I created a user name amartins but the profile name became 109.
updated by @amartins: 05/05/17 12:56:38AM
amartins
@amartins
05/04/17 03:42:33PM
48 posts

Proxima User With Profile Name


Proxima

Hello.
I am trying to set user profile name over Proxima when creating a new user, but I can't find a way. Is there any built in function that can do that?
Thanks
updated by @amartins: 08/04/17 10:52:49PM
amartins
@amartins
09/25/16 11:18:53AM
48 posts

Bridge Search & Pagination


Proxima

Hi Brian!
The 'simplepagebreak' is all that I needed... Works fine.

Thanks!
amartins
@amartins
09/25/16 08:27:14AM
48 posts

Bridge Search & Pagination


Proxima

Hi Brian thanks.
Yes 500 or more results it's a lot of data to get at once! So that's why I am using pagination method to get 20 results per page.

What I mean is that If I have 500 records and if I get 20 results/page, it should me return 25 pages. I can only get the first 100 results in 5 pages containing 20 results each.

So if I set limit to 500 it should override the default value, does it make sense?

Thanks!
amartins
@amartins
09/24/16 04:49:49PM
48 posts

Bridge Search & Pagination


Proxima

Hi Brian.
Thanks it is much better, pagination is working but:
- still have to append '&limit=maxItems'
- I have 500 items but max is 100 no matter what number greater than 100 I put in limit.

Can this be fixed or changed?

Thanks for you attention!
updated by @amartins: 09/24/16 04:50:10PM
  2