Get Project Config
Required scope:
public-api:read
Description
This endpoint returns the Project Config.
Use Cases
- Used by Livingdocs CLI to download the Project Config
Endpoint
GET /api/v1/projectConfig
Deprecated in: release-2023-03
GET api/v1/channelConfig
Response
Get Project Configuration (Deprecated in: release-2023-03
)
Required scope:
public-api:read
Description
Deprecated: UseGET api/v1/projectConfig
instead.Endpoint
GET api/v1/project
Response
Get Channel Configuration (Deprecated in: release-2023-03
)
Required scope:
public-api:read
Description
Deprecated: UseGET api/v1/projectConfig
instead.Endpoint
GET api/v1/channels/:channelHandle
Parameters
Name | Type | Notes |
---|---|---|
:channelHandle | string | Optional channelHandle. Will return first channel of a project if none is passed. |
Response
Get Design Configuration
Required scope:
public-api:read
Description
Use Cases
- Load the appropriate Design Version for a document
Endpoint
GET api/v1/design/:designVersion
Parameters
Name | Type | Notes |
---|---|---|
:designVersion | string | Optional design version. Will take the current design version of a channel if none is passed. |