Get all service specifications

get

https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification

Request

Query Parameters
  • The description of the resource.
  • Project Id
  • The comma-separated field names that are returned in the response. The field names are the names that you specify when you create or retrieve a resource.
  • The unique identifier of the resource item.
  • The current lifecycle status of the resource.
  • The number of resources to be returned in the response. The minimum value that can be specified is 1, and the maximum value that can be specified is 100,000. If the specified value is greater than 100,000, then it defaults to 100,000.
  • The name of the resource.
  • The record number from which the retrieval starts. The default value is zero. If no value is specified, then it defaults to zero. The value zero indicates that the retrieval will start from the beginning of the collection.
  • The current version of the resource.
  • enrich objects with usedBy information

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ServiceSpecificationOracle
Title: ServiceSpecificationOracle
Match All
Show Source
  • ServiceSpecification
    Title: ServiceSpecification
    Discriminator: { "propertyName":"@type", "mapping":{ "ServiceSpecification":"#/components/schemas/ServiceSpecification", "ServiceSpecificationOracle":"#/components/schemas/ServiceSpecificationOracle" } }
    ServiceSpecification is a class that offers characteristics to describe a type of service. Functionally, it acts as a template by which Services may be instantiated. By sharing the same specification, these services would therefore share the same set of characteristics.
  • ServiceSpecificationOracle-allOf[1]
Nested Schema : ServiceSpecification
Type: object
Title: ServiceSpecification
Discriminator: @type

Discriminator Values

ServiceSpecification is a class that offers characteristics to describe a type of service. Functionally, it acts as a template by which Services may be instantiated. By sharing the same specification, these services would therefore share the same set of characteristics.
Show Source
Nested Schema : ServiceSpecificationOracle-allOf[1]
Type: object
Show Source
Nested Schema : ProjectRef
Type: object
Title: ProjectRef
Project Reference
Show Source

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
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
Show Source

404 Response

Your request includes a resource URI that doesn't exist.
Body ()
Root Schema : Error
Type: object
Title: Error
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
Show Source

500 Response

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

Examples

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

curl -u username:password -X GET https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/

Example of Response Body

The following shows an example of the response body.

[
    {
        "id": "SS_1005",
        "name": "Digital TV CFS",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS_1005",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-02-17T10:18:32.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-02-18T10:26:09.493Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "@baseType": "ServiceSpecification",
        "validFor": {
            "startDateTime": "2021-01-01T00:00:00.000Z"
        },
        "project": {
            "id": "22A_Product_Model2",
            "name": "22A - Product Model2",
            "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/22A_Product_Model2"
        },
        "serviceCode": "/service/digitalTV"
    },
    {
        "id": "SS_1007",
        "name": "Device Insurance CFS",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS_1007",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-02-17T10:18:32.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-02-18T10:26:09.406Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "@baseType": "ServiceSpecification",
        "validFor": {
            "startDateTime": "2021-01-01T00:00:00.000Z"
        },
        "project": {
            "id": "22A_Product_Model2",
            "name": "22A - Product Model2",
            "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/22A_Product_Model2"
        },
        "serviceCode": "/service/mobile/insurance"
    },
    {
        "id": "Test_ServicSpec_30032022334",
        "name": "Test_ServicSpec_30032022334",
        "description": "Service specification for Test Test_ServicSpec_30032022334",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/Test_ServicSpec_30032022334",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-03-30T11:36:53.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-03-30T11:36:53.209Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-01-18T00:00:00.000Z",
            "endDateTime": "2022-02-20T16:42:23.000Z"
        },
        "serviceSpecCharacteristic": [
            {
                "name": "Testurl",
                "description": "Testurl",
                "valueType": "URL",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "https://google.com",
                        "valueType": "URL",
                        "unitOfMeasure": "NONE",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        }
                    },
                    {
                        "value": "https://fb.com",
                        "valueType": "URL",
                        "unitOfMeasure": "NONE",
                        "isDefault": false,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        }
                    }
                ],
                "displayName": "Testurl",
                "sensitive": false
            }
        ]
    },
    {
        "id": "SS-4188884365-1649346022325",
        "name": "5G Voice SS",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS-4188884365-1649346022325",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-05-06T05:55:32.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-05-06T05:55:32.419Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "validFor": {
            "startDateTime": "2022-04-07T00:00:00.000Z"
        },
        "project": {
            "id": "P-2426604166-1649324981549",
            "name": "Supremo Ultra",
            "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-2426604166-1649324981549"
        }
    },
    {
        "id": "SS_1002",
        "name": "Data CFS",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS_1002",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-02-17T10:18:32.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-02-18T10:26:10.468Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "@baseType": "ServiceSpecification",
        "validFor": {
            "startDateTime": "2021-01-01T00:00:00.000Z"
        },
        "project": {
            "id": "22A_Product_Model2",
            "name": "22A - Product Model2",
            "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/22A_Product_Model2"
        },
        "serviceCode": "/service/mobile/data"
    },
    {
        "id": "Test_ServicSpec_08032022",
        "name": "Test_ServicSpec_08032022",
        "description": "Service specification for Test",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/Test_ServicSpec_08032022",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-03-08T05:15:21.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-03-31T06:55:07.266Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-01-18T00:00:00.000Z",
            "endDateTime": "2022-02-20T16:42:23.000Z"
        },
        "serviceSpecCharacteristic": [
            {
                "name": "ServiceSpecChar1",
                "description": "spec char 1 UPDATE",
                "valueType": "STRING",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "Android Kitkat",
                        "valueType": "STRING",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        },
                        "sequence": 2
                    }
                ],
                "displayName": "UpdDN1",
                "sensitive": false
            },
            {
                "name": "ServiceSpecChar3",
                "description": "spec char 3 UPDATE",
                "valueType": "NUMBER",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": 100,
                        "valueType": "NUMBER",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        },
                        "sequence": 1
                    }
                ],
                "displayName": "UpdDN2",
                "sensitive": false
            },
            {
                "name": "ServiceSpecChar2",
                "description": "spec char 2",
                "valueType": "STRING",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "Android Kitkat CATBURY",
                        "valueType": "STRING",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        },
                        "sequence": 3
                    }
                ],
                "displayName": "UpdDisName3",
                "sensitive": false
            },
            {
                "name": "ServiceSpecChar4",
                "description": "spec char 4",
                "valueType": "NUMBER",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "10",
                        "valueTo": "15",
                        "valueFrom": "5",
                        "isDefault": false,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        },
                        "sequence": 3
                    }
                ],
                "displayName": "UpdDisName4",
                "sensitive": false
            },
            {
                "name": "ServiceSpecChar5",
                "description": "spec char 5",
                "valueType": "URL",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "https://google.com",
                        "isDefault": false,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        },
                        "sequence": 1
                    }
                ],
                "displayName": "UpdDisName5",
                "sensitive": false
            },
            {
                "name": "ServiceSpecChar6",
                "description": "ServiceSpecChar6",
                "valueType": "DATETIME",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "2022-03-15T00:00:00.000Z",
                        "valueTo": "2022-03-30T00:00:00.000Z",
                        "valueFrom": "2022-03-01T00:00:00.000Z",
                        "valueType": "DATETIME",
                        "isDefault": true
                    }
                ],
                "displayName": "UpdDisName6",
                "sensitive": false
            }
        ],
        "relatedParty": [
            {
                "id": "Test11",
                "name": "TestRelated UPDATE patch it",
                "href": "TestHref",
                "role": "supplier"
            }
        ],
        "attachment": [
            {
                "href": "TestHref",
                "id": "221",
                "url": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/attachment/221",
                "attachmentType": "AGREEMENT",
                "name": "Attachment desc UPDATE patch it"
            }
        ],
        "resourceSpecification": [
            {
                "id": "421",
                "name": "Firewall UPDATE",
                "version": "1.0",
                "@referredType": "ResourceSpecificationOracle"
            }
        ]
    },
    {
        "id": "Test_ServicSpec_30032022333",
        "name": "Test_ServicSpec_30032022333",
        "description": "Service specification for Test Test_ServicSpec_30032022333",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/Test_ServicSpec_30032022333",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-03-30T10:08:27.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-03-30T10:08:27.371Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-01-18T00:00:00.000Z",
            "endDateTime": "2022-02-20T16:42:23.000Z"
        },
        "serviceSpecCharacteristic": [
            {
                "name": "url",
                "description": "url",
                "valueType": "URL",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "https://google.com",
                        "valueType": "URL",
                        "unitOfMeasure": "NONE",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        }
                    },
                    {
                        "value": "https://fb.com",
                        "valueType": "URL",
                        "unitOfMeasure": "NONE",
                        "isDefault": false,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        }
                    }
                ],
                "displayName": "url",
                "sensitive": false
            }
        ]
    },
    {
        "id": "SS-449787612-1649326002501",
        "name": "E2E testing publish service spec",
        "description": "E2E testing publish service specification",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS-449787612-1649326002501",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-05-06T05:55:32.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-05-06T05:55:32.432Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "validFor": {
            "startDateTime": "2022-04-07T00:00:00.000Z"
        },
        "project": {
            "id": "P-2426604166-1649324981549",
            "name": "Supremo Ultra",
            "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-2426604166-1649324981549"
        }
    },
    {
        "id": "SS_01",
        "name": "SS_01",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS_01",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-05-17T17:32:41.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-05-17T17:32:41.111Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "@baseType": "ServiceSpecification",
        "validFor": {
            "startDateTime": "2021-01-01T00:00:00.000Z"
        },
        "project": {
            "id": "TestProject20220413_053838",
            "name": "TestProject20220413_053838",
            "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/TestProject20220413_053838"
        },
        "serviceCode": "/service/mobile/data"
    },
    {
        "id": "SS_1003",
        "name": "Text CFS",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS_1003",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-02-17T10:18:32.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-02-18T10:26:09.509Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "@baseType": "ServiceSpecification",
        "validFor": {
            "startDateTime": "2021-01-01T00:00:00.000Z"
        },
        "project": {
            "id": "22A_Product_Model2",
            "name": "22A - Product Model2",
            "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/22A_Product_Model2"
        },
        "serviceCode": "/service/mobile/text"
    },
    {
        "id": "SS_1006",
        "name": "SIM CFS",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS_1006",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-02-17T10:18:32.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-02-18T10:26:09.516Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "@baseType": "ServiceSpecification",
        "validFor": {
            "startDateTime": "2021-01-01T00:00:00.000Z"
        },
        "project": {
            "id": "22A_Product_Model2",
            "name": "22A - Product Model2",
            "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/22A_Product_Model2"
        },
        "serviceCode": "/service/mobile/sim"
    },
    {
        "id": "SS_1001",
        "name": "Account CFS",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS_1001",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-02-17T10:18:32.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-02-18T10:26:09.507Z",
        "lastUpdatedBy": "booth",
        "isBundle": true,
        "@type": "ServiceSpecificationOracle",
        "@baseType": "ServiceSpecification",
        "validFor": {
            "startDateTime": "2021-01-01T00:00:00.000Z"
        },
        "project": {
            "id": "22A_Product_Model2",
            "name": "22A - Product Model2",
            "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/22A_Product_Model2"
        },
        "serviceCode": "/account"
    },
    {
        "id": "SS-330844982-1649344940123",
        "name": "Text SS",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS-330844982-1649344940123",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-05-06T05:55:32.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-05-06T05:55:32.462Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "validFor": {
            "startDateTime": "2022-04-07T00:00:00.000Z"
        },
        "project": {
            "id": "P-2426604166-1649324981549",
            "name": "Supremo Ultra",
            "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-2426604166-1649324981549"
        }
    },
    {
        "id": "ServicSpecificaton_Auto",
        "name": "ServicSpecificaton_Auto",
        "description": "Service specification for automation",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/ServicSpecificaton_Auto",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-01-13T12:42:45.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-01-13T12:42:45.522Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-01-18T00:00:00.000Z",
            "endDateTime": "2022-02-20T16:42:23.000Z"
        },
        "serviceSpecCharacteristic": [
            {
                "name": "ServiceSpecChar1",
                "description": "spec char 1 UPDATE",
                "valueType": "STRING",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "Android Kitkat",
                        "valueType": "STRING",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        }
                    }
                ],
                "sensitive": false
            },
            {
                "name": "ServiceSpecChar3",
                "description": "spec char 3 UPDATE",
                "valueType": "NUMBER",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": 100,
                        "valueType": "NUMBER",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        }
                    }
                ],
                "sensitive": false
            },
            {
                "name": "ServiceSpecChar2",
                "description": "spec char 2",
                "valueType": "STRING",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "Android Kitkat CATBURY",
                        "valueType": "STRING",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        }
                    }
                ],
                "sensitive": false
            }
        ],
        "relatedParty": [
            {
                "id": "Test11",
                "name": "TestRelated UPDATE patch it",
                "href": "TestHref",
                "role": "supplier"
            }
        ],
        "attachment": [
            {
                "href": "TestHref",
                "id": "221",
                "url": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/attachment/221",
                "attachmentType": "AGREEMENT",
                "name": "Attachment desc UPDATE patch it"
            }
        ],
        "resourceSpecification": [
            {
                "id": "421",
                "name": "Firewall UPDATE",
                "version": "1.0",
                "@referredType": "ResourceSpecificationOracle"
            }
        ]
    },
    {
        "id": "SS_1004",
        "name": "Voice CFS",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS_1004",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-02-17T10:18:32.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-02-18T10:26:09.543Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "@baseType": "ServiceSpecification",
        "validFor": {
            "startDateTime": "2021-01-01T00:00:00.000Z"
        },
        "project": {
            "id": "22A_Product_Model2",
            "name": "22A - Product Model2",
            "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/22A_Product_Model2"
        },
        "serviceCode": "/service/mobile/voice"
    },
    {
        "id": "SS_1009",
        "name": "TV Channel CFS",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS_1009",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-02-17T10:18:32.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-02-18T10:26:09.508Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "@baseType": "ServiceSpecification",
        "validFor": {
            "startDateTime": "2021-01-01T00:00:00.000Z"
        },
        "project": {
            "id": "22A_Product_Model2",
            "name": "22A - Product Model2",
            "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/22A_Product_Model2"
        },
        "serviceCode": "/service/TVChannels"
    },
    {
        "id": "Test_ServicSpec_10032022156",
        "name": "Test_ServicSpec_10032022156",
        "description": "Service specification for Test",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/Test_ServicSpec_10032022156",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-03-10T08:26:44.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-03-10T08:26:44.309Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-01-18T00:00:00.000Z",
            "endDateTime": "2022-02-20T16:42:23.000Z"
        },
        "serviceSpecCharacteristic": [
            {
                "name": "ServiceSpecChar1",
                "description": "spec char 1 UPDATE",
                "valueType": "STRING",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "Android Kitkat",
                        "valueType": "STRING",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        },
                        "sequence": 1
                    }
                ],
                "displayName": "testDN1",
                "sensitive": false
            },
            {
                "name": "ServiceSpecChar3",
                "description": "spec char 3 UPDATE",
                "valueType": "NUMBER",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": 100,
                        "valueType": "NUMBER",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        },
                        "sequence": 1
                    }
                ],
                "displayName": "testDN2",
                "sensitive": false
            },
            {
                "name": "ServiceSpecChar2",
                "description": "spec char 2",
                "valueType": "STRING",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "Android Kitkat CATBURY",
                        "valueType": "STRING",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        }
                    }
                ],
                "displayName": "testDN3",
                "sensitive": false
            }
        ],
        "relatedParty": [
            {
                "id": "Test11",
                "name": "TestRelated UPDATE patch it",
                "href": "TestHref",
                "role": "supplier"
            }
        ],
        "attachment": [
            {
                "href": "TestHref",
                "id": "221",
                "url": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/attachment/221",
                "attachmentType": "AGREEMENT",
                "name": "Attachment desc UPDATE patch it"
            }
        ],
        "resourceSpecification": [
            {
                "id": "421",
                "name": "Firewall UPDATE",
                "version": "1.0",
                "@referredType": "ResourceSpecificationOracle"
            }
        ]
    },
    {
        "id": "Test_ServicSpec_22032022546",
        "name": "Test_ServicSpec_22032022546",
        "description": "Service specification for Test",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/Test_ServicSpec_22032022546",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-03-22T14:21:13.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-03-22T14:21:14.009Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-01-18T00:00:00.000Z",
            "endDateTime": "2022-02-20T16:42:23.000Z"
        },
        "serviceSpecCharacteristic": [
            {
                "name": "ServiceSpecChar2",
                "description": "spec char 2",
                "valueType": "URL",
                "extensible": false,
                "configurable": false,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "https://{FusionAppsHost}/crmRestApi",
                        "valueType": "URL",
                        "isDefault": false,
                        "sequence": 3
                    }
                ],
                "displayName": "UpdDisName3",
                "sensitive": false
            },
            {
                "name": "ServiceSpecChar4",
                "description": "spec char 4",
                "valueType": "DATETIME",
                "extensible": false,
                "configurable": false,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "2020-01-18T00:00:00.000Z",
                        "rangeInterval": "OPEN",
                        "valueTo": "10",
                        "valueFrom": "0",
                        "isDefault": true,
                        "sequence": 3
                    }
                ],
                "displayName": "UpdDisName3",
                "sensitive": false
            },
            {
                "name": "ServiceSpecChar1",
                "description": "spec char 1 UPDATE",
                "valueType": "STRING",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "Android Kitkat",
                        "valueType": "STRING",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        },
                        "sequence": 2
                    }
                ],
                "displayName": "UpdDN1",
                "sensitive": false
            },
            {
                "name": "ServiceSpecChar3",
                "description": "spec char 3 UPDATE",
                "valueType": "NUMBER",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-01-18T00:00:00.000Z",
                    "endDateTime": "2022-02-20T16:42:23.000Z"
                },
                "serviceSpecCharacteristicValue": [
                    {
                        "value": 100,
                        "valueType": "NUMBER",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        },
                        "sequence": 1
                    }
                ],
                "displayName": "UpdDN2",
                "sensitive": false
            }
        ],
        "relatedParty": [
            {
                "id": "Test11",
                "name": "TestRelated UPDATE patch it",
                "href": "TestHref",
                "role": "supplier"
            }
        ],
        "attachment": [
            {
                "href": "TestHref",
                "id": "221",
                "url": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/attachment/221",
                "attachmentType": "AGREEMENT",
                "name": "Attachment desc UPDATE patch it"
            }
        ],
        "resourceSpecification": [
            {
                "id": "421",
                "name": "Firewall UPDATE",
                "version": "1.0",
                "@referredType": "ResourceSpecificationOracle"
            }
        ]
    },
    {
        "id": "SS_1008",
        "name": "Physical Goods CFS",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS_1008",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-02-17T10:18:32.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-02-18T10:26:10.395Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "@baseType": "ServiceSpecification",
        "validFor": {
            "startDateTime": "2021-01-01T00:00:00.000Z"
        },
        "project": {
            "id": "22A_Product_Model2",
            "name": "22A - Product Model2",
            "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/22A_Product_Model2"
        },
        "serviceCode": "/physicalgoods"
    },
    {
        "id": "Test_ServicSpec_30032022335",
        "name": "Test_ServicSpec_30032022335",
        "description": "Service specification for Test Test_ServicSpec_30032022335",{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/Test_ServicSpec_30032022335",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-03-30T11:40:39.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-03-30T15:05:20.482Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-01-18T00:00:00.000Z",
            "endDateTime": "2022-02-20T16:42:23.000Z"
        },
        "serviceSpecCharacteristic": [
            {
                "name": "Testurl",
                "description": "Testurl",
                "valueType": "URL",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "https://google.com",
                        "valueType": "URL",
                        "unitOfMeasure": "NONE",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        }
                    },
                    {
                        "value": "https://fb.com",
                        "valueType": "URL",
                        "unitOfMeasure": "NONE",
                        "isDefault": false,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        }
                    }
                ],
                "displayName": "Testurl",
                "sensitive": false
            },
            {
                "name": "TestDate&Time",
                "description": "TestDate&Time",
                "valueType": "DATETIME",
                "extensible": false,
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "serviceSpecCharacteristicValue": [
                    {
                        "value": "2022-03-30T00:00:00.000Z",
                        "valueType": "DATETIME",
                        "unitOfMeasure": "NONE",
                        "isDefault": true,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        },
                        "sequence": 1
                    },
                    {
                        "value": "2022-03-29T00:00:00.000Z",
                        "valueType": "DATETIME",
                        "unitOfMeasure": "NONE",
                        "isDefault": false,
                        "validFor": {
                            "startDateTime": "2020-01-18T00:00:00.000Z",
                            "endDateTime": "2022-02-20T16:42:23.000Z"
                        },
                        "sequence": 2
                    }
                ],
                "displayName": "Testurl",
                "sensitive": false
            }
        ]
    },
    {
        "id": "SS-3842452743-1649344958120",
        "name": "Voice SS",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/serviceCatalogManagement/v3/serviceSpecification/SS-3842452743-1649344958120",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2022-05-06T05:55:32.000Z",
        "createdBy": "booth",
        "lastUpdate": "2022-05-06T05:55:32.455Z",
        "lastUpdatedBy": "booth",
        "isBundle": false,
        "@type": "ServiceSpecificationOracle",
        "validFor": {
            "startDateTime": "2022-04-07T00:00:00.000Z"
        },
        "project": {
            "id": "P-2426604166-1649324981549",
            "name": "Supremo Ultra",
            "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-2426604166-1649324981549"
        }
    }
]
Back to Top