Get all projects and publications
Returns information on all projects and publications available to the user making the request.
Query Parameters
- typesstring
Filter by entity types. Allowed values are 'Project' and 'Publication'. If not specified, returns both projects and publications.
- parentIdstring
The Id of a project. If specified returns publications only of the specified project.
Responses
GET/projects
[
{
"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"
}
]