Dassault Systèmes · Example Payload

Searchaccreditations Response 200 Successful_Accreditations_Search_Threeresult

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration

Searchaccreditations Response 200 Successful_Accreditations_Search_Threeresult is an example object payload from Dassault Systèmes, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datainfo

Example Payload

Raw ↑
{
  "data": [
    {
      "id": "PRTF008",
      "name": "Support & Services Offering",
      "accreditationType": "Portfolio"
    },
    {
      "id": "PRTF063",
      "name": "Public Cloud 3DEXPERIENCE WORKS",
      "accreditationType": "Portfolio"
    },
    {
      "id": "IPE00041462",
      "name": "18-Sub-system Level Structural Validation",
      "accreditationType": "Industry Process Experience",
      "deploymentType": "On Premise",
      "industrySolutionExperience": {
        "id": "ISE00005355",
        "name": "Co-Design to Target"
      },
      "solutionRelease": {
        "id": "REL00000055",
        "name": "3DEXPERIENCE R2025x"
      },
      "industry": {
        "id": "IND000005",
        "name": "Aerospace & Defense"
      }
    }
  ],
  "info": {
    "success": true,
    "statusCode": 200,
    "estimatedSearchCount": 3
  }
}