List Variants

get
Path parameters
programTermsAndConditionsIdstringRequired
programIdstringRequired
Responses
200

OK

application/json
get
GET /public/v1/program/programs/{programId}/terms/{programTermsAndConditionsId}/variants 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-26T19:51:33.088Z",
          "by": {
            "id": "text",
            "name": "text",
            "icon": "text",
            "revision": 1
          }
        },
        "updated": {
          "at": "2025-09-26T19:51:33.088Z",
          "by": {
            "id": "text",
            "name": "text",
            "icon": "text",
            "revision": 1
          }
        }
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "revision": 1,
      "type": "text",
      "assetUrl": "text",
      "languageCode": "text",
      "description": "text",
      "status": "Draft",
      "filename": "text",
      "size": 1,
      "contentType": "text",
      "programTermsAndConditions": {
        "id": "text",
        "name": "text",
        "revision": 1
      },
      "fileId": "text"
    }
  ]
}

Last updated

Was this helpful?