Extusers API

Extusers

Extusers allows developers to get voting details through the external user id for the voting time and tile id.

Properties

FieldTypeValuePOSTPUTDefinition

vote_id

integer

-

X

X

unique id for vote

datetime

string

-

X

X

Voted time

tile_id

string

-

X

X

Resource id

Back to Top

GET extusers/:extuserId/:interations

This endpoint will return external user interactions details by the id.

Resource URL

https://api.stackla.com/api/extusers/:extuserId/:interactions

Resource Details

Rate limited: Yes

Access scope: User

Request Parameters

NameMandatoryRequest typeDescription

extuserId

Yes

endpoint

ID of the external user

interactions

Yes

endpoint

Type of interaction. Only "votes" is supported at this time

Back to Top