办公软件 REST API 基本 所有请求(auth请求除外)都必须包含以下标头: Authorization: Bearer 所有回复的格式如下: { "error": ErrorObject or null "data": CallTypeDependentObject or null } If error is null, data won’t be null and vice-versa. 对象类型 TaggedId对象: This is a string with the following format: service_id +