Operate and Manage the Experience Service > Operating Your Experience Service > Get Experience Service Data > Get Publish Data
  
Get Publish Data
Use the following Experience Service endpoint to retrieve information about published projects:
<es-protocol>://<es-host>:<es-port>/ExperienceService/content/projects
The Accept header must be set to application/json in order for the request to complete, otherwise a HTTP 404 response will be returned.
The API returns a JSON object with the following fields:
publishData: {
projectSize: <number in kb>,
publishedDate: <dateTime format>,
publishedBy: <text>
}
The information being retrieved includes:
Project file size
Publish date
Username that published the project
For example:
metadata: {
accessType: "private"
designedfor: ["offline"]
experiences: [{vumark: "106455:9030", experienceType: "vumark", id: 1,…},…]
lastExpId: 2
name: ""
requires: ["holographic"]
version: "1.0.0"
}
publishData: {
projectSize: [3500],
publishedData: [123456789012],
publishedBy: [awilson]
}
name: "100"
url: "https://example-es.st-test.thingworx.io/ExperienceService/content/projects/100/"