Skip to main content

Get team space list

GET 

/wiki/spaces

History

VersionChanges
v6.2.16Added in: v6.2.16

Get team space list.

Request

Query Parameters

    teamID stringrequired

    The team ID

    requestUserID string

    User ID, this parameter can only be passed when calling as an Oauth bot. It is used to perform operations as the specified user

Responses

Request is successful.

Schema

    data

    object

    spaces

    object[]

  • Array [

  • id string

    The space ID

    title string

    The space name

    description string

    The space description

    homePageID string

    The homepage ID

    createdTime integer

    The createdTime of space

    updatedTime integer

    The updatedTime of space

    creatorID string

    The creator ID

    isOpenPublic boolean

    Whether the space is allowed to share publicly

    isOpenShare boolean

    Whether the space is allowed to share internally

    isPin boolean

    Whether the space is pinned

  • ]

  • result string

    The result of this request.

    errorCode string

    The error code of this request.

    errorMsg string

    Error message for this request.

    errorData object

    Error meta data for this request.

Loading...