GET /spaces/{spaceId}/topics

circuitsandbox.net

Summary: Gets space topics
Operation ID: getSpaceTopics
Auth: unknown
Description

Gets a number of Space topics OauthScopes: READ_SPACE

Parameters (4)

numberOfResults (number, query, optional, default: 25)

The number of results that should be returned

Constraints: {'minimum': 0, 'maximum': 255}

searchDirection (string, query, required, default: BEFORE)

Search before or after a certain timestamp

Constraints: {'maxLength': 2048, 'enum': ['BEFORE', 'AFTER']}

spaceId (string, path, required)

Id of the space

Constraints: {'maxLength': 2048}

timestamp (string, query, optional)

Timestamp to start the search from

No probe data for this endpoint yet.