1. ホーム
  2. ナレッジベース
  3. ジョブリストを取得する

ジョブリストを取得する

組織内のすべての求人のフィルタリングされたリストを取得します。

のURLです。

POST http://api.aurelon.com/api/v2/job/list

リクエストヘッダ。

Content-Type : multipart/form-data
MisKey : 認証を参照。
HardwareHash : 認証を参照
SerialNumber : 認証を参照
ApplicationVersion : Authenticationを参照。

リクエストの本文です。

以下のフィルタを1つ以上含むJSONオブジェクト。

  • シリアルナンバー
  • 仕事
  • ジョブガイド
  • DocumentGUID
  • デバイス
  • デバイスGUID
  • メディアタイプ
  • メディアサイズ
  • キュー
  • ユーザー
  • プロデューサー
  • StatusList – 以下のステータス(Error, Waiting, InProgress, Completed, Canceled, Deleted, PrintRequest, NotSupported)を持つ配列。
  • ここで、以下のステータスは、アクティブなジョブと完了したジョブを区別するものです。

    • アクティブなジョブ(エラー、待機中、進行中、キャンセル、PrintRequest、NotSupportedの各状態)
    • 完了したジョブ (完了、削除)
{“SerialNumber”:336484,"StatusList":["Waiting","Error"],"Producer":"Editor"}

対応する。

リクエストボディでフィルタリングされた企業の求人情報を返します。

成功です。

200 OK : ジョブリストを返す

[{
    "JobGUID": "88de5c02-cce6-411f-950f-be309caa4439",
    "JobName": "acox3",
    "Documents": [{
        "DocumentGUID": "f6f2e084-d649-4ba7-ade3-f616657b8c8f",
        "Name": "acox.jpg"
    }],
    "Device": "Epson Stylus Pro 4800",
    "DeviceGUID": "e9af1259-5da3-46a7-bc00-84839d1f3dd6",
    "CreatedDate": "2016-05-18T06:59:36.727",
    "MediaType": "ProofMaster Contract Proofing Media SemiGloss 265g",
    "MediaSize": "Roll 17 inch",
    "QueueGUID": null,
    "QueueName": null,
    "Status": "Completed",
    "User": "karl.dunn",
    "Producer": "Layout",
    "Progress": null
        }, {
    "JobGUID": "cc14e944-1e6b-4274-a9b2-38e5721f8f81",
    "JobName": "apocalypse_2-wallpaper-1920x1080",
    "Documents": [{
        "DocumentGUID": "44555edc-4a25-418f-8c04-1b8311c002a3",
        "Value": "apocalypse_2-wallpaper-1920x1080.jpg"
            }],
    "Device": "Epson Stylus Pro 4800",
    "DeviceGUID": "ab100a61-9c81-4e1e-aa97-6b07f4046c7a",
    "CreatedDate": "2016-05-18T06:57:24.427",
    "MediaType": "ProofMaster Contract Proofing Media SemiGloss 265g",
    "MediaSize": "Roll 17 inch",
    "QueueGUID": null,
    "QueueName": null,
    "Status": "Deleted",
    "User": "lisa.santiago",
    "Producer": "Layout",
    "Progress": 0
        }]

エラーです。

  • 401 Unauthorized :{“Message”: “Invalid HardwareHash”}.
  • 401 Unauthorized :{“Message”: “Invalid MisKey”}.
  • 401 Unauthorized :{“Message”:””MisKey” または “HardwareHash”, “SerialNumber” および “ApplicationVersion” ヘッダが必要です”}。
  • 415 Unsupported Media Type :{“Message”: “Expected type: application/json”}.
  • 401 Unauthorized :{“Message”:””MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” header are required”}”MisKey “または “HardwareHash”, “SerialNumber” and “ApplicationVersion” header are required”}.
  • 515 Internal Server Error :{“Message”: “Internal Server Error”}.
Updated on 5月 10, 2022

Was this article helpful?