Skip to content

getDocument

reference
1 min readUpdated

Kind: API Endpoint

Source: atloria-monorepo/apps/api/src/project/public-project.controller.ts

Get a specific published document

Endpoint

GET /public/p/:slugWithId/audiences/:audienceSlug/documents/:documentSlug

ParameterInTypeRequiredDescription
slugWithIdpathstringProject slug with URL ID (format: {slug}-{urlId})
audienceSlugpathstringAudience slug (lowercase)
documentSlugpathstringDocument slug
versionquerystring-
langquerystring-
previewCrquerystring-
tquerystring-

Referenced By

  • PublicProjectController (MODULE_DECLARES)

Was this page helpful?

Download as PDF