API Access to Projects?

Hi,

I wanted to ask, is there a way to access projects via the web API? The documentation does not appear to include that functionality at this time.

Also, if the API exists, is it possible to attach custom data to a project?

Comments

  • Yes, it is possible and you can add any files to projects.

    Du to lack of time I did not manage to update the API docs with the new functions. It is still on my todo.

    As intermediate solution open normal gui with open developer tools (or reload after openening them). Go to network and serach latest socket and select frames. Then you see commands that get send and the answers.

    Here a list of project related api commands

    projectsListServer
    projectsGetFolder
    projectsCreateFolder
    projectsDeleteFolder
    projectsCreateProject
    projectsUpdateProject
    projectsGetProject
    projectsDeleteProject
    projectsCanUploadWithSize
    projectsRenameFolder
    projectsRenameProject
    projectsRenameFile
    projectsDeleteFile
    projectAddTag
    projectDelTag
    getLicenseTemplates
    projectAddComment
    projectDelComment
    projectSetLicense
    projectGetFolderVersion
    projectGetProjectVersion
    projectListTags
    projectMarkPreview
    projectSearch
    projectCopy
    projectGCodeToProject
    projectGCodeFromProject
    projectPrintFromProject
    projectMovieToProject 
Sign In or Register to comment.