List license requests
License Requests
List License Requests
Licence applications and renewals Turris is running for you
GET
List license requests
Returns the licence requests raised for your entities and producers: new applications and renewals, with their current status.
Each row names the entity or producer it is for through
entityType and entityId, so one list covers both.
This surface is read-only. Requests are raised and progressed in the Turris agency application; there is no endpoint here that starts, pays for or submits one.
Query Parameters
1-based page number
Required range:
x >= 1Example:
1
Page size (max 100)
Required range:
1 <= x <= 100Example:
50
Narrow the results to a single entity in your organization. Defaults to your whole subtree (your entity plus every branch beneath it). Returns 404 if the id is not in your subtree.
Example:
"6610b3d2c2e0a51b8c0d1f02"
Request status
Available options:
pending, submitting, submitted, completed, failed, submission failed, rejected, canceled, archived Example:
"submitted"
What the request is for
Available options:
new, renewal, loa change, address change Example:
"renewal"
Whether the applicant is an agency entity or a producer
Available options:
entity, producer Example:
"producer"