Function: infoboard
Result: the list of elements
Announcements
Access level: admin
- id — Id
- name — Name
- schedule — Schedule
- orderpriority — Sort
- status — Status
Edit the selected announcement
Function: infoboard.edit
Access level: admin
The function is simultaneously used to view object's parameters, to change an object, and create new one.
View object's parameters:
- Parameters:
- elid — unique identifier (id element of infoboard function)
- Result: object parameters list
Create an object:
- Parameters:
- sok — the parameter must not be empty, generally "ok".
- additional query parameters ...
- Result: successful operation or error message
Change an object:
- Parameters:
- sok — the parameter must not be empty, generally "ok".
- elid — unique identifier (id element of infoboard function)
- additional query parameters ...
- Result: successful operation or error message
The list object's parameters or additional query parameters (see above):
- name — Name. Enter a name for this payment method
- blocking — . (Optional parameter. To enable the option click "on".) This announcement will block access to the Support department. Clients won't be able to submit a new ticket or add new posts to existing tickets
- orderpriority — Sort. Set priority to show announcements
- timezone — Time zone. Select a time zone
- start_date — Start date . Date in the format YYYY-MM-DD
- start_time — Start time . Time in the format HH:MM
- end_date — Estimated time of completion . Date in the format YYYY-MM-DD
- end_time — Estimated time of completion . Time in the format HH:MM
- subject — Heading. Notification heading that will be displayed in the banner
- message — Message. Enter the text of the announcement that will be shown when clicking the "More info" button. You can use the macros:
%USER% — User full name
%SERVICE% — client's services space separated
Name
Function: infoboard.condition
Result: the list of elements
Rules
Access level: admin
- id — Id
- condition — Condition
Edit the selected rule
Function: infoboard.condition.edit
Access level: admin
The function is simultaneously used to view object's parameters, to change an object, and create new one.
View object's parameters:
- Parameters:
- plid — parent list unique identifier (id element of infoboard function).
- elid — unique identifier (id element of infoboard.condition function)
- Result: object parameters list
Create an object:
Parameters:
- sok — the parameter must not be empty, generally "ok".
- plid — parent list unique identifier (id element of infoboard function).
- additional query parameters ...
- Result: successful operation or error message
Change an object:
- Parameters:
- sok — the parameter must not be empty, generally "ok".
- plid — parent list unique identifier (id element of infoboard function).
- elid — unique identifier (id element of infoboard.condition function)
- additional query parameters ...
- Result: successfull operation or error message
The list object's parameters or additional query parameters (see above):
- type — Type. Condition type
Delete
Function: infoboard.condition.delete
Delete
Access level: admin
Parameters:
- elid — one or more object's unique identifiers comma-delimited with space ", ". The unique identifiers is the id element of infoboard.condition function.
Result: successful operation or error message
Delete
Function: infoboard.delete
Delete
Access level: admin
Parameters:
- elid — one or more object's unique identifiers comma-delimited with space ", ". The unique identifiers is the id element of infoboard function.
Result: successful operation or error message
Decrease the priority. Blocking announcements have higher priority than non-blocking ones
Function: infoboard.down
Decrease the priority. Blocking announcements have higher priority than non-blocking ones
Access level: admin
Increase the priority. Blocking announcements have higher priority than non-blocking
Function: infoboard.up
Increase the priority. Blocking announcements have higher priority than non-blocking
Access level: admin