Top Menu

Jump to content
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    Home
    • 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

      OpenProject ID Google

Side Menu

Collapse project menu

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

Content

Expand project menu
General discussion
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. General discussion
  5. Fetch archived project list with API

Fetch archived project list with API

Added by Axel Paratre almost 5 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 almost 5 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...