Extusers API Reference
Extusers allows developers to get voting details through the external user id for the voting time and tile id.
Field | Type | Value | POST | PUT | Definition |
---|---|---|---|---|---|
vote_id | integer | | | | unique id for vote |
datetime | string | | | | Voted time |
tile_id | string | | | | Resource id |
This endpoint will return external user interactions details by the id.
https://api.stackla.com/api/extusers/:extuserId/:interactions
Rate limited
Yes
Access scope
User
Name | Mandatory | Request type | Description |
---|---|---|---|
extuserId | Yes | endpoint | |
ID of the external user | | | |
| | interactions | Yes | endpoint |
Type of interaction. Only "votes" is supported at this time
|
Last modified 2mo ago