コンテンツにスキップ

実行結果お知らせ検索

POST
/api_v1_notice_execution/search
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'access_token=xxx&refresh_token=xxx&fields=execution_notice_id, execution_notice_title' http://api.next-engine.org/api_v1_notice_execution/search
Media type application/x-www-form-urlencoded
object
access_token
required

OAuth2 アクセストークン (必須)

string
refresh_token

OAuth2 リフレッシュトークン (access_token 期限切れ時の自動更新に使用)

string
wait_flag

同期実行フラグ。“1” 指定で処理完了を待つ

string
Allowed values: 0 1
fields

取得するフィールドをカンマ区切りで指定 (search 系のみ)

string
offset

検索開始位置 (search 系のみ)

integer
limit

取得件数 (search 系のみ)

integer
>= 1

実行結果 (result が success / error / redirect のいずれか)

Media type application/json
object
result
required

実行結果ステータス

string
Allowed values: success error redirect
code

エラー時のエラーコード

string
message
One of:
string
access_token

更新後のアクセストークン

string
access_token_end_date

アクセストークン有効期限 (YYYY-MM-DD HH:MM:SS)

string
refresh_token

更新後のリフレッシュトークン

string
refresh_token_end_date

リフレッシュトークン有効期限

string
data

エンドポイント固有のレスポンスデータ

count

Count/search 系のヒット件数 (form-urlencoded レスポンスでは文字列で返ることがある)

integer | string
data
Array<object>
object
execution_notice_id

お知らせ通知ID / 数値型 / 実行結果お知らせ通知に一意に付与される番号

string | integer | number | boolean | null
execution_notice_success

成功/失敗フラグ / 数値型 / 0=失敗、1=成功

string | integer | number | boolean | null
execution_notice_title

件名 / 文字列型 / お知らせ通知件名

string | integer | number | boolean | null
execution_notice_content

内容 / 文字列型 / お知らせ通知内容

string | integer | number | boolean | null
execution_notice_read

既読/未読フラグ / 数値型 / 0=未読、1=既読

string | integer | number | boolean | null
execution_notice_creation_date

作成日 / 日時型 / 実行結果通知が作成された日時

string | integer | number | boolean | null
execution_notice_last_modified_date

最終更新日 / 日時型 / 実行結果通知が最後に修正された日時

string | integer | number | boolean | null
key
additional properties
any
Example
{
"result": "success"
}

クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)

Media type application/json
object
result
required

実行結果ステータス

string
Allowed values: success error redirect
code

エラー時のエラーコード

string
message
One of:
string
access_token

更新後のアクセストークン

string
access_token_end_date

アクセストークン有効期限 (YYYY-MM-DD HH:MM:SS)

string
refresh_token

更新後のリフレッシュトークン

string
refresh_token_end_date

リフレッシュトークン有効期限

string
data

エンドポイント固有のレスポンスデータ

count

Count/search 系のヒット件数 (form-urlencoded レスポンスでは文字列で返ることがある)

integer | string
Example
{
"result": "success"
}