Template Data
The Template Endpoints offer API Methods for Texts, Forms, Polls, and Votings. These Objects are only partly considered as “Media”, their API Access therefore differ. Especially, there are no listing Methods, it is only possible to request the Data of a single Element, mostly referenced by a Reference Context.
Text Templates
/textbyreference
GET https://api.nexx.cloud/v3.1/templates/textbyreference/:reference
Path Parameters
reference
string
the Reference Code of any Text Template
Form Templates
/formbyid
GET https://api.nexx.cloud/v3.1/templates/formbyid/:formid
Path Parameters
formid
string
the ID of the target Form
/formbyreference
GET https://api.nexx.cloud/v3.1/templates/formbyreference/:reference
Path Parameters
reference
string
the Reference Code of any Form
/formbycodename
GET https://api.nexx.cloud/v3.1/templates/formbycodename/:codename
Path Parameters
codename
string
the Codename of any Form
Poll Templates
/pollbyid
GET https://api.nexx.cloud/v3.1/templates/pollbyid/:pollid
Path Parameters
pollid
string
the ID of the target Poll
/pollbyreference
GET https://api.nexx.cloud/v3.1/templates/pollbyreference/:reference
Path Parameters
reference
string
the Reference Code of any Poll
/pollbycodename
GET https://api.nexx.cloud/v3.1/templates/pollbyreference/:codename
Path Parameters
codename
string
the Codename of any Poll
/openpoll
GET https://api.nexx.cloud/v3.1/templates/openpoll
This Endpoint will simply return the oldest active and valid Poll for the calling Domain.
Voting Templates
/votingbyid
GET https://api.nexx.cloud/v3.1/templates/votingbyid/:votingid
Path Parameters
votingid
string
the ID of the target Voting
/votingbyreference
GET https://api.nexx.cloud/v3.1/templates/votingbyreference/:reference
Path Parameters
reference
string
the Reference Code of any Voting
/votingbycodename
GET https://api.nexx.cloud/v3.1/templates/votingbyreference/:codename
Path Parameters
codename
string
the Codename of any Voting
/openvoting
GET https://api.nexx.cloud/v3.1/templates/openvoting
This Endpoint will simply return the oldest active and valid Voting for the calling Domain.
Last updated
Was this helpful?