Scout RFP · Example Payload

Scout Rfp List Events Example

ProcurementSourcingRFPSupply ChainWorkday

Scout Rfp List Events Example is an example object payload from Scout RFP, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datametalinks

Example Payload

Raw ↑
{
  "data": [
    {
      "id": "evt_12345",
      "type": "events",
      "attributes": {
        "title": "Office Supplies Procurement Q3 2026",
        "spend_amount": 150000,
        "event_type": "RFP",
        "state": "active",
        "external_id": "SAP-PO-2026-Q3-001",
        "supplier_rsvp_deadline": "2026-06-01T17:00:00Z",
        "supplier_question_deadline": "2026-06-08T17:00:00Z",
        "bid_submission_deadline": "2026-06-15T17:00:00Z",
        "late_bids": false,
        "revise_bids": true,
        "instant_notifications": true,
        "is_public": false,
        "restricted": false,
        "custom_fields": [
          { "name": "Department", "value": "Operations" },
          { "name": "Budget Year", "value": "2026" }
        ]
      },
      "relationships": {
        "event_template": {
          "data": { "id": "tmpl_456", "type": "event_templates" }
        }
      }
    },
    {
      "id": "evt_12346",
      "type": "events",
      "attributes": {
        "title": "IT Hardware Refresh 2026",
        "spend_amount": 500000,
        "event_type": "RFQ",
        "state": "draft",
        "external_id": "IT-HW-2026-001",
        "bid_submission_deadline": "2026-07-01T17:00:00Z",
        "late_bids": false,
        "revise_bids": false,
        "instant_notifications": true,
        "is_public": false,
        "restricted": false,
        "custom_fields": [
          { "name": "Department", "value": "IT" }
        ]
      }
    }
  ],
  "meta": {
    "total_count": 42,
    "page": 1,
    "page_size": 10
  },
  "links": {
    "self": "https://api.us.workdayspend.com/services/events/v1/events?page[size]=10",
    "next": "https://api.us.workdayspend.com/services/events/v1/events?page[size]=10&page[after]=evt_12346"
  }
}