文档中心 > API类目 > 书旗内容文巢

alibaba.shuqi.original.backend.ognvwork.worklist (工作量统计)

工作量统计

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
opt_name String 可选 1 optName
page_size Number 必须 20 pageSize
start_time String 可选 1 startTime
end_time String 可选 1 endTime
page Number 必须 1 page
sort String 可选 1 sort
action_name String 可选 1 actionName
order String 可选 1 actionName
is_export Number 可选 1 isExport
emp_id String 可选 WB873525 empId

响应参数

名称 类型 示例值 描述
result CommonResponse result
  • data
  • OgnvWorkResp
  • data
  • total
  • TotalItem
  • total
  • └ user_chapter_pass
  • Number
  • 100
  • userChapterPass
  • └ long_chapter_through
  • Number
  • 1873
  • longChapterThrough
  • └ chen_gua_book_pass
  • Number
  • 26
  • chenGuaBookPass
  • └ chen_gua_chapter_pass
  • Number
  • 9
  • chenGuaChapterPass
  • └ chen_gua_author_through
  • Number
  • 73
  • chenGuaAuthorThrough
  • └ user_chapter_through
  • Number
  • 19
  • userChapterThrough
  • └ long_book_pass
  • Number
  • 364
  • longBookPass
  • └ user_book_pass
  • Number
  • 19
  • userBookPass
  • └ chen_gua_author_pass
  • Number
  • 9
  • chenGuaAuthorPass
  • └ long_author_pass
  • Number
  • 241
  • longAuthorPass
  • └ user_author_through
  • Number
  • 2
  • userAuthorThrough
  • └ long_author_through
  • Number
  • 705
  • longAuthorThrough
  • └ long_book_through
  • Number
  • 1118
  • longBookThrough
  • └ chen_gua_chapter_through
  • Number
  • 87
  • longBookThrough
  • └ chen_gua_book_through
  • Number
  • 160
  • chenGuaChapterThrough
  • └ user_author_pass
  • Number
  • 2
  • userAuthorPass
  • └ user_book_through
  • Number
  • 13
  • userBookThrough
  • └ long_chapter_pass
  • Number
  • 399
  • longChapterPass
  • └ short_item_pass
  • Number
  • 111
  • shortItemPass
  • └ short_item_reject
  • Number
  • 1111
  • shortItemReject
  • └ count
  • Number
  • 593
  • count
  • └ page
  • Number
  • 593
  • page
  • list
  • Item []
  • list
  • └ user_chapter_pass
  • Number
  • 0
  • userChapterPass
  • └ cr_time
  • String
  • 2021-08-15
  • crTime
  • └ long_chapter_through
  • Number
  • 0
  • longChapterThrough
  • └ chen_gua_book_pass
  • Number
  • 0
  • chenGuaBookPass
  • └ chen_gua_chapter_pass
  • Number
  • 0
  • chenGuaChapterPass
  • └ chen_gua_author_through
  • Number
  • 0
  • chenGuaAuthorThrough
  • └ user_chapter_through
  • Number
  • 0
  • userChapterThrough
  • └ long_book_pass
  • Number
  • 3
  • longBookPass
  • └ user_book_pass
  • Number
  • 0
  • userBookPass
  • └ chen_gua_author_pass
  • Number
  • 0
  • chenGuaAuthorPass
  • └ long_author_pass
  • Number
  • 2
  • longAuthorPass
  • └ user_author_through
  • Number
  • 0
  • userAuthorThrough
  • └ long_author_through
  • Number
  • 1
  • longAuthorThrough
  • └ long_book_through
  • Number
  • 13
  • longBookThrough
  • └ chen_gua_chapter_through
  • Number
  • 0
  • chenGuaChapterThrough
  • └ chen_gua_book_through
  • Number
  • 0
  • chenGuaBookThrough
  • └ user_author_pass
  • Number
  • 0
  • userAuthorPass
  • └ user_book_through
  • Number
  • 0
  • userBookThrough
  • └ long_chapter_pass
  • Number
  • 0
  • longChapterPass
  • └ action_name
  • String
  • jason_zb
  • actionName
  • └ short_item_pass
  • Number
  • 1111
  • shortItemPass
  • └ short_item_reject
  • Number
  • 111111
  • shortItemReject
  • └ state
  • Number
  • 200
  • state
  • └ message
  • String
  • ok
  • message

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaShuqiOriginalBackendOgnvworkWorklistRequest req = new AlibabaShuqiOriginalBackendOgnvworkWorklistRequest();
req.setOptName("1");
req.setPageSize(20L);
req.setStartTime("1");
req.setEndTime("1");
req.setPage(1L);
req.setSort("1");
req.setActionName("1");
req.setOrder("1");
req.setIsExport(1L);
req.setEmpId("WB873525");
AlibabaShuqiOriginalBackendOgnvworkWorklistResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_shuqi_original_backend_ognvwork_worklist_response>
    <result>
        <data>
            <total>
                <user_chapter_pass>100</user_chapter_pass>
                <long_chapter_through>1873</long_chapter_through>
                <chen_gua_book_pass>26</chen_gua_book_pass>
                <chen_gua_chapter_pass>9</chen_gua_chapter_pass>
                <chen_gua_author_through>73</chen_gua_author_through>
                <user_chapter_through>19</user_chapter_through>
                <long_book_pass>364</long_book_pass>
                <user_book_pass>19</user_book_pass>
                <chen_gua_author_pass>9</chen_gua_author_pass>
                <long_author_pass>241</long_author_pass>
                <user_author_through>2</user_author_through>
                <long_author_through>705</long_author_through>
                <long_book_through>1118</long_book_through>
                <chen_gua_chapter_through>87</chen_gua_chapter_through>
                <chen_gua_book_through>160</chen_gua_book_through>
                <user_author_pass>2</user_author_pass>
                <user_book_through>13</user_book_through>
                <long_chapter_pass>399</long_chapter_pass>
                <short_item_pass>111</short_item_pass>
                <short_item_reject>1111</short_item_reject>
            </total>
            <count>593</count>
            <page>593</page>
            <list>
                <item>
                    <user_chapter_pass>0</user_chapter_pass>
                    <cr_time>2021-08-15</cr_time>
                    <long_chapter_through>0</long_chapter_through>
                    <chen_gua_book_pass>0</chen_gua_book_pass>
                    <chen_gua_chapter_pass>0</chen_gua_chapter_pass>
                    <chen_gua_author_through>0</chen_gua_author_through>
                    <user_chapter_through>0</user_chapter_through>
                    <long_book_pass>3</long_book_pass>
                    <user_book_pass>0</user_book_pass>
                    <chen_gua_author_pass>0</chen_gua_author_pass>
                    <long_author_pass>2</long_author_pass>
                    <user_author_through>0</user_author_through>
                    <long_author_through>1</long_author_through>
                    <long_book_through>13</long_book_through>
                    <chen_gua_chapter_through>0</chen_gua_chapter_through>
                    <chen_gua_book_through>0</chen_gua_book_through>
                    <user_author_pass>0</user_author_pass>
                    <user_book_through>0</user_book_through>
                    <long_chapter_pass>0</long_chapter_pass>
                    <action_name>jason_zb</action_name>
                    <short_item_pass>1111</short_item_pass>
                    <short_item_reject>111111</short_item_reject>
                </item>
            </list>
        </data>
        <state>200</state>
        <message>ok</message>
    </result>
</alibaba_shuqi_original_backend_ognvwork_worklist_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部