# Votes

## Vote object

Vote have the following fields

| Field                                         | Details                                            |
| --------------------------------------------- | -------------------------------------------------- |
| <p><strong>idx</strong><br>string</p>         | A unique identifier for the vote                   |
| <p><strong>created\_at</strong><br>string</p> | The date time the vote was created in UTC timezone |
| <p><strong>voter</strong><br>object</p>       | The user this vote is associated with              |
| <p><strong>idea</strong><br>object</p>        | The idea this vote is associated with              |

## Endpoints

You can use the following endpoints to manage Votes

{% openapi src="<https://554427104-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIpllvC2FiBlBNS7dyV5t%2Fuploads%2Fgit-blob-64202a3bb52b0f4222cc12c523ef1b72c1c7bd71%2Fvotes.yaml?alt=media>" path="/votes" method="get" %}
[votes.yaml](https://554427104-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIpllvC2FiBlBNS7dyV5t%2Fuploads%2Fgit-blob-64202a3bb52b0f4222cc12c523ef1b72c1c7bd71%2Fvotes.yaml?alt=media)
{% endopenapi %}

{% openapi src="<https://554427104-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIpllvC2FiBlBNS7dyV5t%2Fuploads%2Fgit-blob-64202a3bb52b0f4222cc12c523ef1b72c1c7bd71%2Fvotes.yaml?alt=media>" path="/votes" method="post" %}
[votes.yaml](https://554427104-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIpllvC2FiBlBNS7dyV5t%2Fuploads%2Fgit-blob-64202a3bb52b0f4222cc12c523ef1b72c1c7bd71%2Fvotes.yaml?alt=media)
{% endopenapi %}

{% openapi src="<https://554427104-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIpllvC2FiBlBNS7dyV5t%2Fuploads%2Fgit-blob-64202a3bb52b0f4222cc12c523ef1b72c1c7bd71%2Fvotes.yaml?alt=media>" path="/votes" method="delete" %}
[votes.yaml](https://554427104-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIpllvC2FiBlBNS7dyV5t%2Fuploads%2Fgit-blob-64202a3bb52b0f4222cc12c523ef1b72c1c7bd71%2Fvotes.yaml?alt=media)
{% endopenapi %}
