POST/desk/api/v2/timelogsettings/{id}/notify-archived-project.json

Notifies admin users

This endpoint sends an email notification to all administrators about a time log setting trying to use an archived project for auto time logging, only one email every 24 hours can be sent.

Path Params

  • Name
    id
    Type
    integer
    required
    Description

Body Params

TimeLogSetting represents a TimeLogSetting.

    • Name
      autoLogSettingsResource
      Type
      string
    • Name
      autoLogToProjects
      Type
      boolean
    • Name
      autoLogToResource
      Type
      string
    • Name
      company
      Type
      object
    • Name
      createdAt
      Type
      string
      Description
      CreatedAt is a read-only date marking the creation time.
    • Name
      createdBy
      Type
      object
    • Name
      deletedAt
      Type
      string
      Description
      DeletedAt is a read-only date marking the time of deletion. Is only returned when the object is marked as deleted.
    • Name
      deletedBy
      Type
      object
    • Name
      filter_args
      Type
      object
      Description
      RequestCommons allows specifying paging and sorting options. All API endpoints should embed the RequestOrder for consistency.
    • Name
      id
      Type
      integer
    • Name
      inbox
      Type
      object
    • Name
      lastArchivedEmailSent
      Type
      string
    • Name
      markAsBillable
      Type
      boolean
    • Name
      project
      Type
      object
    • Name
      state
      Type
      string
      Description
      State is the status of the object. Typically this will be either active or deleted. When deleted the `deletedAt` and `deletedBy` relationship will be returned.
    • Name
      task
      Type
      object
    • Name
      ticket
      Type
      object
    • Name
      updatedAt
      Type
      string
      Description
      UpdatedAt is a read-only date marking the last updated time. This field is not updated when the object is deleted.
    • Name
      updatedBy
      Type
      object

    Responses

    • Code
      204
      Description
      204 No Content No Data
    • Code
      400
      Type
      object
      Schema
      Description
      400 Bad Request
      Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.
    • Code
      429
      Type
      object
      Schema
      Description
      429 Too Many Requests
      Error represents an occurrence of an error in the API.

    Examples

    400 Bad Request

    Validator
    {
      "Errors": {}
    }