Skip to main content
GET
/
inventory-sources
/
{sourceId}
/
modular
/
work-items
List modular source work items
curl --request GET \
  --url https://api.interchange.io/api/v2/storefront/inventory-sources/{sourceId}/modular/work-items \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "storefrontId": "<string>",
      "inventorySourceId": "<string>",
      "moduleId": "<string>",
      "title": "<string>",
      "description": "<string>",
      "resourceType": "<string>",
      "resourceId": "<string>",
      "mediaBuyId": "<string>",
      "buyerCustomerId": 0,
      "assignedTo": "<string>",
      "dueAt": "2023-11-07T05:31:56Z",
      "blockedReason": "<string>",
      "createdByType": "<string>",
      "createdById": "<string>",
      "completedBy": "<string>",
      "completedAt": "2023-11-07T05:31:56Z",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "requiredResultFields": [
        "<string>"
      ]
    }
  ],
  "total": 4503599627370495
}

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

sourceId
string
required

Inventory source ID

Minimum string length: 1

Query Parameters

status
enum<string>[]

Optional comma-separated statuses. Defaults to OPEN, IN_PROGRESS, and BLOCKED.

Available options:
OPEN,
IN_PROGRESS,
BLOCKED,
COMPLETED,
CANCELLED
kind
enum<string>
Available options:
APPROVE_MEDIA_BUY,
REVIEW_CREATIVE,
CONFIRM_AVAILS,
APPROVE_RATE_EXCEPTION,
MAP_CREATIVE_REF,
SYNC_UPSTREAM_CREATIVE,
EXECUTE_UPSTREAM_BOOKING,
TRAFFIC_TO_CADENT,
RESOLVE_TRAFFICKING_ERROR,
UPLOAD_FINAL_REPORT,
RESOLVE_SOURCE_HEALTH,
GENERAL
resourceType
string
Minimum string length: 1
resourceId
string
Minimum string length: 1
mediaBuyId
string
Minimum string length: 1
buyerCustomerId
integer
Required range: x <= 9007199254740991
limit
integer
Required range: 1 <= x <= 100

Response

List modular source work items

items
object[]
required
total
integer
required
Required range: 0 <= x <= 9007199254740991