Get Cms content

Returns an Entity's CMS content as a streamlined value-based object.

It's possible to specify a depth which allows the method traverse through any references
to other Entities, returning a full structure.

It is also possible to specify a Member, allowing any scripting to access Member information for deep personalisation.

Path Params
string
required

The name of the space (database) assigned to you.

string
required

One of:

  • The Entity's internal Entity Id
  • The Entity's name
  • The Entity's business Id, prefixed with $
Query Params
string

Optional Member Lookup Id. This allows any scripts within the CMS content to access the Member's model and provide personalised content.

int32

If this Document references other documents, then the CMS for that document can be returned too. This attribute controls how many levels down should be iterated.
Default is 1, meaning only this document's CMS data is returned.

string

The Dimensions under which the calling application operates.
Format: {dim1}:{value1}[;{dim2}:{value2}[;...]]

boolean

If true, returns resources even if the Entity's Dimension filter doesn't match the passed in Dimensions.
Default is false.

boolean

If true, also exposes Installed but Unpublished entity resources. Default is false.

Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json