From 66ef19a6da0f15676bf4ff4f2e54c7eb746c0040 Mon Sep 17 00:00:00 2001 From: N Smith Date: Thu, 30 Jun 2011 15:17:08 +0000 Subject: [PATCH] Updated the publishing-events-query.post.desc.xml. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28731 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../publishing-events-query.post.desc.xml | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/config/alfresco/templates/webscripts/org/alfresco/repository/publishing/publishing-events-query.post.desc.xml b/config/alfresco/templates/webscripts/org/alfresco/repository/publishing/publishing-events-query.post.desc.xml index 07568b0c86..a808187e00 100644 --- a/config/alfresco/templates/webscripts/org/alfresco/repository/publishing/publishing-events-query.post.desc.xml +++ b/config/alfresco/templates/webscripts/org/alfresco/repository/publishing/publishing-events-query.post.desc.xml @@ -1,12 +1,17 @@ Query Publishing Events Queries for Publishing Events on an Environment. - /api/publishing/{environment_id}/events/query + /api/publishing/{site_id}/{environment_id}/events/query + /api/publishing/{site_id}/events/query user required public_api + + site_id + The id of the site to query. + environment_id The id of the environment to query. @@ -38,7 +43,6 @@ "url": string, "status": string, "comment": string, - "version": string, "scheduledTime": { "dateTime": string, @@ -51,8 +55,24 @@ "dateTime": string, "format": string }, - "publishNodes": [string, ... ], - "unpublishNodes": [string, ... ], + "publishNodes": + [ + { + "nodeRef": string, + "name": string, + "version": string + }, + ... + ], + "unpublishNodes": + [ + { + "nodeRef": string, + "name": string, + "version": string + }, + ... + ] "channel": { "url": string,