Skip to main content
GET
/
v1
/
orgs
/
{orgName}
/
channels
/
{channelSlug}
/
rfis
cURL
curl --request GET \
  --url https://api.connect.bluelayer.tech/v1/orgs/{orgName}/channels/{channelSlug}/rfis \
  --header 'Authorization: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "buyerDescription": "<unknown>",
    "reference": "<string>",
    "questions": [
      {
        "id": "<string>",
        "type": "string",
        "title": "<string>",
        "helperText": "<string>"
      }
    ],
    "createdAt": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

orgName
string
required
channelSlug
string
required

Query Parameters

state
enum<string>
required
Available options:
open,
closed
reference
string

Response

Default Response

id
string<uuid>
required
buyerDescription
null | string
required
reference
string | null
required
questions
object[]
required
createdAt
string
required
Example:

"2020-01-01"