Skip to content

POST List Workspaces endpoint.

Endpoint

POST/web/v1/system/workspaces/admin/query WEB

Authentication

  • Chain: WEB
  • JWT Token: true
  • API Key: false
  • Permissions: ["platform:workspace:read"]

Rate Limit

Standard rate limit applies.

Headers

Frontend Headers

HeaderRequiredDescription
X-LOCALEYes用户的 locale
Accept-LanguageNo语言偏好

Cloudflare Headers

HeaderRequiredDescription
CF-Connecting-IPYesClient IP from Cloudflare
CF-IPCountryYesClient country code
CF-RayYesCloudflare Ray ID
CF-VisitorYesVisitor scheme
CF-WorkerNoCloudflare Worker indicator
CF-TCP-PortNoClient TCP port
CF-Edge-Keep-AliveNoEdge keep-alive status
CF-Cache-StatusNoCache status
CDN-LoopNoCDN loop detection
X-Real-IPYesReal client IP

Nginx Headers

HeaderRequiredDescription
X-PORTAL-ACCESS-CODEYesPortal access code
X-Real-IPYes客户端真实 IP
X-Forwarded-ForYes代理链
X-Forwarded-ProtoYes协议

Request Parameters

Body (JSON)

FieldTypeRequiredDescription
institutionBizIdStringNo门户业务ID
workspaceStatusUserWorkspaceStatusNo工作空间状态
workspaceNameStringNo工作空间名称
pageIntegerNo页码
sizeIntegerNo每页大小

Response

200 OK

FieldTypeDescription
data.workspacesList<WorkspaceResponse>工作空间列表
data.totalElementslong总元素数
data.totalPagesint总页数
data.currentPageint当前页码(从 0 开始)
data.pageSizeint每页大小

Phase 3 Simulation

SlaunchX Internal Documentation