Get project publications
Returns a list of publications belonging to a specific project.
Path Parameters
- projectIdstringrequired
The ID of the project to get publications for.
Responses
GET/projects/{projectId}/publications
[
{
"createdOn": "2024-05-17T20:21:51",
"fullUrl": "https://docs.hedronlabs.org/articles/my-manual-publication",
"id": "my-manual-publication",
"parentId": "project-my-manual",
"title": "My Manual Publication",
"url": "my-manual-publication",
"visibility": "Private",
"lang": "en-US",
"baseLangProjectId": null
},
{
"createdOn": "2025-01-31T09:24:15",
"fullUrl": "https://docs.hedronlabs.org/articles/pro",
"id": "pro",
"parentId": "project-my-manual",
"title": "Pro",
"url": "pro",
"visibility": "Restricted",
"lang": "de-DE",
"baseLangProjectId": "my-manual-publication"
}
]