Get Dispatch Settings
access_token OAuth 2.0 Access Token
In: query
Project ID
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/project/0/dispatch-settings"{
"id": 1,
"project_dispatch_setting_id": "550e8400-e29b-41d4-a716-446655440000",
"project_id": 123,
"buyer_id": 45,
"dispatch_runtime_minutes": 60,
"rerun_until_threshold": false,
"rerun_threshold_minutes": 720,
"dispatch_to_first_available": false,
"revert_to_draft_on_no_available": true,
"effective_from": "string_value",
"effective_to": "string_value",
"created_by": 987,
"is_dispatch_settings_enabled": true
}{
"status": 500,
"message": "Operation successful."
}{
"message": "Operation successful.",
"errorReference": "string_value",
"extra": [],
"note": "string_value"
}{
"message": "Operation successful.",
"errorReference": "string_value",
"extra": [],
"note": "string_value"
}application/json
application/json
application/json
application/json
Last updated on
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/project/0/dispatch-settings"