Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Fetch archived project list with API

Fetch archived project list with API

Added by Axel Paratre over 4 years ago

Hi,

Is there a way to fetch archived projects through the API ?

I can't find anything in Google and I tried multiple things like :

"status" => array (

             "operator" => "=",

             "values" => array("1", "9")

         )

or 

array (

         "active" => array (

             "operator" => "*",

             "values" => array()

         )

       ),

but it's not working.

Thanks for your help.

Axel


Replies (1)

RE: Fetch archived project list with API - Added by Max Mutzge over 4 years ago

Dear Axel,

we will provide an extended API documentation next week with new release 11.0. You will find it here: docs.openproject.org/api/

Please get in touch again if this doesn't help.

Kind regards

Matthias

  • (1 - 1/1)
Loading...