Get a product specification

get

https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/productSpecification/{id}

Returns the product specification that matches the specified ID, including its configured details.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

The product specification was returned successfully.
Body ()
Root Schema : ProductSpecificationOracle
Title: ProductSpecificationOracle
Match All
Show Source
  • ProductSpecification
    Title: ProductSpecification
    Discriminator: { "propertyName":"@type", "mapping":{ "ProductSpecification":"#/components/schemas/ProductSpecification", "ProductSpecificationOracle":"#/components/schemas/ProductSpecificationOracle" } }
    The product specification resource.
  • type
Nested Schema : ProductSpecification
Type: object
Title: ProductSpecification
Discriminator: @type

Discriminator Values

The product specification resource.
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : category
Type: array
A list of categories associated with the product specification.
Show Source
  • CategoryRef
    Title: CategoryRef
    The category reference. The category resource groups product offerings, service candidates, and resource candidates in logical containers. Categories can contain other categories and/or product offerings, resource candidates, or service candidates.
Nested Schema : customerProfileSpecification
Type: array
A list of customer profile specifications associated with the product specification.
Show Source
Nested Schema : customProfileSpec
Type: array
A list of custom profile specifications associated with the product specification.
Show Source
Nested Schema : ProjectRef
Type: object
Title: ProjectRef
The project reference resource.
Show Source
Nested Schema : usageSpecification
Type: array
A list of usage specifications associated with the product specification.
Show Source
Nested Schema : usedBy
Type: array
A list of used bies associated with the product specification.
Show Source
Nested Schema : CategoryRef
Type: object
Title: CategoryRef
The category reference. The category resource groups product offerings, service candidates, and resource candidates in logical containers. Categories can contain other categories and/or product offerings, resource candidates, or service candidates.
Show Source
Nested Schema : CustomerProfileSpecificationRef
Type: object
Title: CustomerProfileSpecificationRef
The customer Profile specification reference.
Show Source
Nested Schema : CustomProfileSpecRefOracle
Type: object
Title: CustomProfileSpecRefOracle
The custom Profile specification reference.
Show Source
Nested Schema : UsageSpecificationRefOracle
Title: UsageSpecificationRefOracle
Match All
Show Source
  • UsageSpecificationRef
    Title: UsageSpecificationRef
    Discriminator: { "propertyName":"@type", "mapping":{ "UsageSpecificationRef":"#/components/schemas/UsageSpecificationRef", "UsageSpecificationRefOracle":"#/components/schemas/UsageSpecificationRefOracle" } }
    The usage specification reference: A ProductSpecification is a detailed description of a tangible or intangible object made available externally in the form of a ProductOffering to customers or other parties playing a party role.
  • UsageSpecificationRefOracle-allOf[1]
Nested Schema : UsageSpecificationRef
Type: object
Title: UsageSpecificationRef
Discriminator: @type

Discriminator Values

The usage specification reference: A ProductSpecification is a detailed description of a tangible or intangible object made available externally in the form of a ProductOffering to customers or other parties playing a party role.
Show Source
Nested Schema : UsageSpecificationRefOracle-allOf[1]
Type: object
Show Source
Nested Schema : UsedByRef
Type: object
Title: UsedByRef
A reference to a resource that is aggregating another top-level resource.
Show Source
  • The base type of the used by reference.
  • The type of the referred used by reference.
  • The hyperlink reference to the used by reference.
  • The ID of the used by reference.
  • The name of the used by reference.
  • Allowed Values: [ "PACKAGE", "COMMERCIAL_BUNDLE", "SERVICE_BUNDLE", "SERVICE", "DEVICE", "ACCESSORY", "CHOICE", "AGGREGATION", "AWARD", "DISCOUNT", "TRADE_IN", "COMPATIBILITY", "ELIGIBILITY", "MIGRATION", "RECOMMENDATION", "POLICY", "DEVICE_SPEC", "CHARGING_TERM", "SUSPENSION_TERM", "RETURN_CHECKLIST", "ENTITY_PROFILE", "PRODUCT_LINE", "PRODUCT_OFFERING_PRICE", "CATALOG", "CATEGORY", "PRODUCT_SPECIFICATION", "USAGE_SPECIFICATION", "SERVICE_SPECIFICATION" ]
    The type or classification of the used by reference.
  • The version of the using item.

400 Response

Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source

401 Response

Your request isn't authorized. The authentication credentials included with this request are missing or invalid.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source

404 Response

The resource with the specified URI couldn't be found.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source

405 Response

HTTP action specified in the request (DELETE, GET, POST, PUT) isn't supported for this request URI.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source

500 Response

The server encountered something unexpected that prevented it from completing the request.
Body ()
Root Schema : Error
Type: object
Title: Error
The error resource.
Show Source
Back to Top

Examples

The following example shows how to get a category by submitting a GET request on the REST resource using cURL.

cURL Command

curl -u username:password -X GET https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/productSpecification/{id} \ -H 'Content-Type: application/json'

Example of Response Body

The following example shows the contents of the response body in JSON format.

{
    "id": "PS-DataRoaming",
    "name": "Data Roaming PS",
    "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/productSpecification/PS-DataRoaming",
    "version": "1.0",
    "lifecycleStatus": "In design",
    "created": "2025-01-20T13:31:42.000Z",
    "createdBy": "booth",
    "lastUpdate": "2025-02-17T11:48:08.292Z",
    "lastUpdatedBy": "booth",
    "isBundle": false,
    "@type": "ProductSpecificationOracle",
    "validFor": {
        "startDateTime": "2024-09-03T00:00:00.000Z"
    },
    "project": {
        "id": "DBE_RI_Mob_ProdModel_PSP",
        "name": "DBE RI Mobile Product Model",
        "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/project/DBE_RI_Mob_ProdModel_PSP",
        "version": "1.0",
        "@referredType": "ProjectOracle"
    },
    "serviceSpecification": [
        {
            "id": "SS-WRLSS-BANDWIDTH",
            "name": "Wireless Data Bandwidth SS",
            "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS-WRLSS-BANDWIDTH",
            "version": "1.0",
            "@referredType": "ServiceSpecificationOracle",
            "versionState": -1,
            "@type": "ServiceSpecificationRefOracle",
            "role": "PRIMARY",
            "serviceCode": "/service/telco/gsm/data"
        }
    ],
    "productSpecCharacteristic": [
        {
            "id": "ATT-MAX-SPEED",
            "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/productSpecification/PS-DataRoaming/ATT-MAX-SPEED",
            "name": "Max Speed",
            "version": "1.0",
            "lifecycleStatus": "Ready to publish",
            "valueType": "STRING",
            "@type": "AttributeOracle",
            "extensible": true,
            "configurable": true,
            "minCardinality": 0,
            "maxCardinality": 1,
            "validFor": {
                "startDateTime": "2024-09-03T00:00:00.000Z"
            },
            "lastUpdate": "2025-02-17T11:46:03.885Z",
            "lastUpdatedBy": "booth",
            "created": "2025-01-20T13:31:18.383Z",
            "createdBy": "booth",
            "project": {
                "id": "DBE_RI_Mob_ProdModel_PSP",
                "name": "DBE RI Mobile Product Model",
                "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/project/DBE_RI_Mob_ProdModel_PSP",
                "version": "1.0",
                "@referredType": "ProjectOracle"
            },
            "displayName": "Max Speed",
            "fulfillmentUpdatable": true,
            "characteristicValueSpecification": [
                {
                    "value": "3G",
                    "valueType": "STRING",
                    "unitOfMeasure": "NONE",
                    "isDefault": false,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 1
                },
                {
                    "value": "4G",
                    "valueType": "STRING",
                    "unitOfMeasure": "NONE",
                    "isDefault": false,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 2
                },
                {
                    "value": "5G",
                    "valueType": "STRING",
                    "unitOfMeasure": "NONE",
                    "isDefault": true,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 3
                }
            ]
        },
        {
            "id": "ATT-Quota",
            "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/productSpecification/PS-DataRoaming/ATT-Quota",
            "name": "Quota",
            "version": "1.0",
            "lifecycleStatus": "Ready to publish",
            "valueType": "NUMBER",
            "@type": "AttributeOracle",
            "extensible": true,
            "configurable": true,
            "minCardinality": 1,
            "maxCardinality": 1,
            "validFor": {
                "startDateTime": "2024-09-03T00:00:00.000Z"
            },
            "lastUpdate": "2025-02-17T11:46:03.945Z",
            "lastUpdatedBy": "booth",
            "created": "2025-01-20T13:31:18.000Z",
            "createdBy": "booth",
            "project": {
                "id": "DBE_RI_Mob_ProdModel_PSP",
                "name": "DBE RI Mobile Product Model",
                "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/project/DBE_RI_Mob_ProdModel_PSP",
                "version": "1.0",
                "@referredType": "ProjectOracle"
            },
            "displayName": "Quota",
            "characteristicValueSpecification": [
                {
                    "value": 1,
                    "valueType": "NUMBER",
                    "unitOfMeasure": "GIGABYTE",
                    "isDefault": true,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 1
                },
                {
                    "value": 5,
                    "valueType": "NUMBER",
                    "unitOfMeasure": "GIGABYTE",
                    "isDefault": false,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 2
                },
                {
                    "value": 10,
                    "valueType": "NUMBER",
                    "unitOfMeasure": "GIGABYTE",
                    "isDefault": false,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 3
                }
            ]
        },
        {
            "id": "ATT-ROAM-AREA",
            "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/productSpecification/PS-DataRoaming/ATT-ROAM-AREA",
            "name": "Roaming Area",
            "version": "1.0",
            "lifecycleStatus": "Ready to publish",
            "valueType": "STRING",
            "@type": "AttributeOracle",
            "extensible": true,
            "configurable": true,
            "minCardinality": 1,
            "maxCardinality": 1,
            "validFor": {
                "startDateTime": "2024-09-03T00:00:00.000Z"
            },
            "lastUpdate": "2025-02-17T11:46:03.948Z",
            "lastUpdatedBy": "booth",
            "created": "2025-01-20T13:31:18.705Z",
            "createdBy": "booth",
            "project": {
                "id": "DBE_RI_Mob_ProdModel_PSP",
                "name": "DBE RI Mobile Product Model",
                "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/project/DBE_RI_Mob_ProdModel_PSP",
                "version": "1.0",
                "@referredType": "ProjectOracle"
            },
            "displayName": "Roaming Area",
            "characteristicValueSpecification": [
                {
                    "value": "All",
                    "valueType": "STRING",
                    "unitOfMeasure": "NONE",
                    "isDefault": true,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 1
                },
                {
                    "value": "US & Canada",
                    "valueType": "STRING",
                    "unitOfMeasure": "NONE",
                    "isDefault": false,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 2
                },
                {
                    "value": "Europe",
                    "valueType": "STRING",
                    "unitOfMeasure": "NONE",
                    "isDefault": false,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 3
                },
                {
                    "value": "Schengen Area",
                    "valueType": "STRING",
                    "unitOfMeasure": "NONE",
                    "isDefault": false,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 4
                },
                {
                    "value": "Middle East",
                    "valueType": "STRING",
                    "unitOfMeasure": "NONE",
                    "isDefault": false,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 5
                },
                {
                    "value": "Asia",
                    "valueType": "STRING",
                    "unitOfMeasure": "NONE",
                    "isDefault": false,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 6
                },
                {
                    "value": "Australia & New Zealand",
                    "valueType": "STRING",
                    "unitOfMeasure": "NONE",
                    "isDefault": false,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 7
                },
                {
                    "value": "National",
                    "valueType": "STRING",
                    "unitOfMeasure": "NONE",
                    "isDefault": false,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 8
                },
                {
                    "value": "International",
                    "valueType": "STRING",
                    "unitOfMeasure": "NONE",
                    "isDefault": false,
                    "validFor": {
                        "startDateTime": "2024-09-03T00:00:00.000Z"
                    },
                    "@type": "CharacteristicValueSpecification",
                    "sequence": 9
                }
            ]
        }
    ],
    "productSpecificationRelationship": [
        {
            "id": "PS-VOP-OFFR-CHRG-FIC",
            "href": "https://cptapcbqy.fusionapps.ocs.oc-test.com/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productSpecification/PS-VOP-OFFR-CHRG-FIC",
            "relationshipType": "PARENT",
            "name": "VoIP Offer Charge Class",
            "version": "1.0",
            "@referredType": "ProductSpecificationOracle",
            "@type": "productSpecificationRelationship"
        }
    ],
    "usageSpecification": [
        {
            "versionState": -1,
            "id": "DBE_UsageSpec_GPRS",
            "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/usageManagement/v2/usageSpecification/DBE_UsageSpec_GPRS",
            "name": "EventDelayedSessionTelcoGprs",
            "@referredType": "UsageSpecificationOracle",
            "@type": "UsageSpecificationRefOracle",
            "@baseType": "UsageSpecificationRef",
            "version": "1.0"
        }
    ]
}
Back to Top