All pages
Powered by GitBook
1 of 1

Loading...

Get Listing

get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
404

Not Found

application/json
get
/public/v1/catalog/listings/{id}
GET /public/v1/catalog/listings/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T08:21:33.917Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T08:21:33.917Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "authorization": {
    "id": "text",
    "name": "text",
    "currency": "text"
  },
  "product": {
    "id": "text",
    "name": "text",
    "externalIds": {
      "operations": "text",
      "defaultErpItem": "text"
    },
    "icon": "text",
    "status": "text"
  },
  "vendor": {
    "id": "text",
    "icon": "text",
    "type": "text",
    "status": "text",
    "name": "text"
  },
  "seller": {
    "id": "text",
    "icon": "text",
    "externalId": "text",
    "name": "text"
  },
  "priceList": {
    "id": "text",
    "currency": "text"
  },
  "primary": true,
  "notes": "text",
  "statistics": {
    "subscriptions": 1,
    "agreements": 1
  },
  "eligibility": {
    "client": true,
    "partner": true
  }
}