Skip to main content
POST
/
distribution-requests
/
list
{
  "data": [
    {
      "id": "<string>",
      "type": "<string>",
      "status": "PENDING",
      "brokerageFirmId": "<string>",
      "productId": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ],
  "pageInfo": {
    "first": true,
    "last": true
  },
  "totalCount": 123,
  "currentPage": 123,
  "totalPages": 123
}

Query Parameters

statuses
enum<string>[]

Status of the distribution request

Available options:
PENDING,
WAITING_FOR_SIGNATURE,
APPROVED,
DENIED,
REVOKED
brokerageFirmId
string

Brokerage firm the request is attached to

productId
string

Product id

Body

application/json
pageInfo
object

the page info

order
object

the sort options

Response

200 - application/json
data
object[]
required

the list of items in the page

pageInfo
object
required

the page info

totalCount
number
required

the total number of items

currentPage
number
required

the current page

totalPages
number
required

the total number of pages