Returns a list of content during a given state range of the publication lifecycle.
Resource | Description |
---|---|
GET /authoring/bystate/ | Returns a list of content from the beginning state. {@code For example: http://localhost:8080/portal/rest/authoring/bystate/?fromstate =draft&user=root&lang=en&workspace=collaboration } |
GET /authoring/tostate/ | Returns a list of content from the beginning state to the last state. {@code For example: http://localhost:8080/portal/rest/authoring/tostate/?fromstate =draft&tostate=pending&user=root&lang=en&workspace=collaboration } |
GET /authoring/bydate/ | Returns a list of content from the given beginning state to the published state and before the given date. {@code For example: http://localhost:8080/portal/rest/authoring/bydate/?fromstate =staged&date=2&lang=en&workspace=collaboration } |