Skip to main content
GET
List sourcings

First time? Set up Authentication

Learn how to authenticate your API requests with your API key.
Returns sourcings visible to the API key user. For now, each item only includes the sourcing id and display name.

Query parameters

integer
default:"0"
Zero-based page index.
integer
default:"8"
Page size (max 50).
string
default:"mine"
mine or all.
string
default:"in-progress"
in-progress or closed.

Response

When success is true, data contains:
  • sourcings — list of sourcing references:
    • sourcingId
    • name
  • paginationpage, pageSize, total, hasNextPage

Errors