Skip to main content
GET
List canonical proposal artifacts

Authorizations

Authorization
string
header
required

API key or access token

Query Parameters

skip
integer
default:0

Number of rows to skip (offset pagination).

Required range: 0 <= x <= 9007199254740991
Example:

0

take
integer
default:25

Number of rows to return per page (1–100).

Required range: 1 <= x <= 100
Example:

25

briefArtifactId
string<uuid>

Return only proposals answering this brief artifact (one brief can have several proposal versions).

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Example:

"5f0c2a54-9c1b-4f0e-8a9d-3f4b2f4a1c11"

Response

List canonical proposal artifacts

Proposal artifacts for a storefront, newest first.

data
object[]
required
meta
object
required

Offset pagination envelope shared by the list endpoints.