getSpaceItems
Agent Runtimes / api/spacer/items / getSpaceItems
Function: getSpaceItems()
getSpaceItems(
token,spaceId,baseUrl?):Promise<GetSpaceItemsResponse>
Defined in: src/api/spacer/items.ts:32
Get the items of a space.
Parameters
token
string
Authentication token
spaceId
string
The space ID
baseUrl?
string = DEFAULT_SERVICE_URLS.SPACER
Base URL for the API (defaults to production)
Returns
Promise<GetSpaceItemsResponse>
Promise resolving to the items response