履歷數量與id清單

取得履歷數量與id清單 (Get the count and ID list of resumes)

get
Required scopes
This endpoint requires the following scopes:
  • : 提供操作 ehrweb resume API 權限
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
datestringRequired

搜尋履歷提供的日期 (yyyy-mm-dd) The date the resume was provided.(yyyy-mm-dd)

startTimeintegerRequired

結合date欄位組成起始時間,搭配endTime欄位可搜尋符合起訖時間區間內有產出的履歷內容。

Ex: {date + startTime ~ date + endTime}。

可指定 0 ~ 24,若為 24 則會自動換算到隔天 0點。

Combine the date field to form a start time, using the endTime field to search for resume content produced within the specified time range. Example: {date + startTime ~ date + endTime}. You can specify from 0 to 24, and if it's 24, it will automatically convert to 0:00 the next day.

endTimeintegerRequired

結合date欄位組成結束時間,搭配endTime欄位可搜尋符合起訖時間區間內有產出的履歷內容。

Ex: {date + startTime ~ date + endTime}。

可指定 0 ~ 24,若為 24 則會自動換算到隔天 0點。

Combine the date field to form a end time, using the startTime field to search for resume content produced within the specified time range. Example: {date + startTime ~ date + endTime}. You can specify from 0 to 24, and if it's 24, it will automatically convert to 0:00 the next day.

flagintegerOptional

履歷來源,非必填,0:配對履歷、1:主應履歷、2:儲存履歷 Source of the resume, optional.

jobNointegerOptional

jobNo 104職缺代碼,非必填,可以搜尋應徵此職務的履歷,但是僅作用於配對履歷以及主應履歷、如果下此條件將無法搜尋到儲存履歷! 104 job vacancy code.You can search for resumes that have applied for this job, but it only applies to matched resumes and primary application resumes. If this condition is applied, saved resumes cannot be searched.

Header parameters
104-Additional-InfostringRequired

傳遞參數格式:guiNum={統編}

Responses
200

操作成功 Success.

application/json

履歷總數與idno清單資訊

get
/resumes/queryList

Last updated