Issues

The issue objects describe issues/tickets that have been created in OfficeRnD.

You can retrieve an individual issue as well as query all the issues by location, company or member.

📘

Note

In order to use the requests in this collection you need to authenticate to the API with your username and password by using this request.

❗️

Important

These endpoints can be used only by standard members and not teammates.
At the moment teammates can manage tickets only via the OfficeRnD admin UI.

Here is the list of the issue object properties:

Issue

PropertyTypeRequiredDescription
officeLocationfalseThe location associated with the issue.
assignedToidfalseThe _id of the teammate to which the issue is assigned.
statusstringfalseThe status of the issue. The available values are "new", "open", "pending" and "resolved".

By default every issue that's created is "new".
resolvedDatedatefalseThe date when the issue was resolved.
When an issue has its "status" set to "resolved", this date is automatically populated.
typeIssue OptionstrueThe _id of the issue type.
teamCompanyfalseA reference to the company which reported the issue.
memberMemberfalseA reference to the company which reported the issue.
subjectstringfalseThe subject/title of the issue.
Although not required it's preferable to have a subject.
messagestringfalseA detailed description of the issue.
Although not required it's preferable to have a message.
numberstringreadonlyThe number of the issue.
The number is automatically generated and will add 1 to the previous largest ticket number.
priorityIssue OptionstrueThe _id of the issue priority.
severityIssue OptionstrueThe _id of the issue severity.
lastMemberUpdatedatetrueThe date when the issue was last updated by the customer.
createdAtdatereadonlyThe date when the issue has been created.
createdByidreadonlyThe user that created the issue.
modifiedAtdatereadonlyThe user that did the last modification to the issue. If no update is made this field will match the "createdAt" field.
modifiedByidreadonlyThe user that did the last modification to the issue. Before the first modification, this field equals to the "createdBy" field.