Support Forum
#supportforum Any doubts or questions on how to use Decidim? Check them with the Community!
API: help or examples
Hello,
I know about the api documentation at /api/docs and have been trying out various queries. It would however be helpful if there were query examples available somewhere. Are there resources anyone can point me too?
Specifically I'm looking for examples that would help me to set up a query whereby:
- I can list the assemblies a user is a member of
- I can list a summary of the content of an assembly (the proposals, meetings, meeting reports, ...)
Thanks for pointing me in the right direction,
Kris
List of Endorsements
Report inappropriate content
Is this content inappropriate?
Comment details
You are seeing a single comment
View all comments
Take also into account that not everything is possible and the API is not completed yet, there are missing areas. Specially user-related things may not be available due privacy concerns.
Some examples:
list assemblies:
{
assemblies {
id
title {
translations {
locale
text
}
}
}
}
Loading comments ...