PCA endpoint for retrieving only "Draft" or "Released" publications: Status History

Below is the history of changes to this idea's status. Return to the idea.

  • Idea Delivered

    Yes you can already do this with GraphQL.

    {

      publication(namespaceId: 2, publicationId: 759917)

      {

        title

        customMetas {

          edges {

            node {

              key

              value

            }

          }

        }

      }

    }

     

    It will list all properties and one of them is:

     

              {

                "node": {

                  "key": "FISHPUBSTATUS.lng.element",

                  "value": "VPUBSTATUSPUBLISHEDDRAFT"

                }

              },

  • New

    No note was provided with this status update.