Get Terms

Get a terms for a product.

get
Path parameters
idstringRequired
productIdstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
get
GET /public/v1/catalog/products/{productId}/terms/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-07-02T01:30:59.398Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-07-02T01:30:59.398Z",
      "by": "[Circular Reference]"
    },
    "published": {
      "at": "2025-07-02T01:30:59.398Z",
      "by": "[Circular Reference]"
    },
    "pending": {
      "at": "2025-07-02T01:30:59.398Z",
      "by": "[Circular Reference]"
    },
    "unpublished": {
      "at": "2025-07-02T01:30:59.398Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "description": "text",
  "displayOrder": 1,
  "status": "text",
  "product": {
    "id": "text",
    "name": "text",
    "externalIds": {
      "operations": "text"
    },
    "icon": "text",
    "status": "text"
  }
}

Last updated

Was this helpful?