Common Contracts

Version 1.0 (latest)

Retrieves all usage rule names and their default configurations

Version 1.0
download iconDownload spec

Endpoint

GET
https://coms.dev.att.com/contract-service/usage-rules/configurations

Returns all usage rule names and their default configurations

arrowRequest

Responses

Retrieved all usage rule names and their default configurations successfully

arrowBody

application/json

    REQUEST

    1
    2
    3
    4
    5

    RESPONSE

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    {
      "additionalPropExample": {
        "usageRuleServiceName": "string",
        "dataTableClause": false,
        "mergeColumns": "string",
        "mergeRows": "string",
        "textToHyperlinks": false,
        "evaluateBindingVariables": false,
        "dataTableBookmarkName": "string",
        "mailMergeTableName": "string",
        "mailMergeTableTitle": "string",
        "mailMergeDataSource": "string",
        "mailMergeTableCount": 0,
        "insertSectionBreakAbove": false,
        "appendSectionBreak": false,
        "appendPageBreak": false,
        "topMargin": "string",
        "bottomMargin": "string",
        "leftMargin": "string",
        "rightMargin": "string",
        "attributes": "string",
        "bookmarkMappingList": [
          {
            "bookmarkName": "string",
            "renderer": "string",
            "rendererConfiguration": "string"
          }
        ],
        "dataConfiguration": "string",
        "mergeRowIndexes": [
          {}
        ],
        "mergeColumnIndexes": [
          {}
        ],
        "attributeList": {
          "additionalPropExample": "string"
        }
      }
    }