Skip to content

Page DataのエクスポートJSONにusersプロパティが追加されている #57

@towa1204

Description

@towa1204

CosenseでPage Dataをエクスポートしたところ下記のような形式のJSONが取得されました。
usersプロパティはExportedDataインタフェースに現在いないようです。

export interface ExportedData<hasMetadata extends true | false = false> {

過去のJSONにusersプロパティは存在しなかったため新規追加されたものだと思います。

{
  "name": "xxx",
  "displayName": "xxx",
  "exported": "xxx",
  "users": [
    {
      "id": "xxx",
      "name": "xx",
      "displayName": "xxx",
      "email": "xxx"
    },
    // プロジェクトメンバーの数だけ存在
  ],
  "pages": [
    { 
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions