OBJECT
DigitalDocketTemplate
A digital docket template. Essentially a form template used to generate digital dockets
link GraphQL Schema definition
- type DigitalDocketTemplate {
- # The user that created this docket template.
- User :
- # The date the template was created in UTC+0.
- DateTime! :
- # The digital docket description (max 500 characters).
- String :
- # The display metadata for the digital docket form.
- UntypedValue! :
- # Whether this template has digital dockets
- Boolean :
- # The unique digital docket template ID.
- Int! :
- # True if the template is logically deleted.
- # This will hide the template from dashboard and the mobile app.
- Boolean! :
- # Whether the digital docket template is published.
- Boolean! :
- # The merge template information.
- MergeTemplate :
- # The user that last modified this docket template.
- User :
- # The date the template was last updated in UTC+0.
- DateTime :
- # True if the header client field is required in digital dockets generated by this
- # template.
- Boolean! :
- # True if the project client field is required in digital dockets generated by
- # this template.
- # Note that you cannot have a project without a client.
- Boolean! :
- # True if the task field is required in digital dockets generated by this
- # template.
- Boolean! :
- # True if the supervisor field is required in digital dockets generated by this
- # template.
- Boolean! :
- # True if the geolocation is required - (This is always defaulted to true on
- # response).
- Boolean! :
- # True if the asset field is required in digital dockets generated by this
- # template.
- Boolean! :
- # True if the break time field is required in digital dockets generated by this
- # template.
- Boolean! :
- # If this is set, it will dictate the position in lists that the template will
- # appear.
- Int :
- # The digital docket's display title (max 150 characters).
- String! :
- # List of tags that are allowed to see the template.
- Tag] : [
- }