REST API: Access Levels List – scope

From Planfix
Jump to: navigation, search

Authorization tokens can be limited by specified access levels - scope. The following access levels are supported:

  • Tasks
    • task_readonly — only task list retrieval or task retrieval by number is available.
    • task_add — only creation of new tasks is available.
    • task_update — only task modification is available.
  • Employees
    • user_readonly — only employee list retrieval or employee retrieval by number is available.
    • user_add — only creation of new employees is available.
    • user_update — only modification of employees is available.
  • Contacts
    • contact_readonly — only contact list retrieval or contact retrieval by number is available.
    • contact_add — only creation of new contacts is available.
    • contact_update — only modification of contacts is available.
  • Comments
    • comment_readonly — only comment list retrieval or comment retrieval by number is available.
    • comment_add — only creation of new comments is available.
    • comment_update — only modification of comments is available.
    • comment_delete — only deletion of comments is available.
  • Data tags
    • datatag_readonly — only data tag list retrieval, data tag record retrieval or data tag retrieval by number is available.
    • datatag_add — only addition of new data tag records is available.
    • datatag_update — only modification of data tag records is available.
    • datatag_delete — only deletion of data tag records is available.
  • Files
    • file_readonly — only file metadata retrieval or file download by number is available.
    • file_add — only new file upload is available.
    • file_delete— only file deletion is available.


Go To