Documentation for using the OSSN API's GET method to check and retrieve the voting status for a specific user on a given poll component within the platform.
Endpoint
Method:
Parameter:
| Parameter name | Required | Type | Explain |
|---|---|---|---|
| api_key_token | Yes | string | Your API key |
| guid | Yes | integer | Poll guid |
| uguid | Yes | integer | Loggedin user Guid |
Example Response
{
"merchant": "Premium Social Network",
"url": "http:\/\/local.openteknik.com\/",
"time_token": 1714315370,
"payload": {
"voted": "no"
},
"code": "100",
"message": "Request successfully executed"
}