Migliore API per tutti i primi post in una categoria

We want to get all of the first posts in a category (which we are using as wikis but not actually wikis).

Preferably, we’d like to avoid having to do one request per topic/post.

The best way have so far is using search to get topics, and then get the topics one by one and take the first post out of the stream.

Web hooks will be a good option in the future but we’d like to start with PULL.

thanks!

1 Mi Piace

Bumping this to see if anyone had an idea?

I’m not aware of a bulk way of getting the first replies to many topics. Iterating through each topic and grabbing the first post is probably the best option.

Yes, webhooks really are a good option here and you can trigger off the “Post Event”.

But this would trigger for EVERY post event and you’d just have to ignore all the posts that aren’t the first reply on a topic.

2 Mi Piace

Could you write a data-explorer query that returns the data that you want, and then execute that query via the API?

2 Mi Piace

@blake

image

I don’t suppose the topic event would include changes to the OP?

1 Mi Piace

It should trigger for changes. The description for it says:

When there is a new topic, revised, changed, or deleted.

Yes, that is great option! :slight_smile:

Ciao a tutti,

Sto sviluppando un’applicazione mobile che si integra con la nostra istanza Discourse self-hosted. Ho bisogno di recuperare tutti i primi post degli argomenti all’interno di una categoria specifica, simile al caso d’uso discusso qui.

Mentre l’approccio attuale prevede il recupero degli argomenti e quindi il recupero individuale di ciascun primo post, sto cercando un metodo più efficiente adatto alle applicazioni mobili. Idealmente, questo ridurrebbe al minimo il numero di chiamate API per risparmiare larghezza di banda e migliorare le prestazioni.

Qualcuno ha implementato una soluzione simile o può offrire indicazioni sul modo più efficiente per raggiungere questo obiettivo? Qualsiasi intuizione o suggerimento sarebbe molto apprezzato!

1 Mi Piace

Penso che il percorso della query di esplorazione dati menzionato sopra varrebbe la pena di essere provato. In questo modo potresti effettuare una richiesta per categoria.