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
Response
Get Project Configuration
Use GET api/v1/projectConfig
instead.
Required scope:
public-api:read
Endpoint
GET /api/v1/project
Response
Get Channel Configuration
Use GET /api/v1/projectConfig
instead.
Required scope:
public-api:read
Endpoint
GET /api/v1/channels/:channelHandle
Parameters
Name | Type | Required | 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
Use Cases
- Load the appropriate Design Version for a document
Endpoint
GET /api/v1/design/:designVersion
Parameters
Name | Type | Required | Notes |
---|---|---|---|
:designVersion | string | Optional design version. Will take the current design version of a channel if none is passed. |