List Requests

Get a list of requests.

get
Responses
200

OK

application/json
get
GET /public/v1/commerce/requests HTTP/1.1
Host: api.s1.today
Accept: */*
200

OK

{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": {
          "at": "2025-09-19T17:26:10.876Z",
          "by": {
            "id": "text",
            "name": "text",
            "icon": "text",
            "revision": 1
          }
        },
        "updated": {
          "at": "2025-09-19T17:26:10.876Z",
          "by": {
            "id": "text",
            "name": "text",
            "icon": "text",
            "revision": 1
          }
        }
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "revision": 1,
      "externalId": "text",
      "status": "text",
      "error": "text",
      "from": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1,
        "type": "Client",
        "status": "Active"
      },
      "requester": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      },
      "assignee": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      },
      "to": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1,
        "type": "Client",
        "status": "Active"
      },
      "product": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1,
        "externalIds": {
          "operations": "text",
          "defaultErpItem": "text"
        },
        "status": "text"
      },
      "parameters": [
        {
          "id": "text",
          "audit": {
            "created": {
              "at": "2025-09-19T17:26:10.876Z",
              "by": {
                "id": "text",
                "name": "text",
                "icon": "text",
                "revision": 1
              }
            },
            "updated": {
              "at": "2025-09-19T17:26:10.876Z",
              "by": {
                "id": "text",
                "name": "text",
                "icon": "text",
                "revision": 1
              }
            }
          },
          "externalId": "text",
          "title": "text",
          "description": "text",
          "value": "text",
          "displayOrder": 1,
          "constraints": {
            "isReadonly": true,
            "isOptional": true
          },
          "typeOptions": null,
          "errorMessage": "text",
          "errorCode": "text",
          "request": {
            "id": "text",
            "name": "text",
            "revision": 1
          }
        }
      ],
      "messages": [
        {
          "id": "text",
          "revision": 1,
          "visibility": {
            "client": true,
            "operations": true,
            "vendor": true
          },
          "type": "text",
          "content": "text"
        }
      ]
    }
  ]
}

Last updated

Was this helpful?