Productsup

List folder content on transport

GET
/list/on-transport

Query Parameters

site_channel_id?string

Site Channel ID

Response Body

application/json

curl -X GET "https://loading/list/on-transport"
{
  "message": "Bad request.",
  "errors": {
    "site_channel_id": "This value does not have valid integer."
  }
}

How is this guide?